OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:one_d_pe
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/gm/
patheffects.cpp
63
static void
one_d_pe
(SkPaint* paint) {
function in namespace:skiagm
78
static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe,
one_d_pe
};
/external/chromium_org/third_party/skia/tests/
PathCoverageTest.cpp
111
static bool
one_d_pe
(const int* array, const unsigned int count,
function
153
one_d_pe
(gXY, SK_ARRAY_COUNT(gXY), reporter);
154
one_d_pe
(gSawtooth, SK_ARRAY_COUNT(gSawtooth), reporter);
155
one_d_pe
(gOvalish, SK_ARRAY_COUNT(gOvalish), reporter);
156
one_d_pe
(gSharpSawtooth, SK_ARRAY_COUNT(gSharpSawtooth), reporter);
157
one_d_pe
(gRibbon, SK_ARRAY_COUNT(gRibbon), reporter);
/external/chromium_org/third_party/skia/samplecode/
SampleSlides.cpp
77
static void
one_d_pe
(SkPaint* paint) {
function
92
static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe,
one_d_pe
};
Completed in 149 milliseconds