Searched refs:checkPaint (Results 1 - 2 of 2) sorted by relevance

/external/skia/gm/
H A Dlighting.cpp61 SkPaint checkPaint; variable
62 checkPaint.setColor(0xFF202020);
67 canvas->drawRect(SkRect::MakeXYWH(8, 0, 8, 8), checkPaint);
68 canvas->drawRect(SkRect::MakeXYWH(0, 8, 8, 8), checkPaint);
/external/skia/src/core/
H A DSkPicture.cpp144 void checkPaint(const SkPaint* paint) { function in struct:SkPicture::PathCounter
152 this->checkPaint(&op.paint);
165 this->checkPaint(&op.paint);
183 this->checkPaint(AsPtr(op.paint));

Completed in 83 milliseconds