Searched refs:PE_Proc (Results 1 – 4 of 4) sorted by relevance
/external/skqp/gm/ |
D | patheffects.cpp | 75 typedef void (*PE_Proc)(SkPaint*); typedef 76 constexpr PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe }; 101 constexpr PE_Proc gPE2[] = { fill_pe, discrete_pe, tile_pe };
|
/external/skia/gm/ |
D | patheffects.cpp | 75 typedef void (*PE_Proc)(SkPaint*); typedef 76 constexpr PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe }; 101 constexpr PE_Proc gPE2[] = { fill_pe, discrete_pe, tile_pe };
|
/external/skia/samplecode/ |
D | SampleSlides.cpp | 89 typedef void (*PE_Proc)(SkPaint*); typedef 90 static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe }; 115 static const PE_Proc gPE2[] = { fill_pe, discrete_pe, tile_pe };
|
/external/skqp/samplecode/ |
D | SampleSlides.cpp | 89 typedef void (*PE_Proc)(SkPaint*); typedef 90 static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe }; 115 static const PE_Proc gPE2[] = { fill_pe, discrete_pe, tile_pe };
|