Lines Matching refs:viewMatrix
48 const SkMatrix& viewMatrix, in create_fill_rect_gp() argument
72 return CreateForDeviceSpace(color, coverage, localCoords, viewMatrix); in create_fill_rect_gp()
79 const SkMatrix& viewMatrix, in generate_aa_fill_rect_geometry() argument
90 if (viewMatrix.rectStaysRect()) { in generate_aa_fill_rect_geometry()
96 { viewMatrix[SkMatrix::kMScaleX], viewMatrix[SkMatrix::kMSkewY] }, in generate_aa_fill_rect_geometry()
97 { viewMatrix[SkMatrix::kMSkewX], viewMatrix[SkMatrix::kMScaleY] } in generate_aa_fill_rect_geometry()
108 viewMatrix.mapPointsWithStride(fan0Pos, vertexStride, 4); in generate_aa_fill_rect_geometry()
133 if (!viewMatrix.invert(&invViewMatrix)) { in generate_aa_fill_rect_geometry()
310 const SkMatrix& viewMatrix, const SkRect& rect, in append_to_batch() argument
314 geo.fViewMatrix = viewMatrix; in append_to_batch()
320 const SkMatrix& viewMatrix, const SkMatrix& localMatrix, in append_to_batch() argument
324 geo.fViewMatrix = viewMatrix; in append_to_batch()
333 const SkMatrix& viewMatrix, in Create() argument
337 append_to_batch(batch, color, viewMatrix, rect, devRect); in Create()
343 const SkMatrix& viewMatrix, in Create() argument
348 append_to_batch(batch, color, viewMatrix, localMatrix, rect, devRect); in Create()
354 const SkMatrix& viewMatrix, in Create() argument
358 viewMatrix.mapRect(&devRect, rect); in Create()
359 return Create(color, viewMatrix, localMatrix, rect, devRect); in Create()
363 const SkMatrix& viewMatrix, in CreateWithLocalRect() argument
367 viewMatrix.mapRect(&devRect, rect); in CreateWithLocalRect()
372 return Create(color, viewMatrix, localMatrix, rect, devRect); in CreateWithLocalRect()
377 const SkMatrix& viewMatrix, in Append() argument
381 append_to_batch(batch, color, viewMatrix, rect, devRect); in Append()
387 const SkMatrix& viewMatrix, in Append() argument
392 append_to_batch(batch, color, viewMatrix, localMatrix, rect, devRect); in Append()
406 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE() local
409 return GrAAFillRectBatch::Create(color, viewMatrix, rect, devRect); in DRAW_BATCH_TEST_DEFINE()
414 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE() local
418 return GrAAFillRectBatch::Create(color, viewMatrix, localMatrix, rect, devRect); in DRAW_BATCH_TEST_DEFINE()