Home
last modified time | relevance | path

Searched refs:shouldDraw (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/utils/
DSkPaintFilterCanvas.cpp27 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/src/utils/
DSkPaintFilterCanvas.cpp28 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 …]
/external/skqp/tests/
DEmptyPathTest.cpp16 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/tests/
DEmptyPathTest.cpp16 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/tools/viewer/
DViewer.cpp1008 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()
/external/skia/tools/viewer/
DViewer.cpp1281 bool shouldDraw = this->filterFont(&filteredFont); in filterTextBlob() local
1282 if (it.font() != *filteredFont || !shouldDraw) { in filterTextBlob()
1294 bool shouldDraw = this->filterFont(&filteredFont); in filterTextBlob() local
1295 if (!shouldDraw) { in filterTextBlob()