Lines Matching defs:matrix
79 const SkMatrixProvider& matrix,
85 SkPaintToGrPaintWithPrimitiveColor(rContext, colorInfo, paint, matrix, grPaint);
88 SkPaintToGrPaint(rContext, colorInfo, paint, matrix, grPaint);
98 const SkMatrix& matrix) {
105 SkPoint lt = matrix.mapXY(sLT.x(), sLT.y()),
106 lb = matrix.mapXY(sLT.x(), sRB.y()),
107 rt = matrix.mapXY(sRB.x(), sLT.y()),
108 rb = matrix.mapXY(sRB.x(), sRB.y());
147 // Check for integer translate with the same 2x2 matrix.
161 // (0, 0) through both the initial matrix and the draw matrix; take the difference.
233 // Calculate the matrix that maps the path glyphs from their size in the strike to
1450 // Store the fractional offset of the position. We know that the matrix can't be
1459 // For path and SDFT, the matrix doesn't matter.
1556 // A singular matrix will create a GrTextBlob with no SubRuns, but unknown glyphs can
2411 // Calculate the matrix that maps the path glyphs from their size in the strike to