OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGUnitType
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGUnitTypes.h
31
enum
SVGUnitType
{
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()); }
SVGRenderTreeAsText.cpp
189
static TextStream& operator<<(TextStream& ts, const SVGUnitTypes::
SVGUnitType
& unitType)
Completed in 137 milliseconds