OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toUnitType
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGUnitTypes.h
41
static inline SVGUnitTypes::SVGUnitType
toUnitType
(int type) { return static_cast<SVGUnitTypes::SVGUnitType>(type); }
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceMasker.h
53
SVGUnitTypes::SVGUnitType maskUnits() const { return
toUnitType
(static_cast<SVGMaskElement*>(node())->maskUnits()); }
54
SVGUnitTypes::SVGUnitType maskContentUnits() const { return
toUnitType
(static_cast<SVGMaskElement*>(node())->maskContentUnits()); }
RenderSVGResourceFilter.h
81
SVGUnitTypes::SVGUnitType filterUnits() const { return
toUnitType
(static_cast<SVGFilterElement*>(node())->filterUnits()); }
82
SVGUnitTypes::SVGUnitType primitiveUnits() const { return
toUnitType
(static_cast<SVGFilterElement*>(node())->primitiveUnits()); }
RenderSVGResourceClipper.h
61
SVGUnitTypes::SVGUnitType clipPathUnits() const { return
toUnitType
(static_cast<SVGClipPathElement*>(node())->clipPathUnits()); }
Completed in 218 milliseconds