Searched refs:gProc (Results 1 – 4 of 4) sorted by relevance
131 static const CanvasProc gProc[] = { in onDrawContent() local144 for (size_t i = 0; i < SK_ARRAY_COUNT(gProc); ++i) { in onDrawContent()148 gProc[i](canvas, SkToBool(aa)); in onDrawContent()
657 static const SlideProc gProc[] = { variable686 for (size_t i = 0; i < SK_ARRAY_COUNT(gProc); i++) { in init()689 gProc[i](&canvas); in init()710 gProc[fIndex](canvas); in onDrawContent()715 fIndex = (fIndex + 1) % SK_ARRAY_COUNT(gProc); in onFindClickHandler()
151 void (*gProc[])(SkPath*, const SkRect&) = { in onDraw() local175 for (size_t x = 0; x < SK_ARRAY_COUNT(gProc); ++x) { in onDraw()179 gProc[x](&path, r); in onDraw()
841 static const Map2Procf gProc[] = { in map2() local846 Map2Procf proc = (mask & kPerspective_Mask) ? map2_pf : gProc[mask]; in map2()851 static const Map2Procd gProc[] = { in map2() local856 Map2Procd proc = (mask & kPerspective_Mask) ? map2_pd : gProc[mask]; in map2()