OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gPE2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/gm/
patheffects.cpp
103
static const PE_Proc
gPE2
[] = { fill_pe, discrete_pe, tile_pe };
148
for (i = 0; i < SK_ARRAY_COUNT(
gPE2
); i++) {
149
gPE2
[i](&paint);
/external/chromium_org/third_party/skia/samplecode/
SampleSlides.cpp
117
static const PE_Proc
gPE2
[] = { fill_pe, discrete_pe, tile_pe };
147
for (i = 0; i < SK_ARRAY_COUNT(
gPE2
); i++) {
148
gPE2
[i](&paint);
Completed in 40 milliseconds