5bf5b04ed0
Start making distinctions between three different uses of matrices and origins. * draw{M|O} - the information provided by the draw command. * initial{M|O} - the drawing information captured when the GrTextBlob was created. * current{M|O} - the matrix and origin used to create the data that is in the SubRun's vertices. Where {M|O} == Matrix or Origin. Rearrange computeTranslation and calculate_translation to return vectors instead of taking out parameters. Remove init() call. Change-Id: I8644d95a560d7065d48424cafa51eaebe303d8b1 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/259828 Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: Mike Klein <mtklein@google.com> Reviewed-by: Jim Van Verth <jvanverth@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
build/fuchsia | ||
build_overrides | ||
dm | ||
docker | ||
docs/examples | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
specs | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
go.mod | ||
go.sum | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
RELEASE_NOTES.txt | ||
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.