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

  /external/skia/gm/
patheffects.cpp 78 static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
131 for (i = 0; i < SK_ARRAY_COUNT(gPE); i++) {
132 gPE[i](&paint);
152 for (i = 0; i < SK_ARRAY_COUNT(gPE); i++) {
156 gPE[i](&p);
  /external/skia/samplecode/
SampleSlides.cpp 92 static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
133 for (i = 0; i < SK_ARRAY_COUNT(gPE); i++) {
134 gPE[i](&paint);

Completed in 3150 milliseconds