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

  /external/chromium_org/third_party/skia/src/svg/
SkSVGParser.cpp 40 fHead(&fEmptyPaint), fIDs(256),
43 fEmptyPaint.f_fill.set("black");
44 fEmptyPaint.f_stroke.set("none");
45 fEmptyPaint.f_strokeMiterlimit.set("4");
46 fEmptyPaint.f_fillRule.set("winding");
47 fEmptyPaint.f_opacity.set("1");
48 fEmptyPaint.fNext = NULL;
50 SkString* initial = fEmptyPaint[index];
122 SkASSERT(fEmptyPaint[field]);
123 return *fEmptyPaint[field]
    [all...]
  /external/skia/src/svg/
SkSVGParser.cpp 40 fHead(&fEmptyPaint), fIDs(256),
43 fEmptyPaint.f_fill.set("black");
44 fEmptyPaint.f_stroke.set("none");
45 fEmptyPaint.f_strokeMiterlimit.set("4");
46 fEmptyPaint.f_fillRule.set("winding");
47 fEmptyPaint.f_opacity.set("1");
48 fEmptyPaint.fNext = NULL;
50 SkString* initial = fEmptyPaint[index];
122 SkASSERT(fEmptyPaint[field]);
123 return *fEmptyPaint[field]
    [all...]
  /external/chromium_org/third_party/skia/include/svg/
SkSVGParser.h 58 SkSVGPaint fEmptyPaint;
  /external/skia/include/svg/
SkSVGParser.h 58 SkSVGPaint fEmptyPaint;

Completed in 2483 milliseconds