Searched refs:attrCount (Results 1 – 1 of 1) sorted by relevance
223 int attrCount = fAttrs.count(); in flushAttributes() local225 …SkDOM::Node* node = (SkDOM::Node*)fAlloc->alloc(sizeof(SkDOM::Node) + attrCount * sizeof(SkDOM::At… in flushAttributes()230 node->fAttrCount = SkToU16(attrCount); in flushAttributes()247 memcpy(node->attrs(), fAttrs.begin(), attrCount * sizeof(SkDOM::Attr)); in flushAttributes()