Home
last modified time | relevance | path

Searched refs:f_stroke (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/svg/parser/
DSkSVGPaintState.cpp130 gradient->write(parser, current.f_stroke); in flush()
156 …if (current.f_stroke.equals("none") == false && strncmp(current.f_stroke.c_str(), "url(#", 5) != 0… in flush()
157 SkASSERT(current.f_stroke.c_str()[0] == '#'); in flush()
159 replacement.append(current.f_stroke.c_str() + 1); in flush()
161 current.f_stroke.set(replacement); in flush()
164 if (current.f_fill.equals("none") && current.f_stroke.equals("none")) in flush()
DSkSVGParser.cpp44 fEmptyPaint.f_stroke.set("none"); in SkSVGParser()
133 if (strokeSet == false && walking->f_stroke.size() > 0) { in isStrokeAndFill()
134 stroke = walking->f_stroke.equals("none") == false; in isStrokeAndFill()
249 SkString saveStroke(strokeState->f_stroke); in translate()
251 strokeState->f_stroke.set("none"); in translate()
254 strokeState->f_stroke.set(saveStroke); in translate()
/external/skia/include/svg/parser/
DSkSVGPaintState.h66 SkString f_stroke; variable