Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGNode.h25 class SkSVGValue; variable
179 virtual void onSetAttribute(SkSVGAttribute, const SkSVGValue&) {} in onSetAttribute()
H A DSkSVGValue.h41 SkSVGValue(Type t) : fType(t) { } in SkSVGValue() function