HomeSort by relevance Sort by last modified time
    Searched refs:shouldDraw (Results 1 - 2 of 2) sorted by null

  /external/skia/src/utils/
SkPaintFilterCanvas.cpp 25 bool shouldDraw() const { return fShouldDraw; }
44 if (apf.shouldDraw()) {
52 if (apf.shouldDraw()) {
59 if (apf.shouldDraw()) {
66 if (apf.shouldDraw()) {
74 if (apf.shouldDraw()) {
81 if (apf.shouldDraw()) {
89 if (apf.shouldDraw()) {
96 if (apf.shouldDraw()) {
104 if (apf.shouldDraw()) {
    [all...]
  /external/skia/tests/
EmptyPathTest.cpp 15 const SkPaint& paint, bool shouldDraw) {
38 // success means we drew everywhere or nowhere (depending on shouldDraw)
39 bool success = shouldDraw ? (~0U == andValue) : (0 == orValue);
43 if (shouldDraw) {
62 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw,
95 drawAndTest(reporter, path, paint, shouldDraw);
97 drawAndTest(reporter, path, paint, shouldDraw);
147 bool shouldDraw = path.isInverseFillType();
148 iter_paint(reporter, path, shouldDraw, allowCaps ? kDrawCaps : kDontDrawCaps);

Completed in 94 milliseconds