Lines Matching full:shader
39 // Base shader
43 * Represents a Skia shader. A shader will modify the GL context and active
48 * Type of Skia shader in use.
64 void copyFrom(const SkiaShader& shader);
136 * A shader that draws a bitmap.
158 * A shader that draws a linear gradient.
182 * A shader that draws a sweep gradient.
207 * A shader that draws a circular gradient.
223 * A shader that draws two shaders, composited with an xfermode.