Home
last modified time | relevance | path

Searched refs:findAttribute (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DAttributesEditor.java182 int index = findAttribute(attributesCount, in replaceAttribute()
231 int index = findAttribute(attributesCount, in deleteAttribute()
255 private int findAttribute(int attributesCount, in findAttribute() method in AttributesEditor
/external/skia/src/svg/
DSkSVGParser.cpp68 int SkSVGParser::findAttribute(SkSVGBase* element, const char* attrValue, in findAttribute() function in SkSVGParser
158 int attrIndex = findAttribute(fCurrElement, name, nameLen, false); in onAddAttributeLen()
160 attrIndex = findAttribute(&fCurrElement->fPaintState, name, nameLen, true); in onAddAttributeLen()
DSkSVGPaintState.cpp88 … int index = parser.findAttribute(this, attrValue, (int) (delimiter - attrValue), true); in addAttribute()
/external/skia/include/svg/
DSkSVGParser.h37 int findAttribute(SkSVGBase* , const char* attrValue, size_t len, bool isPaint);