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

  /external/skia/gm/
patheffects.cpp 75 typedef void (*PE_Proc)(SkPaint*);
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/
SampleSlides.cpp 90 typedef void (*PE_Proc)(SkPaint*);
91 static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
116 static const PE_Proc gPE2[] = { fill_pe, discrete_pe, tile_pe };

Completed in 67 milliseconds