Searched defs:shouldDraw (Results 1 – 2 of 2) sorted by relevance
16 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
25 bool shouldDraw() const { return fShouldDraw; } in shouldDraw() function in SkPaintFilterCanvas::AutoPaintFilter