Searched refs:gProcs (Results 1 – 8 of 8) sorted by relevance
35 static const PathProc gProcs[] = { variable41 #define COUNT_PROCS SK_ARRAY_COUNT(gProcs)49 gProcs[i](&fPaths[i]); in TriangleView()
95 static const MakePathProc gProcs[] = { variable105 #define N SK_ARRAY_COUNT(gProcs)114 fDY[i] = gProcs[i](&fPath[i]); in PathFillView()
179 } gProcs[] = { variable187 return (index + 1) % SK_ARRAY_COUNT(gProcs); in cycle_hairproc_index()207 str.printf("Hair-%s", gProcs[fProcIndex].fName); in onQuery()247 gProcs[fProcIndex].fProc(&c2, paint, bm); in onDrawContent()
142 static const clipper_proc gProcs[] = { variable232 gProcs[fProcIndex](fPts, fClip, canvas, paint, paint1); in onDrawContent()
95 static const MakePathProc gProcs[] = { variable105 #define N SK_ARRAY_COUNT(gProcs)115 fDY[i] = gProcs[i](&fPath[i]); in PathFillGM()
565 static const RowProc gProcs[] = { in RowFactory() local587 SkASSERT((size_t)index < SK_ARRAY_COUNT(gProcs)); in RowFactory()588 return gProcs[index]; in RowFactory()
1654 static const AlignProc gProcs[] = { in pick_align_proc() local1658 SkASSERT((unsigned)align < SK_ARRAY_COUNT(gProcs)); in pick_align_proc()1660 return gProcs[align]; in pick_align_proc()
337 static const RowProc gProcs[] = { in begin() local416 fRowProc = gProcs[index]; in begin()