Home | History | Annotate | Download | only in gradients

Lines Matching full:matrix

213  * The interpretation of the texture matrix depends on the sample mode. The
214 * texture matrix is applied both when the texture coordinates are explicit
216 * case the texture matrix is applied to the pre-view-matrix position
220 * The post-matrix texture coordinates are in normalize space with (0,0) at
223 * The matrix specifies the radial gradient parameters.
224 * (0,0) in the post-matrix space is center of the radial gradient.
226 * Matrix transforms to space where first circle is centered at the
228 * 0 and is provided by setRadial2Params. The post-matrix space is
231 * The angle from the origin of texture coordinates in post-matrix space
243 const SkMatrix& matrix,
311 * Inserts code to implement the GrGradientEffect's matrix. This should be called before a
315 * upon whether the matrix has perspective or not. It is not necessary to mask the key before