Searched refs:attrValueLen (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/animator/ |
D | SkDisplayXMLParser.cpp | 98 size_t attrValueLen) in onAddAttributeLen() argument 106 if (fMaker.find(attrValue, attrValueLen, NULL)) { in onAddAttributeLen() 107 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen() 112 displayable->_id.set(attrValue, attrValueLen); in onAddAttributeLen() 115 fMaker.idsSet(attrValue, attrValueLen, displayable); in onAddAttributeLen() 131 attrValueLen)) in onAddAttributeLen() 134 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen() 138 if (fMaker.find(attrValue, attrValueLen, &ref) == false) { in onAddAttributeLen() 139 ref = fMaker.createInstance(attrValue, attrValueLen); in onAddAttributeLen() 141 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()
|