OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gJoins
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
strokerect.cpp
65
static const SkPaint::Join
gJoins
[] = {
84
for (size_t i = 0; i < SK_ARRAY_COUNT(
gJoins
); ++i) {
85
SkPaint::Join join =
gJoins
[i];
/external/skia/tests/
EmptyPathTest.cpp
75
static const SkPaint::Join
gJoins
[] = {
86
for (size_t join = 0; join < SK_ARRAY_COUNT(
gJoins
); ++join) {
92
paint.setStrokeJoin(
gJoins
[join]);
Completed in 23 milliseconds