/external/webkit/Source/WebCore/svg/ |
D | SVGUnitTypes.h | 29 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()
|
D | SVGMaskElement.cpp | 49 , 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()
|
D | SVGFilterElement.cpp | 56 , 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()
|
D | SVGPatternElement.cpp | 64 , 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()
|
D | SVGClipPathElement.cpp | 43 , 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()
|
D | SVGGradientElement.cpp | 50 , 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()
|
D | SVGClipPathElement.idl | 35 /* SVGUnitTypes */ {
|
D | SVGUnitTypes.idl | 28 interface [Conditional=SVG] SVGUnitTypes {
|
D | SVGPatternElement.idl | 35 /* SVGUnitTypes */ {
|
D | SVGGradientElement.idl | 35 /* SVGUnitTypes */ {
|
D | SVGFilterElement.idl | 34 /* SVGUnitTypes */ {
|
D | SVGLinearGradientElement.cpp | 151 …attributes.setBoundingBoxMode(current->gradientUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDI… in collectGradientAttributes()
|
D | SVGRadialGradientElement.cpp | 162 …attributes.setBoundingBoxMode(current->gradientUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDI… in collectGradientAttributes()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGResourceMasker.h | 53 …SVGUnitTypes::SVGUnitType maskUnits() const { return toUnitType(static_cast<SVGMaskElement*>(node(… in maskUnits() 54 …SVGUnitTypes::SVGUnitType maskContentUnits() const { return toUnitType(static_cast<SVGMaskElement*… in maskContentUnits()
|
D | RenderSVGResourceFilter.h | 81 …SVGUnitTypes::SVGUnitType filterUnits() const { return toUnitType(static_cast<SVGFilterElement*>(n… in filterUnits() 82 …SVGUnitTypes::SVGUnitType primitiveUnits() const { return toUnitType(static_cast<SVGFilterElement*… in primitiveUnits()
|
D | RenderSVGResourceClipper.cpp | 145 …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()
|
D | RenderSVGResourceClipper.h | 61 …SVGUnitTypes::SVGUnitType clipPathUnits() const { return toUnitType(static_cast<SVGClipPathElement… in clipPathUnits()
|
D | RenderSVGResourceMasker.cpp | 137 if (maskElement->maskContentUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) { in drawContentIntoMaskImage() 210 if (maskElement->maskContentUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) { in resourceBoundingBox()
|
D | SVGRenderTreeAsText.h | 48 class SVGUnitTypes; variable
|
D | SVGRenderTreeAsText.cpp | 189 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 <<()
|
D | RenderSVGResourceFilter.cpp | 99 …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/ |
D | DerivedSources.make | 502 SVGUnitTypes \
|
D | CodeGenerators.pri | 510 svg/SVGUnitTypes.idl \
|
D | CMakeLists.txt | 1892 svg/SVGUnitTypes.idl
|
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.idl | 710 attribute SVGUnitTypesConstructor SVGUnitTypes;
|