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

  /external/skia/src/svg/
SkSVGPolygon.h 17 virtual void addAttribute(SkSVGParser& , int attrIndex,
SkSVGPolyline.h 18 virtual void addAttribute(SkSVGParser& , int attrIndex,
SkSVGPolygon.cpp 21 void SkSVGPolygon::addAttribute(SkSVGParser& parser, int attrIndex,
23 INHERITED::addAttribute(parser, attrIndex, attrValue, attrLength);
SkSVGPolyline.cpp 27 void SkSVGPolyline::addAttribute(SkSVGParser& , int attrIndex,
29 if (attrIndex != kPoints)
SkSVGElements.cpp 16 void SkSVGBase::addAttribute(SkSVGParser& parser, int attrIndex,
19 first += attrIndex;
SkSVGParser.cpp 158 int attrIndex = findAttribute(fCurrElement, name, nameLen, false);
159 if (attrIndex == -1) {
160 attrIndex = findAttribute(&fCurrElement->fPaintState, name, nameLen, true);
161 if (attrIndex >= 0) {
162 fCurrElement->fPaintState.addAttribute(*this, attrIndex, value, len);
172 SkASSERT(attrIndex >= 0);
173 fCurrElement->addAttribute(*this, attrIndex, value, len);
SkSVGPaintState.cpp 52 void SkSVGPaint::addAttribute(SkSVGParser& parser, int attrIndex,
54 SkString* attr = (*this)[attrIndex];
55 switch(attrIndex) {
  /external/skia/include/svg/
SkSVGBase.h 20 virtual void addAttribute(SkSVGParser& parser, int attrIndex,
SkSVGPaintState.h 45 virtual void addAttribute(SkSVGParser& parser, int attrIndex,
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
XmlDictInputOutput.java 110 for (int attrIndex = 0; attrIndex < attrs.getLength(); ++attrIndex) {
111 final String attrName = attrs.getLocalName(attrIndex);
113 mFreq = Integer.parseInt(attrs.getValue(attrIndex));
118 for (int attrIndex = 0; attrIndex < attrs.getLength(); ++attrIndex) {
119 final String attrName = attrs.getLocalName(attrIndex);
120 attributes.put(attrName, attrs.getValue(attrIndex));
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 149 int attrIndex=NULL; // start with no previous sib
155 attrIndex=addNode(attrs.item(i),0,attrIndex,NULL);
156 m_firstch.setElementAt(DTM.NULL,attrIndex);
160 m_nextsib.setElementAt(DTM.NULL,attrIndex);
530 int attrIndex=NULL; // start with no previous sib
542 attrIndex=addNode(attrs.item(i),
543 nextindex,attrIndex,NULL);
544 m_firstch.setElementAt(DTM.NULL,attrIndex);
570 attrIndex=addNode(new DOM2DTMdefaultNamespaceDeclarationNode
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]

Completed in 311 milliseconds