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

  /external/skia/gm/
dashing.cpp 136 void (*gProc[])(SkPath*, const SkRect&) = {
160 for (size_t x = 0; x < SK_ARRAY_COUNT(gProc); ++x) {
164 gProc[x](&path, r);
  /external/skia/src/utils/
SkMatrix44.cpp 770 static const Map2Procf gProc[] = {
775 Map2Procf proc = (mask & kPerspective_Mask) ? map2_pf : gProc[mask];
780 static const Map2Procd gProc[] = {
785 Map2Procd proc = (mask & kPerspective_Mask) ? map2_pd : gProc[mask];

Completed in 30 milliseconds