Searched refs:shouldDraw (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/utils/
H A DSkPaintFilterCanvas.cpp25 bool shouldDraw() const { return fShouldDraw; } function in class:SkPaintFilterCanvas::AutoPaintFilter
44 if (apf.shouldDraw()) {
52 if (apf.shouldDraw()) {
59 if (apf.shouldDraw()) {
66 if (apf.shouldDraw()) {
74 if (apf.shouldDraw()) {
81 if (apf.shouldDraw()) {
89 if (apf.shouldDraw()) {
96 if (apf.shouldDraw()) {
104 if (apf.shouldDraw()) {
[all...]
/external/skia/tests/
H A DEmptyPathTest.cpp15 const SkPaint& paint, bool shouldDraw) {
38 // success means we drew everywhere or nowhere (depending on shouldDraw)
39 bool success = shouldDraw ? (~0U == andValue) : (0 == orValue);
43 if (shouldDraw) {
62 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw, argument
95 drawAndTest(reporter, path, paint, shouldDraw);
97 drawAndTest(reporter, path, paint, shouldDraw);
147 bool shouldDraw = path.isInverseFillType(); local
148 iter_paint(reporter, path, shouldDraw, allowCaps ? kDrawCaps : kDontDrawCaps);
14 drawAndTest(skiatest::Reporter* reporter, const SkPath& path, const SkPaint& paint, bool shouldDraw) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 88 milliseconds