Home
last modified time | relevance | path

Searched refs:gPE2 (Results 1 – 4 of 4) sorted by relevance

/external/skqp/gm/
Dpatheffects.cpp101 constexpr PE_Proc gPE2[] = { fill_pe, discrete_pe, tile_pe }; variable
143 for (i = 0; i < SK_ARRAY_COUNT(gPE2); i++) { in onDraw()
144 gPE2[i](&paint); in onDraw()
/external/skia/gm/
Dpatheffects.cpp101 constexpr PE_Proc gPE2[] = { fill_pe, discrete_pe, tile_pe }; variable
143 for (i = 0; i < SK_ARRAY_COUNT(gPE2); i++) { in onDraw()
144 gPE2[i](&paint); in onDraw()
/external/skia/samplecode/
DSampleSlides.cpp115 static const PE_Proc gPE2[] = { fill_pe, discrete_pe, tile_pe }; variable
145 for (i = 0; i < SK_ARRAY_COUNT(gPE2); i++) { in patheffect_slide()
146 gPE2[i](&paint); in patheffect_slide()
/external/skqp/samplecode/
DSampleSlides.cpp115 static const PE_Proc gPE2[] = { fill_pe, discrete_pe, tile_pe }; variable
145 for (i = 0; i < SK_ARRAY_COUNT(gPE2); i++) { in patheffect_slide()
146 gPE2[i](&paint); in patheffect_slide()