Home
last modified time | relevance | path

Searched refs:TestMatrixInvertible (Results 1 – 9 of 9) sorted by relevance

/external/skia/include/gpu/
DGrTestUtils.h32 const SkMatrix& TestMatrixInvertible(SkRandom*);
/external/skia/src/gpu/batches/
DGrAAFillRectBatch.cpp406 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE()
414 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE()
DGrTessellatingPathRenderer.cpp281 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE()
DGrNonAAFillRectBatch.cpp328 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE()
DGrAALinearizingConvexPathRenderer.cpp351 geometry.fViewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE()
DGrAAConvexPathRenderer.cpp1028 geometry.fViewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE()
DGrPLSPathRenderer.cpp1005 geometry.fViewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE()
/external/skia/src/gpu/
DGrTestUtils.cpp99 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, false); } in TestMatrixInvertible() function
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp377 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE()