Home
last modified time | relevance | path

Searched defs:shouldDraw (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DEmptyPathTest.cpp16 const SkPaint& paint, bool shouldDraw) { in drawAndTest()
63 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw, in iter_paint()
148 bool shouldDraw = path.isInverseFillType(); in test_emptydrawing() local
/external/skia/src/utils/
DSkPaintFilterCanvas.cpp25 bool shouldDraw() const { return fShouldDraw; } in shouldDraw() function in SkPaintFilterCanvas::AutoPaintFilter