Searched refs:fPathCount (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h122 int fPathCount; member in struct:GrInOrderDrawBuffer::DrawPaths
H A DGrInOrderDrawBuffer.cpp422 for (int i = 0; i < fPathCount; ++i) {
474 dp->fPathCount = pathCount;
634 fDstGpu->executeDrawPaths(dp.fPathCount, dp.fPaths,
/external/skia/src/core/
H A DSkPicturePlayback.cpp1423 for (int index = 0; index < fPathCount; index++) {
1428 return fPathCount;
1868 for (index = 0; index < fPathCount; index++) {
1873 if (fPathCount > 0)
1876 for (index = 0; index < fPathCount; index++)
1879 if (fPathCount > 0)

Completed in 99 milliseconds