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

  /external/skia/src/core/
SkPictureRecord.h 177 int fPaintIndex;
SkPictureRecord.cpp 16 fBitmapIndex = fMatrixIndex = fPaintIndex = fRegionIndex = 1;
643 SkFlatPaint* flat = SkFlatPaint::Flatten(&fHeap, *paint, fPaintIndex,
654 return fPaintIndex++;
  /external/skia/tests/
CanvasTest.cpp 541 REPORTER_ASSERT_MESSAGE(reporter, referenceRecord->fPaintIndex ==
542 roundTripRecord->fPaintIndex, testStep->assertMessage());
    [all...]

Completed in 119 milliseconds