OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:f_stroke
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/svg/parser/
SkSVGPaintState.h
66
SkString
f_stroke
;
member in class:SkSVGPaint
/external/skia/src/svg/parser/
SkSVGParser.cpp
44
fEmptyPaint.
f_stroke
.set("none");
133
if (strokeSet == false && walking->
f_stroke
.size() > 0) {
134
stroke = walking->
f_stroke
.equals("none") == false;
249
SkString saveStroke(strokeState->
f_stroke
);
251
strokeState->
f_stroke
.set("none");
254
strokeState->
f_stroke
.set(saveStroke);
SkSVGPaintState.cpp
130
gradient->write(parser, current.
f_stroke
);
156
if (current.
f_stroke
.equals("none") == false && strncmp(current.
f_stroke
.c_str(), "url(#", 5) != 0) {
157
SkASSERT(current.
f_stroke
.c_str()[0] == '#');
159
replacement.append(current.
f_stroke
.c_str() + 1);
161
current.
f_stroke
.set(replacement);
164
if (current.f_fill.equals("none") && current.
f_stroke
.equals("none"))
Completed in 108 milliseconds