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

  /external/chromium_org/third_party/skia/gm/
lighting.cpp 63 SkPaint checkPaint;
64 checkPaint.setColor(0xFF202020);
69 canvas->drawRect(SkRect::MakeXYWH(8, 0, 8, 8), checkPaint);
70 canvas->drawRect(SkRect::MakeXYWH(0, 8, 8, 8), checkPaint);
  /external/chromium_org/third_party/skia/src/core/
SkPicture.cpp 88 static SK_WHEN(!HasMember_bitmap<T>, bool) CheckBitmap(const T& r) { return CheckPaint(r); }
92 static SK_WHEN(HasMember_paint<T>, bool) CheckPaint(const T& r) {
106 static SK_WHEN(!HasMember_paint<T>, bool) CheckPaint(const T&) { return false; }
152 void checkPaint(const SkPaint* paint) {
159 this->checkPaint(&op.paint);
172 this->checkPaint(&op.paint);
185 this->checkPaint(AsPtr(op.paint));

Completed in 767 milliseconds