OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gJoins
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/gm/
strokerect.cpp
69
static const SkPaint::Join
gJoins
[] = {
88
for (size_t i = 0; i < SK_ARRAY_COUNT(
gJoins
); ++i) {
89
SkPaint::Join join =
gJoins
[i];
/external/chromium_org/third_party/skia/samplecode/
SamplePath.cpp
183
static const SkPaint::Join
gJoins
[] = {
189
for (size_t i = 0; i < SK_ARRAY_COUNT(
gJoins
); i++) {
192
this->drawPath(canvas, fPath[j],
gJoins
[i]);
/external/chromium_org/third_party/skia/tests/
EmptyPathTest.cpp
63
static const SkPaint::Join
gJoins
[] = {
74
for (size_t join = 0; join < SK_ARRAY_COUNT(
gJoins
); ++join) {
80
paint.setStrokeJoin(
gJoins
[join]);
Completed in 52 milliseconds