Searched refs:SkSVGFontSize (Results 1 – 4 of 4) sorted by relevance
486 class SkSVGFontSize {493 SkSVGFontSize() : fType(Type::kInherit), fSize(0) {} in SkSVGFontSize() function494 explicit SkSVGFontSize(const SkSVGLength& s) in SkSVGFontSize() function498 bool operator==(const SkSVGFontSize& other) const {501 bool operator!=(const SkSVGFontSize& other) const { return !(*this == other); }
96 SkSVGProperty<SkSVGFontSize , true> fFontSize;
123 SVG_PRES_ATTR(FontSize , SkSVGFontSize , true)
796 bool SkSVGAttributeParser::parse(SkSVGFontSize* size) { in parse()799 *size = SkSVGFontSize(); in parse()804 *size = SkSVGFontSize(length); in parse()