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

  /external/skia/gm/
patheffects.cpp 76 constexpr PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
129 for (i = 0; i < SK_ARRAY_COUNT(gPE); i++) {
130 gPE[i](&paint);
150 for (i = 0; i < SK_ARRAY_COUNT(gPE); i++) {
154 gPE[i](&p);
  /external/skia/samplecode/
SampleSlides.cpp 91 static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
132 for (i = 0; i < SK_ARRAY_COUNT(gPE); i++) {
133 gPE[i](&paint);

Completed in 68 milliseconds