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

  /external/chromium_org/third_party/skia/src/svg/
SkSVGParser.cpp 41 fXMLWriter(&fStream), fCurrElement(NULL), fInSVG(false), fSuppressPaint(false) {
153 if (fCurrElement == NULL) // this signals we should ignore attributes for this element
155 if (fCurrElement->fIsDef == false && fCurrElement->fIsNotDef == false)
158 int attrIndex = findAttribute(fCurrElement, name, nameLen, false);
160 attrIndex = findAttribute(&fCurrElement->fPaintState, name, nameLen, true);
162 fCurrElement->fPaintState.addAttribute(*this, attrIndex, value, len);
166 fCurrElement->f_id.set(value, len);
173 fCurrElement->addAttribute(*this, attrIndex, value, len);
215 fCurrElement = element
    [all...]
  /external/skia/src/svg/
SkSVGParser.cpp 41 fXMLWriter(&fStream), fCurrElement(NULL), fInSVG(false), fSuppressPaint(false) {
153 if (fCurrElement == NULL) // this signals we should ignore attributes for this element
155 if (fCurrElement->fIsDef == false && fCurrElement->fIsNotDef == false)
158 int attrIndex = findAttribute(fCurrElement, name, nameLen, false);
160 attrIndex = findAttribute(&fCurrElement->fPaintState, name, nameLen, true);
162 fCurrElement->fPaintState.addAttribute(*this, attrIndex, value, len);
166 fCurrElement->f_id.set(value, len);
173 fCurrElement->addAttribute(*this, attrIndex, value, len);
215 fCurrElement = element
    [all...]
  /external/chromium_org/third_party/skia/include/svg/
SkSVGParser.h 67 SkSVGElement* fCurrElement;
  /external/skia/include/svg/
SkSVGParser.h 67 SkSVGElement* fCurrElement;

Completed in 307 milliseconds