Home | History | Annotate | Download | only in animator

Lines Matching full:attrvalue

97 bool SkDisplayXMLParser::onAddAttributeLen(const char attrName[], const char attrValue[],
106 if (fMaker.find(attrValue, attrValueLen, nullptr)) {
107 fError->setNoun(attrValue, attrValueLen);
112 displayable->_id.set(attrValue, attrValueLen);
115 fMaker.idsSet(attrValue, attrValueLen, displayable);
130 if (info->setValue(fMaker, nullptr, 0, info->getCount(), displayable, info->getType(), attrValue,
134 fError->setNoun(attrValue, attrValueLen);
138 if (fMaker.find(attrValue, attrValueLen, &ref) == false) {
139 ref = fMaker.createInstance(attrValue, attrValueLen);
141 fError->setNoun(attrValue, attrValueLen);