Lines Matching full:shader
37 // Base shader
41 * Represents a Skia shader. A shader will modify the GL context and active
46 * Type of Skia shader in use.
62 void copyFrom(const SkiaShader& shader);
137 * A shader that draws a bitmap.
159 * A shader that draws a linear gradient.
183 * A shader that draws a sweep gradient.
208 * A shader that draws a circular gradient.
224 * A shader that draws two shaders, composited with an xfermode.