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

  /external/skia/src/core/
SkPictureCommon.h 28 void checkPaint(const SkPaint* paint) {
36 this->checkPaint(&op.paint);
49 this->checkPaint(&op.paint);
73 this->checkPaint(AsPtr(op.paint));
78 this->checkPaint(AsPtr(op.paint));
  /external/skqp/src/core/
SkPictureCommon.h 28 void checkPaint(const SkPaint* paint) {
36 this->checkPaint(&op.paint);
49 this->checkPaint(&op.paint);
73 this->checkPaint(AsPtr(op.paint));
78 this->checkPaint(AsPtr(op.paint));
  /external/skia/gm/
lighting.cpp 52 SkPaint checkPaint;
53 checkPaint.setColor(sk_tool_utils::color_to_565(0xFF202020));
58 canvas->drawRect(SkRect::MakeXYWH(8, 0, 8, 8), checkPaint);
59 canvas->drawRect(SkRect::MakeXYWH(0, 8, 8, 8), checkPaint);
  /external/skqp/gm/
lighting.cpp 52 SkPaint checkPaint;
53 checkPaint.setColor(sk_tool_utils::color_to_565(0xFF202020));
58 canvas->drawRect(SkRect::MakeXYWH(8, 0, 8, 8), checkPaint);
59 canvas->drawRect(SkRect::MakeXYWH(0, 8, 8, 8), checkPaint);

Completed in 165 milliseconds