Home | History | Annotate | Download | only in svg

Lines Matching refs:SkSVGElement

24 class SkSVGElement;
39 SkTDict<SkSVGElement*>& getIDs() { return fIDs; }
42 void translate(SkSVGElement*, bool isDef);
54 static SkSVGElement* CreateElement(SkSVGTypes type, SkSVGElement* parent);
55 static void Delete(SkTDArray<SkSVGElement*>& fChildren);
62 SkTDArray<SkSVGElement*> fChildren;
63 SkTDict<SkSVGElement*> fIDs;
64 SkTDArray<SkSVGElement*> fParents;
67 SkSVGElement* fCurrElement;