Home
last modified time | relevance | path

Searched defs:SkDOMNode (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/xml/
DSkDOM.cpp47 struct SkDOMNode { struct
49 SkDOMNode* fFirstChild; argument
50 SkDOMNode* fNextSibling; argument
51 uint16_t fAttrCount;
52 uint8_t fType;
53 uint8_t fPad;
55 const SkDOMAttr* attrs() const in attrs()
59 SkDOMAttr* attrs() in attrs()