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

  /external/skia/samplecode/
SampleClip.cpp 135 static const CanvasProc gProc[] = {
148 for (size_t i = 0; i < SK_ARRAY_COUNT(gProc); ++i) {
152 gProc[i](canvas, SkToBool(aa));
SampleSlides.cpp 717 static const SlideProc gProc[] = {
737 for (size_t i = 0; i < SK_ARRAY_COUNT(gProc); i++) {
740 gProc[i](&canvas);
760 gProc[fIndex](canvas);
764 fIndex = (fIndex + 1) % SK_ARRAY_COUNT(gProc);

Completed in 53 milliseconds