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

  /external/skia/gm/
patheffects.cpp 101 constexpr PE_Proc gPE2[] = { fill_pe, discrete_pe, tile_pe };
143 for (i = 0; i < SK_ARRAY_COUNT(gPE2); i++) {
144 gPE2[i](&paint);
  /external/skia/samplecode/
SampleSlides.cpp 116 static const PE_Proc gPE2[] = { fill_pe, discrete_pe, tile_pe };
146 for (i = 0; i < SK_ARRAY_COUNT(gPE2); i++) {
147 gPE2[i](&paint);

Completed in 44 milliseconds