/external/skia/src/svg/ |
SkSVGPolygon.h | 25 virtual void addAttribute(SkSVGParser& , int attrIndex,
|
SkSVGPolyline.h | 26 virtual void addAttribute(SkSVGParser& , int attrIndex,
|
SkSVGPolygon.cpp | 29 void SkSVGPolygon::addAttribute(SkSVGParser& parser, int attrIndex, 31 INHERITED::addAttribute(parser, attrIndex, attrValue, attrLength);
|
SkSVGPolyline.cpp | 35 void SkSVGPolyline::addAttribute(SkSVGParser& , int attrIndex, 37 if (attrIndex != kPoints)
|
SkSVGElements.cpp | 24 void SkSVGBase::addAttribute(SkSVGParser& parser, int attrIndex, 27 first += attrIndex;
|
SkSVGParser.cpp | 164 int attrIndex = findAttribute(fCurrElement, name, nameLen, false); 165 if (attrIndex == -1) { 166 attrIndex = findAttribute(&fCurrElement->fPaintState, name, nameLen, true); 167 if (attrIndex >= 0) { 168 fCurrElement->fPaintState.addAttribute(*this, attrIndex, value, len); 178 SkASSERT(attrIndex >= 0); 179 fCurrElement->addAttribute(*this, attrIndex, value, len);
|
SkSVGPaintState.cpp | 60 void SkSVGPaint::addAttribute(SkSVGParser& parser, int attrIndex, 62 SkString* attr = (*this)[attrIndex]; 63 switch(attrIndex) {
|
/external/collada/include/1.4/dom/ |
domFx_clearcolor_common.h | 21 xsNonNegativeInteger attrIndex; 34 xsNonNegativeInteger getIndex() const { return attrIndex; } 39 void setIndex( xsNonNegativeInteger atIndex ) { attrIndex = atIndex; } 61 domFx_clearcolor_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), _value() {} 87 xsNonNegativeInteger getIndex() const { return attrIndex; } 92 void setIndex( xsNonNegativeInteger atIndex ) { attrIndex = atIndex; _validAttributeArray[0] = true; }
|
domFx_cleardepth_common.h | 21 xsNonNegativeInteger attrIndex; 34 xsNonNegativeInteger getIndex() const { return attrIndex; } 39 void setIndex( xsNonNegativeInteger atIndex ) { attrIndex = atIndex; } 56 domFx_cleardepth_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), _value() {} 82 xsNonNegativeInteger getIndex() const { return attrIndex; } 87 void setIndex( xsNonNegativeInteger atIndex ) { attrIndex = atIndex; _validAttributeArray[0] = true; }
|
domFx_clearstencil_common.h | 21 xsNonNegativeInteger attrIndex; 34 xsNonNegativeInteger getIndex() const { return attrIndex; } 39 void setIndex( xsNonNegativeInteger atIndex ) { attrIndex = atIndex; } 56 domFx_clearstencil_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), _value() {} 82 xsNonNegativeInteger getIndex() const { return attrIndex; } 87 void setIndex( xsNonNegativeInteger atIndex ) { attrIndex = atIndex; _validAttributeArray[0] = true; }
|
domFx_colortarget_common.h | 21 xsNonNegativeInteger attrIndex; 37 xsNonNegativeInteger getIndex() const { return attrIndex; } 42 void setIndex( xsNonNegativeInteger atIndex ) { attrIndex = atIndex; } 92 domFx_colortarget_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), attrFace(), attrMip(), attrSlice(), _value() {} 118 xsNonNegativeInteger getIndex() const { return attrIndex; } 123 void setIndex( xsNonNegativeInteger atIndex ) { attrIndex = atIndex; _validAttributeArray[0] = true; }
|
domFx_depthtarget_common.h | 21 xsNonNegativeInteger attrIndex; 37 xsNonNegativeInteger getIndex() const { return attrIndex; } 42 void setIndex( xsNonNegativeInteger atIndex ) { attrIndex = atIndex; } 92 domFx_depthtarget_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), attrFace(), attrMip(), attrSlice(), _value() {} 118 xsNonNegativeInteger getIndex() const { return attrIndex; } 123 void setIndex( xsNonNegativeInteger atIndex ) { attrIndex = atIndex; _validAttributeArray[0] = true; }
|
domFx_stenciltarget_common.h | 21 xsNonNegativeInteger attrIndex; 37 xsNonNegativeInteger getIndex() const { return attrIndex; } 42 void setIndex( xsNonNegativeInteger atIndex ) { attrIndex = atIndex; } 92 domFx_stenciltarget_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), attrFace(), attrMip(), attrSlice(), _value() {} 118 xsNonNegativeInteger getIndex() const { return attrIndex; } 123 void setIndex( xsNonNegativeInteger atIndex ) { attrIndex = atIndex; _validAttributeArray[0] = true; }
|
domGl_pipeline_settings.h | [all...] |
domGles_pipeline_settings.h | 631 domGLES_MAX_CLIP_PLANES_index attrIndex; 666 domGLES_MAX_CLIP_PLANES_index getIndex() const { return attrIndex; } 671 void setIndex( domGLES_MAX_CLIP_PLANES_index atIndex ) { attrIndex = atIndex; _validAttributeArray[2] = true; } 677 domClip_plane(DAE& dae) : daeElement(dae), attrValue(), attrParam(), attrIndex() {} [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardIconsSet.java | 52 private static final int getIconId(final int attrIndex) { 53 switch (attrIndex) { 88 final int attrIndex = keyboardAttrs.getIndex(i); 89 final int iconId = getIconId(attrIndex); 92 mIcons[iconId] = setDefaultBounds(keyboardAttrs.getDrawable(attrIndex));
|
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/ |
XmlDictInputOutput.java | 86 for (int attrIndex = 0; attrIndex < attrs.getLength(); ++attrIndex) { 87 final String attrName = attrs.getLocalName(attrIndex); 89 mFreq = Integer.parseInt(attrs.getValue(attrIndex));
|
/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...] |
/external/collada/src/1.4/dom/ |
domFx_clearcolor_common.cpp | 53 ma->setOffset( daeOffsetOf( domFx_clearcolor_common , attrIndex ));
|
domFx_cleardepth_common.cpp | 53 ma->setOffset( daeOffsetOf( domFx_cleardepth_common , attrIndex ));
|
domFx_clearstencil_common.cpp | 53 ma->setOffset( daeOffsetOf( domFx_clearstencil_common , attrIndex ));
|
domFx_colortarget_common.cpp | 53 ma->setOffset( daeOffsetOf( domFx_colortarget_common , attrIndex ));
|
domFx_depthtarget_common.cpp | 53 ma->setOffset( daeOffsetOf( domFx_depthtarget_common , attrIndex ));
|
domFx_stenciltarget_common.cpp | 53 ma->setOffset( daeOffsetOf( domFx_stenciltarget_common , attrIndex ));
|
/external/mesa3d/test/ |
egl.cpp | [all...] |