Searched refs:shouldDraw (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 27 bool shouldDraw() const { return fShouldDraw; } in shouldDraw() function in SkPaintFilterCanvas::AutoPaintFilter 47 if (apf.shouldDraw()) { in onDrawPaint() 54 if (apf.shouldDraw()) { in onDrawBehind() 62 if (apf.shouldDraw()) { in onDrawPoints() 69 if (apf.shouldDraw()) { in onDrawRect() 76 if (apf.shouldDraw()) { in onDrawRRect() 84 if (apf.shouldDraw()) { in onDrawDRRect() 91 if (apf.shouldDraw()) { in onDrawRegion() 98 if (apf.shouldDraw()) { in onDrawOval() 106 if (apf.shouldDraw()) { in onDrawArc() [all …]
|
/third_party/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 28 bool shouldDraw() const { return fShouldDraw; } in shouldDraw() function in SkPaintFilterCanvas::AutoPaintFilter 48 if (apf.shouldDraw()) { in onDrawPaint() 55 if (apf.shouldDraw()) { in onDrawBehind() 63 if (apf.shouldDraw()) { in onDrawPoints() 70 if (apf.shouldDraw()) { in onDrawRect() 77 if (apf.shouldDraw()) { in onDrawRRect() 85 if (apf.shouldDraw()) { in onDrawDRRect() 92 if (apf.shouldDraw()) { in onDrawRegion() 99 if (apf.shouldDraw()) { in onDrawOval() 107 if (apf.shouldDraw()) { in onDrawArc() [all …]
|
/third_party/skia/tests/ |
D | EmptyPathTest.cpp | 16 const SkPaint& paint, bool shouldDraw) { in drawAndTest() argument 40 bool success = shouldDraw ? (~0U == andValue) : (0 == orValue); in drawAndTest() 44 if (shouldDraw) { in drawAndTest() 63 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw, in iter_paint() argument 96 drawAndTest(reporter, path, paint, shouldDraw); in iter_paint() 98 drawAndTest(reporter, path, paint, shouldDraw); in iter_paint() 148 bool shouldDraw = path.isInverseFillType(); in test_emptydrawing() local 149 iter_paint(reporter, path, shouldDraw, allowCaps ? kDrawCaps : kDontDrawCaps); in test_emptydrawing()
|
/third_party/flutter/skia/tests/ |
D | EmptyPathTest.cpp | 16 const SkPaint& paint, bool shouldDraw) { in drawAndTest() argument 40 bool success = shouldDraw ? (~0U == andValue) : (0 == orValue); in drawAndTest() 44 if (shouldDraw) { in drawAndTest() 63 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw, in iter_paint() argument 96 drawAndTest(reporter, path, paint, shouldDraw); in iter_paint() 98 drawAndTest(reporter, path, paint, shouldDraw); in iter_paint() 148 bool shouldDraw = path.isInverseFillType(); in test_emptydrawing() local 149 iter_paint(reporter, path, shouldDraw, allowCaps ? kDrawCaps : kDontDrawCaps); in test_emptydrawing()
|
/third_party/flutter/skia/tools/viewer/ |
D | Viewer.cpp | 1106 bool shouldDraw = this->filterFont(&filteredFont); in filterTextBlob() local 1107 if (it.font() != *filteredFont || !shouldDraw) { in filterTextBlob() 1119 bool shouldDraw = this->filterFont(&filteredFont); in filterTextBlob() local 1120 if (!shouldDraw) { in filterTextBlob()
|
/third_party/skia/tools/viewer/ |
D | Viewer.cpp | 1301 bool shouldDraw = this->filterFont(&filteredFont); in filterTextBlob() local 1302 if (it.font() != *filteredFont || !shouldDraw) { in filterTextBlob() 1314 bool shouldDraw = this->filterFont(&filteredFont); in filterTextBlob() local 1315 if (!shouldDraw) { in filterTextBlob()
|