Home
last modified time | relevance | path

Searched refs:gPE (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/gm/
H A Dpatheffects.cpp90 constexpr PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe }; member
140 for (size_t i = 0; i < SK_ARRAY_COUNT(gPE); i++) {
141 gPE[i](&paint);
161 for (size_t i = 0; i < SK_ARRAY_COUNT(gPE); i++) {
165 gPE[i](&p);
/third_party/skia/samplecode/
H A DSampleSlides.cpp88 static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe }; variable
129 for (i = 0; i < SK_ARRAY_COUNT(gPE); i++) { in patheffect_slide()
130 gPE[i](&paint); in patheffect_slide()

Completed in 3 milliseconds