HomeSort by relevance Sort by last modified time
    Searched defs:fPaint (Results 51 - 53 of 53) sorted by null

1 23

  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 980 SkCanonicalizePaint(const SkPaint& paint) : fPaint(&paint), fScale(0) {
984 fPaint = p;
988 const SkPaint& getPaint() const { return *fPaint; }
997 const SkPaint* fPaint;
    [all...]
  /external/skia/src/core/
SkDraw.cpp 100 : fPaint(paint) /* makes a copy of the paint */ {
101 fPaint.setShader(SkShader::CreateBitmapShader(src,
105 SkASSERT(2 == fPaint.getShader()->getRefCnt());
109 SkShader* shader = fPaint.getShader();
113 fPaint.setShader(NULL); // unref the shader by 1
124 const SkPaint& paintWithShader() const { return fPaint; }
127 SkPaint fPaint; // copy of caller's paint (which we then modify)
325 const SkPaint* fPaint;
485 fPaint = &paint;
501 fPaint = &paint
    [all...]
SkPaint.cpp 980 SkCanonicalizePaint(const SkPaint& paint) : fPaint(&paint), fScale(0) {
984 fPaint = p;
988 const SkPaint& getPaint() const { return *fPaint; }
997 const SkPaint* fPaint;
    [all...]

Completed in 526 milliseconds

1 23