Home
last modified time | relevance | path

Searched refs:SVGUnitTypes (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/Source/WebCore/svg/
DSVGUnitTypes.h29 class SVGUnitTypes : public RefCounted<SVGUnitTypes> {
38 SVGUnitTypes() { } in SVGUnitTypes() function
41 static inline SVGUnitTypes::SVGUnitType toUnitType(int type) { return static_cast<SVGUnitTypes::SVG… in toUnitType()
DSVGMaskElement.cpp49 , m_maskUnits(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) in DEFINE_ANIMATED_ENUMERATION()
50 , m_maskContentUnits(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE) in DEFINE_ANIMATED_ENUMERATION()
69 setMaskUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE); in parseMappedAttribute()
71 setMaskUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX); in parseMappedAttribute()
74 setMaskContentUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE); in parseMappedAttribute()
76 setMaskContentUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX); in parseMappedAttribute()
184 if (maskUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) in maskBoundingBox()
DSVGFilterElement.cpp56 , m_filterUnits(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) in DEFINE_ANIMATED_ENUMERATION()
57 , m_primitiveUnits(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE) in DEFINE_ANIMATED_ENUMERATION()
98 setFilterUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE); in parseMappedAttribute()
100 setFilterUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX); in parseMappedAttribute()
103 setPrimitiveUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE); in parseMappedAttribute()
105 setPrimitiveUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX); in parseMappedAttribute()
234 if (filterUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) in filterBoundingBox()
DSVGPatternElement.cpp64 , m_patternUnits(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) in DEFINE_ANIMATED_LENGTH()
65 , m_patternContentUnits(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE) in DEFINE_ANIMATED_LENGTH()
78 setPatternUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE); in parseMappedAttribute()
80 setPatternUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX); in parseMappedAttribute()
83 setPatternContentUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE); in parseMappedAttribute()
85 setPatternContentUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX); in parseMappedAttribute()
261 …attributes.setBoundingBoxMode(current->patternUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDIN… in collectPatternAttributes()
264 …attributes.setBoundingBoxModeContent(current->patternContentUnits() == SVGUnitTypes::SVG_UNIT_TYPE… in collectPatternAttributes()
DSVGClipPathElement.cpp43 , m_clipPathUnits(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE) in DEFINE_ANIMATED_ENUMERATION()
56 setClipPathUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE); in parseMappedAttribute()
58 setClipPathUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX); in parseMappedAttribute()
DSVGGradientElement.cpp50 , m_gradientUnits(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) in DEFINE_ANIMATED_ENUMERATION()
58 setGradientUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE); in parseMappedAttribute()
60 setGradientUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX); in parseMappedAttribute()
DSVGClipPathElement.idl35 /* SVGUnitTypes */ {
DSVGUnitTypes.idl28 interface [Conditional=SVG] SVGUnitTypes {
DSVGPatternElement.idl35 /* SVGUnitTypes */ {
DSVGGradientElement.idl35 /* SVGUnitTypes */ {
DSVGFilterElement.idl34 /* SVGUnitTypes */ {
DSVGLinearGradientElement.cpp151 …attributes.setBoundingBoxMode(current->gradientUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDI… in collectGradientAttributes()
DSVGRadialGradientElement.cpp162 …attributes.setBoundingBoxMode(current->gradientUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDI… in collectGradientAttributes()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceMasker.h53SVGUnitTypes::SVGUnitType maskUnits() const { return toUnitType(static_cast<SVGMaskElement*>(node(… in maskUnits()
54SVGUnitTypes::SVGUnitType maskContentUnits() const { return toUnitType(static_cast<SVGMaskElement*… in maskContentUnits()
DRenderSVGResourceFilter.h81SVGUnitTypes::SVGUnitType filterUnits() const { return toUnitType(static_cast<SVGFilterElement*>(n… in filterUnits()
82SVGUnitTypes::SVGUnitType primitiveUnits() const { return toUnitType(static_cast<SVGFilterElement*… in primitiveUnits()
DRenderSVGResourceClipper.cpp145 …if (static_cast<SVGClipPathElement*>(node())->clipPathUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJEC… in pathOnlyClipping()
221 if (clipPath->clipPathUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) { in drawContentIntoMaskImage()
305 …if (static_cast<SVGClipPathElement*>(node())->clipPathUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJEC… in hitTestClipContent()
336 …if (static_cast<SVGClipPathElement*>(node())->clipPathUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJEC… in resourceBoundingBox()
DRenderSVGResourceClipper.h61SVGUnitTypes::SVGUnitType clipPathUnits() const { return toUnitType(static_cast<SVGClipPathElement… in clipPathUnits()
DRenderSVGResourceMasker.cpp137 if (maskElement->maskContentUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) { in drawContentIntoMaskImage()
210 if (maskElement->maskContentUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) { in resourceBoundingBox()
DSVGRenderTreeAsText.h48 class SVGUnitTypes; variable
DSVGRenderTreeAsText.cpp189 static TextStream& operator<<(TextStream& ts, const SVGUnitTypes::SVGUnitType& unitType) in operator <<()
192 case SVGUnitTypes::SVG_UNIT_TYPE_UNKNOWN: in operator <<()
195 case SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE: in operator <<()
198 case SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: in operator <<()
DRenderSVGResourceFilter.cpp99 …bool primitiveBoundingBoxMode = filterElement->primitiveUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJ… in buildPrimitives()
183 …bool primitiveBoundingBoxMode = filterElement->primitiveUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJ… in applyResource()
/external/webkit/Source/WebCore/
DDerivedSources.make502 SVGUnitTypes \
DCodeGenerators.pri510 svg/SVGUnitTypes.idl \
DCMakeLists.txt1892 svg/SVGUnitTypes.idl
/external/webkit/Source/WebCore/page/
DDOMWindow.idl710 attribute SVGUnitTypesConstructor SVGUnitTypes;

12