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

  /external/skia/src/svg/
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);
  /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/base/tools/aapt/
Resource.cpp     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 237 milliseconds