Home
last modified time | relevance | path

Searched refs:emptyRect (Results 1 – 12 of 12) sorted by relevance

/external/skqp/tests/
DGpuDrawPathTest.cpp29 SkRect emptyRect = SkRect::MakeEmpty(); in test_drawPathEmpty() local
30 canvas->drawRect(emptyRect, paint); in test_drawPathEmpty()
32 canvas->drawOval(emptyRect, paint); in test_drawPathEmpty()
33 canvas->drawRect(emptyRect, paint); in test_drawPathEmpty()
34 canvas->drawRRect(SkRRect::MakeRect(emptyRect), paint); in test_drawPathEmpty()
42 canvas->drawRect(emptyRect, paint); in test_drawPathEmpty()
44 canvas->drawOval(emptyRect, paint); in test_drawPathEmpty()
45 canvas->drawRect(emptyRect, paint); in test_drawPathEmpty()
46 canvas->drawRRect(SkRRect::MakeRect(emptyRect), paint); in test_drawPathEmpty()
DClipStackTest.cpp389 SkRect emptyRect; in test_isWideOpen() local
390 emptyRect.setEmpty(); in test_isWideOpen()
392 stack.clipRect(emptyRect, SkMatrix::I(), kDifference_SkClipOp, false); in test_isWideOpen()
DGrShapeTest.cpp1598 SkRect emptyRect = SkRect::MakeEmpty(); in DEF_TEST() local
1599 TestCase fillEmptyRectCase(reporter, emptyRect, fill); in DEF_TEST()
1602 TestCase dashAndStrokeEmptyRectCase(reporter, emptyRect, dashAndStroke); in DEF_TEST()
1606 TestCase dashAndStrokeEmptyInvertedRectCase(reporter, SkRRect::MakeRect(emptyRect), kDir, in DEF_TEST()
DPathTest.cpp2251 const SkRect emptyRect = SkRect::MakeEmpty(); in test_is_simple_closed_rect() local
2298 path2.addRect(emptyRect, dir, start); in test_is_simple_closed_rect()
/external/skia/tests/
DGpuDrawPathTest.cpp29 SkRect emptyRect = SkRect::MakeEmpty(); in test_drawPathEmpty() local
30 canvas->drawRect(emptyRect, paint); in test_drawPathEmpty()
32 canvas->drawOval(emptyRect, paint); in test_drawPathEmpty()
33 canvas->drawRect(emptyRect, paint); in test_drawPathEmpty()
34 canvas->drawRRect(SkRRect::MakeRect(emptyRect), paint); in test_drawPathEmpty()
42 canvas->drawRect(emptyRect, paint); in test_drawPathEmpty()
44 canvas->drawOval(emptyRect, paint); in test_drawPathEmpty()
45 canvas->drawRect(emptyRect, paint); in test_drawPathEmpty()
46 canvas->drawRRect(SkRRect::MakeRect(emptyRect), paint); in test_drawPathEmpty()
DClipStackTest.cpp389 SkRect emptyRect; in test_isWideOpen() local
390 emptyRect.setEmpty(); in test_isWideOpen()
392 stack.clipRect(emptyRect, SkMatrix::I(), kDifference_SkClipOp, false); in test_isWideOpen()
DGrShapeTest.cpp1598 SkRect emptyRect = SkRect::MakeEmpty(); in DEF_TEST() local
1599 TestCase fillEmptyRectCase(reporter, emptyRect, fill); in DEF_TEST()
1602 TestCase dashAndStrokeEmptyRectCase(reporter, emptyRect, dashAndStroke); in DEF_TEST()
1606 TestCase dashAndStrokeEmptyInvertedRectCase(reporter, SkRRect::MakeRect(emptyRect), kDir, in DEF_TEST()
DPathTest.cpp2251 const SkRect emptyRect = SkRect::MakeEmpty(); in test_is_simple_closed_rect() local
2298 path2.addRect(emptyRect, dir, start); in test_is_simple_closed_rect()
/external/skia/gm/
Dpictureimagefilter.cpp84 SkRect emptyRect = SkRect::MakeXYWH(20, 20, 0, 0); in onDraw() local
90 emptyRect)); in onDraw()
/external/skqp/gm/
Dpictureimagefilter.cpp84 SkRect emptyRect = SkRect::MakeXYWH(20, 20, 0, 0); in onDraw() local
90 emptyRect)); in onDraw()
/external/skia/src/gpu/text/
DGrTextBlob.cpp377 SkIRect emptyRect = SkIRect::MakeEmpty(); in test_makeOp() local
378 return this->makeOp(info, glyphCount, run, subRun, viewMatrix, x, y, emptyRect, in test_makeOp()
/external/skqp/src/gpu/text/
DGrTextBlob.cpp377 SkIRect emptyRect = SkIRect::MakeEmpty(); in test_makeOp() local
378 return this->makeOp(info, glyphCount, run, subRun, viewMatrix, x, y, emptyRect, in test_makeOp()