HomeSort by relevance Sort by last modified time
    Searched full:shoulddraw (Results 1 - 4 of 4) sorted by null

  /external/skia/src/utils/
SkPaintFilterCanvas.cpp 27 bool shouldDraw() const { return fShouldDraw; }
46 if (apf.shouldDraw()) {
54 if (apf.shouldDraw()) {
61 if (apf.shouldDraw()) {
68 if (apf.shouldDraw()) {
76 if (apf.shouldDraw()) {
83 if (apf.shouldDraw()) {
91 if (apf.shouldDraw()) {
98 if (apf.shouldDraw()) {
106 if (apf.shouldDraw()) {
    [all...]
  /external/skqp/src/utils/
SkPaintFilterCanvas.cpp 27 bool shouldDraw() const { return fShouldDraw; }
46 if (apf.shouldDraw()) {
54 if (apf.shouldDraw()) {
61 if (apf.shouldDraw()) {
68 if (apf.shouldDraw()) {
76 if (apf.shouldDraw()) {
83 if (apf.shouldDraw()) {
91 if (apf.shouldDraw()) {
98 if (apf.shouldDraw()) {
106 if (apf.shouldDraw()) {
    [all...]
  /external/skia/tests/
EmptyPathTest.cpp 16 const SkPaint& paint, bool shouldDraw) {
39 // success means we drew everywhere or nowhere (depending on shouldDraw)
40 bool success = shouldDraw ? (~0U == andValue) : (0 == orValue);
44 if (shouldDraw) {
63 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw,
96 drawAndTest(reporter, path, paint, shouldDraw);
98 drawAndTest(reporter, path, paint, shouldDraw);
148 bool shouldDraw = path.isInverseFillType();
149 iter_paint(reporter, path, shouldDraw, allowCaps ? kDrawCaps : kDontDrawCaps);
  /external/skqp/tests/
EmptyPathTest.cpp 16 const SkPaint& paint, bool shouldDraw) {
39 // success means we drew everywhere or nowhere (depending on shouldDraw)
40 bool success = shouldDraw ? (~0U == andValue) : (0 == orValue);
44 if (shouldDraw) {
63 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw,
96 drawAndTest(reporter, path, paint, shouldDraw);
98 drawAndTest(reporter, path, paint, shouldDraw);
148 bool shouldDraw = path.isInverseFillType();
149 iter_paint(reporter, path, shouldDraw, allowCaps ? kDrawCaps : kDontDrawCaps);

Completed in 660 milliseconds