Home
last modified time | relevance | path

Searched refs:TestRect (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/batches/
DGrAAFillRectBatch.cpp407 SkRect rect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE()
408 SkRect devRect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE()
416 SkRect rect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE()
417 SkRect devRect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE()
DGrNonAAFillRectBatch.cpp326 SkRect rect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE()
327 SkRect localRect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE()
DGrNonAAStrokeRectBatch.cpp247 SkRect rect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE()
DGrTessellatingPathRenderer.cpp283 SkRect clipBounds = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE()
DGrAAStrokeRectBatch.cpp650 SkRect outside = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE()
/external/skia/include/gpu/
DGrTestUtils.h33 const SkRect& TestRect(SkRandom*);
/external/skia/src/gpu/
DGrTestUtils.cpp101 const SkRect& TestRect(SkRandom* random) { in TestRect() function