Searched refs:fRegions (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkPicturePlayback.h115 return fRegions[index - 1];
167 SkRegion* fRegions; member in class:SkPicturePlayback
H A DSkPicturePlayback.cpp133 fRegions = SkNEW_ARRAY(SkRegion, fRegionCount);
137 flatRegion->unflatten(&fRegions[flatRegion->index() - 1]);
203 fRegions = SkNEW_ARRAY(SkRegion, fRegionCount);
205 fRegions[i] = src.fRegions[i];
215 fRegions = NULL;
228 SkDELETE_ARRAY(fRegions);
356 uint32_t size = fRegions[i].flatten(NULL);
359 fRegions[i].flatten(storage.get());
467 fRegions
[all...]
H A DSkPictureRecord.h85 return fRegions;
180 SkTDArray<const SkFlatRegion* > fRegions; member in class:SkPictureRecord
H A DSkPictureRecord.cpp496 fRegions.reset();
592 addInt(find(fRegions, region));
743 int count = fRegions.count();
745 result += sizeof(fRegions[index]) + fRegions[index]->size();
806 int count = fRegions.count();
809 const SkFlatRegion* region = fRegions[index];
/external/skia/tests/
H A DCanvasTest.cpp484 referenceRecord->fRegions.count() ==
485 testRecord->fRegions.count(), testStep->assertMessage());
486 for (int i = 0; i < referenceRecord->fRegions.count(); ++i) {
488 SkFlatData::Compare(referenceRecord->fRegions[i],
489 testRecord->fRegions[i]) == 0, testStep->assertMessage());

Completed in 94 milliseconds