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

  /external/chromium_org/third_party/skia/gm/
patheffects.cpp 78 static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
134 for (i = 0; i < SK_ARRAY_COUNT(gPE); i++) {
135 gPE[i](&paint);
155 for (i = 0; i < SK_ARRAY_COUNT(gPE); i++) {
159 gPE[i](&p);
  /external/skia/gm/
patheffects.cpp 78 static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
134 for (i = 0; i < SK_ARRAY_COUNT(gPE); i++) {
135 gPE[i](&paint);
155 for (i = 0; i < SK_ARRAY_COUNT(gPE); i++) {
159 gPE[i](&p);
  /external/chromium_org/third_party/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);
  /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 122 milliseconds