Searched refs:shouldDraw (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 25 bool shouldDraw() const { return fShouldDraw; } in shouldDraw() function in SkPaintFilterCanvas::AutoPaintFilter 48 if (apf.shouldDraw()) { in onDrawPaint() 56 if (apf.shouldDraw()) { in onDrawPoints() 63 if (apf.shouldDraw()) { in onDrawRect() 70 if (apf.shouldDraw()) { in onDrawRRect() 78 if (apf.shouldDraw()) { in onDrawDRRect() 85 if (apf.shouldDraw()) { in onDrawOval() 92 if (apf.shouldDraw()) { in onDrawPath() 100 if (apf.shouldDraw()) { in onDrawBitmap() 108 if (apf.shouldDraw()) { in onDrawBitmapRect() [all …]
|
/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() 62 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw, in iter_paint() argument 95 drawAndTest(reporter, path, paint, shouldDraw); in iter_paint() 97 drawAndTest(reporter, path, paint, shouldDraw); in iter_paint() 147 bool shouldDraw = path.isInverseFillType(); in test_emptydrawing() local 148 iter_paint(reporter, path, shouldDraw, allowCaps ? kDrawCaps : kDontDrawCaps); in test_emptydrawing()
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |