skia2/src
mtklein 60d2a32b2d Make SkPMFloats store floats in [0,255] instead of [0,1].
This pushes the cost of the *255 and *1/255 conversions onto only those code
paths that need it.  We're not doing it any more efficiently than can be done
with Sk4f.

In microbenchmark isolation, this is about a 15% speedup.

BUG=skia:
NOPRESUBMIT=true

Review URL: https://codereview.chromium.org/973603002
2015-03-03 07:46:15 -08:00
..
animator add length parameter to addText, to match attr values 2015-02-04 18:29:27 -08:00
c add stroke params to c api 2015-01-10 17:59:31 -08:00
core Make SkPMFloats store floats in [0,255] instead of [0,1]. 2015-03-03 07:46:15 -08:00
device/xps Make SkStream *not* ref counted. 2015-01-21 12:09:53 -08:00
doc PDF: Canon now owns a reference to all interned objects 2015-02-27 12:41:03 -08:00
effects change colorfilter to return an array of frag processors 2015-03-03 06:41:45 -08:00
fonts BUG=skia: 2015-02-25 06:47:06 -08:00
gpu change colorfilter to return an array of frag processors 2015-03-03 06:41:45 -08:00
image Make SkNewImageFromBitmap take pixel ref origin into account 2015-02-23 22:12:12 -08:00
images Rename onGetPixelsEnum back to onGetPixels. 2015-02-19 18:44:58 -08:00
lazy only notify bitmaps that have been added to the cache 2015-02-25 07:17:11 -08:00
opts Make SkPMFloats store floats in [0,255] instead of [0,1]. 2015-03-03 07:46:15 -08:00
pathops new files for pathops geometric intersection 2015-01-16 07:04:10 -08:00
pdf PDF: Switch some unit tests to higher level API. 2015-03-01 06:55:20 -08:00
pipe Remove clear function from SkGPipe 2015-01-26 12:59:06 -08:00
ports Draw glyphs on Mac without font transform. 2015-03-02 13:43:27 -08:00
sfnt SkTypeface to use SkStreamAsset. 2015-01-27 05:39:10 -08:00
svg [SkSVGDevice] drawBitmap* support 2015-02-27 07:44:47 -08:00
utils Revert of Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #1 id:1 of https://codereview.chromium.org/966753002/) 2015-02-27 10:23:00 -08:00
views Use D3D11 backend for ANGLE when available. 2015-02-23 08:57:23 -08:00
xml [SVGDevice] Text whitespace unittest 2015-02-20 13:54:40 -08:00