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

  /external/skia/src/core/
SkPictureRecord.h 179 int fRegionIndex;
SkPictureRecord.cpp 16 fBitmapIndex = fMatrixIndex = fPaintIndex = fRegionIndex = 1;
658 SkFlatRegion* flat = SkFlatRegion::Flatten(&fHeap, region, fRegionIndex);
667 return fRegionIndex++;
  /external/skia/tests/
CanvasTest.cpp 543 REPORTER_ASSERT_MESSAGE(reporter, referenceRecord->fRegionIndex ==
544 roundTripRecord->fRegionIndex, testStep->assertMessage());
    [all...]

Completed in 1599 milliseconds