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

  /external/chromium_org/third_party/skia/gm/
circles.cpp 44 fPaints.push_back(p);
51 fPaints.push_back(p);
63 fPaints.push_back(p);
80 fPaints.push_back(p);
96 fPaints.push_back(p);
105 fPaints.push_back(p);
113 fPaints.push_back(p);
122 fPaints.push_back(p);
162 for (i = 0; i < fPaints.count(); ++i) {
169 fPaints[i].setColor(color)
    [all...]
ovals.cpp 45 fPaints.push_back(p);
52 fPaints.push_back(p);
61 fPaints.push_back(p);
69 fPaints.push_back(p);
78 fPaints.push_back(p);
159 for (int i = 0; i < fPaints.count(); ++i) {
171 fPaints[i].setColor(color);
174 canvas->drawOval(oval, fPaints[i]);
185 for (int i = 0; i < fPaints.count(); ++i) {
193 fPaints[i].setColor(color)
    [all...]
rects.cpp 45 fPaints.push_back(p);
53 fPaints.push_back(p);
62 fPaints.push_back(p);
75 fPaints.push_back(p);
93 fPaints.push_back(p);
110 fPaints.push_back(p);
120 fPaints.push_back(p);
131 fPaints.push_back(p);
142 fPaints.push_back(p);
151 fPaints.push_back(p)
    [all...]
roundrects.cpp 46 fPaints.push_back(p);
53 fPaints.push_back(p);
62 fPaints.push_back(p);
70 fPaints.push_back(p);
79 fPaints.push_back(p);
162 for (int i = 0; i < fPaints.count(); ++i) {
174 fPaints[i].setColor(color);
177 canvas->drawRRect(circleRect, fPaints[i]);
188 for (int i = 0; i < fPaints.count(); ++i) {
199 fPaints[i].setColor(color)
    [all...]
  /external/chromium_org/third_party/skia/experimental/ChromeUtils/
SkBorder.h 87 // One paint "fPaints[0]" is applied to all the borders
95 SkPaint fPaints[4];
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.h 286 SkPaintDictionary fPaints;
SkPictureData.h 133 return &(*fPaints)[index - 1];
185 SkTRefArray<SkPaint>* fPaints;

Completed in 70 milliseconds