Home
last modified time | relevance | path

Searched refs:KernelUnitLength (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/svg/include/
DSkSVGFeLighting.h20 struct KernelUnitLength { struct
26 SVG_OPTIONAL_ATTR(KernelUnitLength, KernelUnitLength) in SVG_OPTIONAL_ATTR() argument
/third_party/skia/modules/svg/src/
DSkSVGFeLighting.cpp21 this->setKernelUnitLength(SkSVGAttributeParser::parse<SkSVGFeLighting::KernelUnitLength>( in parseAndSetAttribute()
26 bool SkSVGAttributeParser::parse<SkSVGFeLighting::KernelUnitLength>( in parse()
27 SkSVGFeLighting::KernelUnitLength* kernelUnitLength) { in parse()