skia2/include
reed@android.com 5119bdb952 add shader flag kConstInY_Flag
this signals blitters that the shader will return the same results for a given
x value, independent of y. Useful inside blitRect(), where it can cache the
first call to shadeSpan() and reuse it on all subsequent scans. Works with
(non-rotated) linear-gradients, and Nx1 bitmaps.



git-svn-id: http://skia.googlecode.com/svn/trunk@214 2bbb7eff-a529-9590-31e7-b0007b416f81
2009-06-12 21:27:03 +00:00
..
animator grab from latest android 2008-12-17 15:59:43 +00:00
config move SkUserConfig.h into include/config/ so it can be replaced by changing the 2009-04-08 18:05:24 +00:00
core add shader flag kConstInY_Flag 2009-06-12 21:27:03 +00:00
effects animate matrixref in sample shapes 2009-05-27 01:44:24 +00:00
images Honor pref config in image decoding whenever possible. 2009-05-11 16:06:22 +00:00
ports move core files into core (were in images, but are required for core library) 2008-12-18 17:50:13 +00:00
svg grab from latest android 2008-12-17 15:59:43 +00:00
utils add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") 2009-06-05 16:21:03 +00:00
views update SDL port to support OpenGL 2009-05-29 03:40:05 +00:00
xml grab from latest android 2008-12-17 15:59:43 +00:00