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

  /external/skia/gm/
ovals.cpp 41 fPaints.push_back(p);
48 fPaints.push_back(p);
57 fPaints.push_back(p);
65 fPaints.push_back(p);
74 fPaints.push_back(p);
155 for (int i = 0; i < fPaints.count(); ++i) {
167 fPaints[i].setColor(color);
170 canvas->drawOval(oval, fPaints[i]);
181 for (int i = 0; i < fPaints.count(); ++i) {
189 fPaints[i].setColor(color)
    [all...]
roundrects.cpp 42 fPaints.push_back(p);
49 fPaints.push_back(p);
58 fPaints.push_back(p);
66 fPaints.push_back(p);
75 fPaints.push_back(p);
158 for (int i = 0; i < fPaints.count(); ++i) {
170 fPaints[i].setColor(color);
173 canvas->drawRRect(circleRect, fPaints[i]);
184 for (int i = 0; i < fPaints.count(); ++i) {
195 fPaints[i].setColor(color)
    [all...]
circles.cpp 40 fPaints.push_back(p);
47 fPaints.push_back(p);
59 fPaints.push_back(p);
76 fPaints.push_back(p);
92 fPaints.push_back(p);
101 fPaints.push_back(p);
109 fPaints.push_back(p);
118 fPaints.push_back(p);
158 for (i = 0; i < fPaints.count(); ++i) {
165 fPaints[i].setColor(color)
    [all...]
rects.cpp 41 fPaints.push_back(p);
49 fPaints.push_back(p);
58 fPaints.push_back(p);
71 fPaints.push_back(p);
89 fPaints.push_back(p);
106 fPaints.push_back(p);
116 fPaints.push_back(p);
127 fPaints.push_back(p);
138 fPaints.push_back(p);
147 fPaints.push_back(p)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.h 135 return &(*fPaints)[index - 1];
214 SkTRefArray<SkPaint>* fPaints;
SkPicturePlayback.cpp 100 fPaints = record.fPaints.unflattenToArray();
184 int paintCount = SafeCount(src.fPaints);
214 if (needs_deep_copy(src.fPaints->at(i))) {
216 &src.fPaints->at(i), 0,
230 fPaints = SkTRefArray<SkPaint>::Create(paintCount);
236 deepCopyInfo->paintData[i]->unflatten(&fPaints->writableAt(i),
241 fPaints->writableAt(i) = src.fPaints->at(i);
247 fPaints = SkSafeRef(src.fPaints)
    [all...]
SkPictureRecord.cpp 37 fPaints(&fFlattenableHeap),
600 if ((*gPictureRecordOpts[opt].fProc)(&fWriter, fRestoreOffsetStack.top(), &fPaints)) {
    [all...]
SkPictureRecord.h 253 SkPaintDictionary fPaints;
  /external/skia/src/core/
SkPicturePlayback.h 135 return &(*fPaints)[index - 1];
214 SkTRefArray<SkPaint>* fPaints;
SkPicturePlayback.cpp 100 fPaints = record.fPaints.unflattenToArray();
184 int paintCount = SafeCount(src.fPaints);
214 if (needs_deep_copy(src.fPaints->at(i))) {
216 &src.fPaints->at(i), 0,
230 fPaints = SkTRefArray<SkPaint>::Create(paintCount);
236 deepCopyInfo->paintData[i]->unflatten(&fPaints->writableAt(i),
241 fPaints->writableAt(i) = src.fPaints->at(i);
247 fPaints = SkSafeRef(src.fPaints)
    [all...]
SkPictureRecord.cpp 37 fPaints(&fFlattenableHeap),
600 if ((*gPictureRecordOpts[opt].fProc)(&fWriter, fRestoreOffsetStack.top(), &fPaints)) {
    [all...]
SkPictureRecord.h 253 SkPaintDictionary fPaints;
  /external/skia/tests/
CanvasTest.cpp 681 referenceRecord->fPaints.count() ==
682 testRecord->fPaints.count(), testStep->assertMessage());
683 for (int i = 0; i < referenceRecord->fPaints.count(); ++i) {
685 EQ(referenceRecord->fPaints[i], testRecord->fPaints[i]),
    [all...]

Completed in 951 milliseconds