/external/skqp/tests/ |
D | GpuDrawPathTest.cpp | 29 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()
|
D | ClipStackTest.cpp | 389 SkRect emptyRect; in test_isWideOpen() local 390 emptyRect.setEmpty(); in test_isWideOpen() 392 stack.clipRect(emptyRect, SkMatrix::I(), kDifference_SkClipOp, false); in test_isWideOpen()
|
D | GrShapeTest.cpp | 1598 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()
|
D | PathTest.cpp | 2251 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/ |
D | GpuDrawPathTest.cpp | 29 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()
|
D | ClipStackTest.cpp | 389 SkRect emptyRect; in test_isWideOpen() local 390 emptyRect.setEmpty(); in test_isWideOpen() 392 stack.clipRect(emptyRect, SkMatrix::I(), kDifference_SkClipOp, false); in test_isWideOpen()
|
D | GrShapeTest.cpp | 1598 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()
|
D | PathTest.cpp | 2251 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/ |
D | pictureimagefilter.cpp | 84 SkRect emptyRect = SkRect::MakeXYWH(20, 20, 0, 0); in onDraw() local 90 emptyRect)); in onDraw()
|
/external/skqp/gm/ |
D | pictureimagefilter.cpp | 84 SkRect emptyRect = SkRect::MakeXYWH(20, 20, 0, 0); in onDraw() local 90 emptyRect)); in onDraw()
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 377 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/ |
D | GrTextBlob.cpp | 377 SkIRect emptyRect = SkIRect::MakeEmpty(); in test_makeOp() local 378 return this->makeOp(info, glyphCount, run, subRun, viewMatrix, x, y, emptyRect, in test_makeOp()
|