1b258182ad
{1K,1K} ought to work fine for F16 precision. 16 bit floats step by 1.0 between 1024 and 2048, so they should be able to just barely represent distinct coordinates for each pixel. If precision drops below 16 bit we'll start seeing banding because we can't distinguish coordinates. Swap out the colors a little so that it's clear which images are the 1K (black+green) and which are the old 100K (black+white). Change-Id: I92761c3aa67cab57332e6f00a421c63c1d9d990a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201041 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Michael Ludwig <michaelludwig@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
dm | ||
docker | ||
docs | ||
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.