Lines Matching refs:Attr
123 const Attr* attr = node->attrs(); in findAttr()
124 const Attr* stop = attr + node->fAttrCount; in findAttr()
137 const SkDOM::Attr* SkDOM::getFirstAttr(const Node* node) const in getFirstAttr()
142 const SkDOM::Attr* SkDOM::getNextAttr(const Node* node, const Attr* attr) const in getNextAttr()
150 const char* SkDOM::getAttrName(const Node* node, const Attr* attr) const in getAttrName()
157 const char* SkDOM::getAttrValue(const Node* node, const Attr* attr) const in getAttrValue()
217 …OM::Node* node = (SkDOM::Node*)fAlloc->alloc(sizeof(SkDOM::Node) + attrCount * sizeof(SkDOM::Attr), in flushAttributes()
239 memcpy(node->attrs(), fAttrs.begin(), attrCount * sizeof(SkDOM::Attr)); in flushAttributes()
254 SkDOM::Attr* attr = fAttrs.append(); in onAddAttribute()
288 SkTDArray<SkDOM::Attr> fAttrs;
445 const Attr* attr = node->attrs(); in dump()
446 const Attr* stop = attr + node->fAttrCount; in dump()