6c431d5202
The pretty printer didn't actually need the original (separate) strings, so make it just operate on a single SkSL::String. Also remove the unused line numbering, and the unit test. (Testing of test code, yay!) With that done, cut down on passing around arrays of char* + length, and just do the compaction to a single SkSL::String in the program builder. Change-Id: Ieef9d9a8e3c5620c011b17477f1b0f9a9faa6273 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/208226 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Brian Osman <brianosman@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
dm | ||
docker | ||
docs/examples | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.