Searched refs:shouldDraw (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | EmptyPathTest.cpp | 15 const SkPaint& paint, bool shouldDraw) { in drawAndTest() argument 39 bool success = shouldDraw ? (~0U == andValue) : (0 == orValue); in drawAndTest() 43 if (shouldDraw) { in drawAndTest() 57 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw) { in iter_paint() argument 84 drawAndTest(reporter, path, paint, shouldDraw); in iter_paint() 86 drawAndTest(reporter, path, paint, shouldDraw); in iter_paint() 132 bool shouldDraw = path.isInverseFillType(); in test_emptydrawing() local 133 iter_paint(reporter, path, shouldDraw); in test_emptydrawing()
|
/external/skia/src/pipe/ |
D | SkGPipeRead.cpp | 95 bool shouldDraw() { in shouldDraw() function in SkGPipeState 359 if (state->shouldDraw()) { in drawPaint_rp() 369 if (state->shouldDraw()) { in drawPoints_rp() 377 if (state->shouldDraw()) { in drawOval_rp() 385 if (state->shouldDraw()) { in drawRect_rp() 394 if (state->shouldDraw()) { in drawRRect_rp() 404 if (state->shouldDraw()) { in drawDRRect_rp() 432 if (state->shouldDraw()) { in drawPatch_rp() 441 if (state->shouldDraw()) { in drawPath_rp() 476 if (state->shouldDraw()) { in drawVertices_rp() [all …]
|