Lines Matching refs:Attr
131 const Attr* attr = node->attrs(); in findAttr()
132 const Attr* stop = attr + node->fAttrCount; in findAttr()
145 const SkDOM::Attr* SkDOM::getFirstAttr(const Node* node) const in getFirstAttr()
150 const SkDOM::Attr* SkDOM::getNextAttr(const Node* node, const Attr* attr) const in getNextAttr()
158 const char* SkDOM::getAttrName(const Node* node, const Attr* attr) const in getAttrName()
165 const char* SkDOM::getAttrValue(const Node* node, const Attr* attr) const in getAttrValue()
225 …OM::Node* node = (SkDOM::Node*)fAlloc->alloc(sizeof(SkDOM::Node) + attrCount * sizeof(SkDOM::Attr), in flushAttributes()
247 memcpy(node->attrs(), fAttrs.begin(), attrCount * sizeof(SkDOM::Attr)); in flushAttributes()
262 SkDOM::Attr* attr = fAttrs.append(); in onAddAttribute()
296 SkTDArray<SkDOM::Attr> fAttrs;
453 const Attr* attr = node->attrs(); in dump()
454 const Attr* stop = attr + node->fAttrCount; in dump()