Home
last modified time | relevance | path

Searched refs:fUnit (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/svg/include/
H A DSkSVGTypes.h117 constexpr SkSVGLength() : fValue(0), fUnit(Unit::kUnknown) {} in SkSVGLength()
119 : fValue(v), fUnit(u) {} in SkSVGLength()
124 return fUnit == other.fUnit && fValue == other.fValue; in operator ==()
129 const Unit& unit() const { return fUnit; } in unit()
133 Unit fUnit; member in SkSVGLength
/third_party/skia/modules/svg/src/
H A DSkSVGAttributeParser.cpp122 SkSVGLength::Unit fUnit; in parseLengthUnitToken() member
137 *unit = gUnitInfo[i].fUnit; in parseLengthUnitToken()

Completed in 6 milliseconds