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()
650 static const SlideProc gProc[] = { variable679 for (size_t i = 0; i < SK_ARRAY_COUNT(gProc); i++) { in init()682 gProc[i](&canvas); in init()703 gProc[fIndex](canvas); in onDrawContent()708 fIndex = (fIndex + 1) % SK_ARRAY_COUNT(gProc); in onFindClickHandler()
156 void (*gProc[])(SkPath*, const SkRect&) = { in onDraw() local180 for (size_t x = 0; x < SK_ARRAY_COUNT(gProc); ++x) { in onDraw()184 gProc[x](&path, r); in onDraw()
887 static const Map2Procf gProc[] = { in map2() local892 Map2Procf proc = (mask & kPerspective_Mask) ? map2_pf : gProc[mask]; in map2()897 static const Map2Procd gProc[] = { in map2() local902 Map2Procd proc = (mask & kPerspective_Mask) ? map2_pd : gProc[mask]; in map2()