HomeSort by relevance Sort by last modified time
    Searched refs:f_stroke (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/include/svg/
SkSVGPaintState.h 66 SkString f_stroke; member in class:SkSVGPaint
  /external/skia/include/svg/
SkSVGPaintState.h 66 SkString f_stroke; member in class:SkSVGPaint
  /external/chromium_org/third_party/skia/src/svg/
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"))
  /external/skia/src/svg/
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 3504 milliseconds