Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
H A 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()
75 if (apf.shouldDraw()) { in onDrawRect()
82 if (apf.shouldDraw()) { in onDrawRRect()
90 if (apf.shouldDraw()) { in onDrawDRRect()
97 if (apf.shouldDraw()) { in onDrawRegion()
104 if (apf.shouldDraw()) { in onDrawOval()
112 if (apf.shouldDraw()) { in onDrawArc()
[all...]
/third_party/skia/tests/
H A DEmptyPathTest.cpp16 const SkPaint& paint, bool shouldDraw) { in drawAndTest()
39 // success means we drew everywhere or nowhere (depending on shouldDraw) in drawAndTest()
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()
15 drawAndTest(skiatest::Reporter* reporter, const SkPath& path, const SkPaint& paint, bool shouldDraw) drawAndTest() argument
/third_party/skia/tools/viewer/
H A DViewer.cpp1301 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()

Completed in 6 milliseconds