Searched refs:checkPaint (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
D | SkPictureCommon.h | 28 void checkPaint(const SkPaint* paint) { in checkPaint() function 36 this->checkPaint(&op.paint); in operator() 49 this->checkPaint(&op.paint); in operator() 73 this->checkPaint(AsPtr(op.paint)); in operator() 78 this->checkPaint(AsPtr(op.paint)); in operator()
|
/third_party/flutter/skia/src/core/ |
D | SkPictureCommon.h | 28 void checkPaint(const SkPaint* paint) { in checkPaint() function 36 this->checkPaint(&op.paint); in operator() 49 this->checkPaint(&op.paint); in operator() 73 this->checkPaint(AsPtr(op.paint)); in operator() 78 this->checkPaint(AsPtr(op.paint)); in SK_WHEN()
|
/third_party/flutter/skia/gm/ |
D | lighting.cpp | 61 SkPaint checkPaint; in onDraw() local 62 checkPaint.setColor(0xFF202020); in onDraw() 67 canvas->drawRect(SkRect::MakeXYWH(8, 0, 8, 8), checkPaint); in onDraw() 68 canvas->drawRect(SkRect::MakeXYWH(0, 8, 8, 8), checkPaint); in onDraw()
|
/third_party/skia/gm/ |
D | lighting.cpp | 60 SkPaint checkPaint; in onDraw() local 61 checkPaint.setColor(0xFF202020); in onDraw() 66 canvas->drawRect(SkRect::MakeXYWH(8, 0, 8, 8), checkPaint); in onDraw() 67 canvas->drawRect(SkRect::MakeXYWH(0, 8, 8, 8), checkPaint); in onDraw()
|