Searched refs:shouldDraw (Results 1 – 6 of 6) sorted by relevance
/external/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() 80 if (apf.shouldDraw()) { in onDrawEdgeAARect() 87 if (apf.shouldDraw()) { in onDrawRRect() 95 if (apf.shouldDraw()) { in onDrawDRRect() 102 if (apf.shouldDraw()) { in onDrawRegion() 109 if (apf.shouldDraw()) { in onDrawOval() [all …]
|
/external/skqp/src/utils/ |
D | SkPaintFilterCanvas.cpp | 27 bool shouldDraw() const { return fShouldDraw; } in shouldDraw() function in SkPaintFilterCanvas::AutoPaintFilter 47 if (apf.shouldDraw()) { in onDrawPaint() 55 if (apf.shouldDraw()) { in onDrawPoints() 62 if (apf.shouldDraw()) { in onDrawRect() 73 if (apf.shouldDraw()) { in onDrawEdgeAARect() 80 if (apf.shouldDraw()) { in onDrawRRect() 88 if (apf.shouldDraw()) { in onDrawDRRect() 95 if (apf.shouldDraw()) { in onDrawRegion() 102 if (apf.shouldDraw()) { in onDrawOval() 110 if (apf.shouldDraw()) { in onDrawArc() [all …]
|
/external/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()
|
/external/skqp/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()
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 1059 bool shouldDraw = this->filterFont(&filteredFont); in filterTextBlob() local 1060 if (it.font() != *filteredFont || !shouldDraw) { in filterTextBlob() 1072 bool shouldDraw = this->filterFont(&filteredFont); in filterTextBlob() local 1073 if (!shouldDraw) { in filterTextBlob()
|
/external/skqp/tools/viewer/ |
D | Viewer.cpp | 1008 bool shouldDraw = this->filterFont(&filteredFont); in filterTextBlob() local 1009 if (it.font() != *filteredFont || !shouldDraw) { in filterTextBlob() 1021 bool shouldDraw = this->filterFont(&filteredFont); in filterTextBlob() local 1022 if (!shouldDraw) { in filterTextBlob()
|