OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PE_Proc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/gm/
patheffects.cpp
77
typedef void (*
PE_Proc
)(SkPaint*);
78
static const
PE_Proc
gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
103
static const
PE_Proc
gPE2[] = { fill_pe, discrete_pe, tile_pe };
/external/chromium_org/third_party/skia/samplecode/
SampleSlides.cpp
91
typedef void (*
PE_Proc
)(SkPaint*);
92
static const
PE_Proc
gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
117
static const
PE_Proc
gPE2[] = { fill_pe, discrete_pe, tile_pe };
Completed in 869 milliseconds