Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/
DSVGFilterElement.cpp49 , m_filterUnits(this, SVGNames::filterUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) in SVGFilterElement()
50 … , m_primitiveUnits(this, SVGNames::primitiveUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE) in SVGFilterElement()
75 setFilterUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE); in parseMappedAttribute()
77 setFilterUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX); in parseMappedAttribute()
80 setPrimitiveUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE); in parseMappedAttribute()
82 setPrimitiveUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX); in parseMappedAttribute()
111 bool filterBBoxMode = filterUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX; in canvasResource()
133 bool primitiveBBoxMode = primitiveUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX; in canvasResource()
DSVGMaskElement.cpp52 , m_maskUnits(this, SVGNames::maskUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) in SVGMaskElement()
53 …, m_maskContentUnits(this, SVGNames::maskContentUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEON… in SVGMaskElement()
71 setMaskUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE); in parseMappedAttribute()
73 setMaskUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX); in parseMappedAttribute()
76 setMaskContentUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE); in parseMappedAttribute()
78 setMaskContentUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX); in parseMappedAttribute()
136 if (maskUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) { in drawMaskerContent()
162 if (maskUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) in drawMaskerContent()
171 if (maskContentUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) { in drawMaskerContent()
192 if (maskContentUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) in drawMaskerContent()
DSVGUnitTypes.h31 class SVGUnitTypes : public RefCounted<SVGUnitTypes> {
40 SVGUnitTypes() { } in SVGUnitTypes() function
DSVGClipPathElement.cpp42 , m_clipPathUnits(this, SVGNames::clipPathUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE) in SVGClipPathElement()
54 setClipPathUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE); in parseMappedAttribute()
56 setClipPathUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX); in parseMappedAttribute()
100 bool bbox = clipPathUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX; in canvasResource()
DSVGPatternElement.cpp64 … , m_patternUnits(this, SVGNames::patternUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) in SVGPatternElement()
65 …, m_patternContentUnits(this, SVGNames::patternContentUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERS… in SVGPatternElement()
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()
292 …attributes.setBoundingBoxMode(current->patternUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDIN… in collectPatternProperties()
295 …attributes.setBoundingBoxModeContent(current->patternContentUnits() == SVGUnitTypes::SVG_UNIT_TYPE… in collectPatternProperties()
DSVGGradientElement.cpp49 …, m_gradientUnits(this, SVGNames::gradientUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) in SVGGradientElement()
62 setGradientUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE); in parseMappedAttribute()
64 setGradientUnitsBaseValue(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX); in parseMappedAttribute()
DSVGUnitTypes.idl28 interface [Conditional=SVG, GenerateConstructor] SVGUnitTypes {
DSVGClipPathElement.idl35 /* SVGUnitTypes */ {
DSVGPatternElement.idl35 /* SVGUnitTypes */ {
DSVGGradientElement.idl32 /* SVGUnitTypes */ {
DSVGFilterElement.idl34 /* SVGUnitTypes */ {
DSVGLinearGradientElement.cpp130 …attributes.setBoundingBoxMode(current->gradientUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDI… in collectGradientProperties()
DSVGRadialGradientElement.cpp154 …attributes.setBoundingBoxMode(current->gradientUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDI… in collectGradientProperties()
/external/webkit/WebCore/bindings/v8/
DV8Index.h530 V(SVGUNITTYPES, SVGUnitTypes) \
/external/webkit/WebCore/
DDerivedSources.make355 SVGUnitTypes \
DWebCore.gypi329 'svg/SVGUnitTypes.idl',
3317 'svg/SVGUnitTypes.h',
DGNUmakefile.am2672 WebCore/svg/SVGUnitTypes.idl \
3010 WebCore/svg/SVGUnitTypes.h \
DWebCore.pro583 svg/SVGUnitTypes.idl \
DChangeLog-2006-12-3127194 * ksvg2/svg/SVGUnitTypes.idl:
30710 * ksvg2/svg/SVGUnitTypes.idl: Added.
30740 Move SVGUnitTypes enums from ksvg.h into it's own file SVGUnitType.h (ditto)
30953 * ksvg2/svg/SVGUnitTypes.h: Added.
30954 (WebCore::SVGUnitTypes::):
30955 (WebCore::SVGUnitTypes::SVGUnitTypes):
30956 (WebCore::SVGUnitTypes::~SVGUnitTypes):
48628 * ksvg2/bindings/idl/svg/SVGUnitTypes.idl:
49384 * ksvg2/bindings/idl/svg/SVGUnitTypes.idl: Ditto.
DChangeLog-2008-08-1048093 * svg/SVGUnitTypes.h:
48094 (WebCore::SVGUnitTypes::SVGUnitTypes):
51355 * svg/SVGUnitTypes.h:
51356 (WebCore::SVGUnitTypes::SVGUnitTypes):
59591 SVGUnitTypes.idl
70166 * ksvg2/svg/SVGUnitTypes.h: Removed.
70167 * ksvg2/svg/SVGUnitTypes.idl: Removed.
73422 * ksvg2/svg/SVGUnitTypes.h:
73609 * ksvg2/svg/SVGUnitTypes.h:
DChangeLog-2007-10-145184 * ksvg2/svg/SVGUnitTypes.h:
52922 * ksvg2/svg/SVGUnitTypes.h:
64414 * ksvg2/svg/SVGUnitTypes.h:
DChangeLog-2005-12-1917689 * ksvg2/bindings/idl/svg/SVGUnitTypes.idl: Added.
/external/webkit/WebCore/page/
DDOMWindow.idl526 attribute SVGUnitTypesConstructor SVGUnitTypes;
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3357 …27AE70D00BF220071B782 /* SVGUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B22279510D0…
8220 …0BF210071B782 /* SVGUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
8221 …20D00BF210071B782 /* SVGUnitTypes.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi…
13222 B22279510D00BF210071B782 /* SVGUnitTypes.h */,
13223 B22279520D00BF210071B782 /* SVGUnitTypes.idl */,
17005 B2227AE70D00BF220071B782 /* SVGUnitTypes.h in Headers */,