/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGLengthContext.cpp | 39 SVGLengthContext::SVGLengthContext(const SVGElement* context) in SVGLengthContext() function in WebCore::SVGLengthContext 44 SVGLengthContext::SVGLengthContext(const SVGElement* context, const FloatRect& viewport) in SVGLengthContext() function in WebCore::SVGLengthContext 50 FloatRect SVGLengthContext::resolveRectangle(const SVGElement* context, SVGUnitTypes::SVGUnitType t… in resolveRectangle() 54 SVGLengthContext lengthContext(context); in resolveRectangle() 58 SVGLengthContext lengthContext(context, viewport); in resolveRectangle() 65 FloatPoint SVGLengthContext::resolvePoint(const SVGElement* context, SVGUnitTypes::SVGUnitType type… in resolvePoint() 69 SVGLengthContext lengthContext(context); in resolvePoint() 77 float SVGLengthContext::resolveLength(const SVGElement* context, SVGUnitTypes::SVGUnitType type, co… in resolveLength() 81 SVGLengthContext lengthContext(context); in resolveLength() 89 float SVGLengthContext::convertValueToUserUnits(float value, SVGLengthMode mode, SVGLengthType from… in convertValueToUserUnits() [all …]
|
D | SVGLength.h | 60 …SVGLength(const SVGLengthContext&, float, SVGLengthMode = LengthModeOther, SVGLengthType = LengthT… 71 float value(const SVGLengthContext&) const; 72 float value(const SVGLengthContext&, ExceptionState&) const; 73 void setValue(float, const SVGLengthContext&, ExceptionState&); 74 void setValue(const SVGLengthContext&, float, SVGLengthMode, SVGLengthType, ExceptionState&); 86 void convertToSpecifiedUnits(unsigned short, const SVGLengthContext&, ExceptionState&); 143 SVGLengthContext nonRelativeLengthContext(0); in blend()
|
D | SVGLengthContext.h | 52 class SVGLengthContext { 54 explicit SVGLengthContext(const SVGElement*); 59 …return SVGLengthContext::resolveRectangle(context, type, viewport, context->xCurrentValue(), conte… in resolveRectangle() 72 SVGLengthContext(const SVGElement*, const FloatRect& viewport);
|
D | SVGLength.cpp | 139 SVGLength::SVGLength(const SVGLengthContext& context, float value, SVGLengthMode mode, SVGLengthTyp… in SVGLength() 195 float SVGLength::value(const SVGLengthContext& context) const in value() 200 float SVGLength::value(const SVGLengthContext& context, ExceptionState& exceptionState) const in value() 205 void SVGLength::setValue(const SVGLengthContext& context, float value, SVGLengthMode mode, SVGLengt… in setValue() 211 void SVGLength::setValue(float value, const SVGLengthContext& context, ExceptionState& exceptionSta… in setValue() 284 void SVGLength::convertToSpecifiedUnits(unsigned short type, const SVGLengthContext& context, Excep… in convertToSpecifiedUnits()
|
D | SVGAnimatedLength.cpp | 77 SVGLengthContext lengthContext(m_contextElement); in addAnimatedTypes() 103 SVGLengthContext lengthContext(m_contextElement); in calculateAnimatedValue() 118 SVGLengthContext lengthContext(m_contextElement); in calculateDistance()
|
D | SVGAnimatedLengthList.cpp | 79 SVGLengthContext lengthContext(m_contextElement); in addAnimatedTypes() 112 SVGLengthContext lengthContext(m_contextElement); in calculateAnimatedValue()
|
D | SVGSVGElement.cpp | 430 SVGLengthContext lengthContext(this); in localCoordinateSpaceTransform() 646 SVGLengthContext lengthContext(this); in intrinsicWidth() 660 SVGLengthContext lengthContext(this); in intrinsicHeight()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResourceRadialGradient.cpp | 49 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.cx(), attr… in centerPoint() 54 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.fx(), attr… in focalPoint() 59 return SVGLengthContext::resolveLength(element(), attributes.gradientUnits(), attributes.r()); in radius() 64 return SVGLengthContext::resolveLength(element(), attributes.gradientUnits(), attributes.fr()); in focalRadius()
|
D | SVGPathData.cpp | 41 SVGLengthContext lengthContext(element); in updatePathFromCircleElement() 51 SVGLengthContext lengthContext(element); in updatePathFromEllipseElement() 65 SVGLengthContext lengthContext(element); in updatePathFromLineElement() 107 SVGLengthContext lengthContext(element); in updatePathFromRectElement()
|
D | RenderSVGResourceLinearGradient.cpp | 48 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x1(), attr… in startPoint() 53 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x2(), attr… in endPoint()
|
D | RenderSVGEllipse.cpp | 82 SVGLengthContext lengthContext(circle); in calculateRadiiAndCenter() 91 SVGLengthContext lengthContext(ellipse); in calculateRadiiAndCenter()
|
D | RenderSVGViewportContainer.cpp | 65 SVGLengthContext lengthContext(element); in calcViewport() 98 SVGLengthContext lengthContext(element); in calcViewport()
|
D | RenderSVGResourceMarker.cpp | 107 SVGLengthContext lengthContext(marker); in referencePoint() 183 SVGLengthContext lengthContext(marker); in calcViewport()
|
D | RenderSVGTransformableContainer.cpp | 57 SVGLengthContext lengthContext(useElement); in calculateLocalTransform()
|
D | RenderSVGResourceFilter.cpp | 96 …effect->setEffectBoundaries(SVGLengthContext::resolveRectangle<SVGFilterPrimitiveStandardAttribute… in buildPrimitives() 165 …filterData->boundaries = SVGLengthContext::resolveRectangle<SVGFilterElement>(filterElement, filte… in applyResource() 337 …return SVGLengthContext::resolveRectangle<SVGFilterElement>(element, element->filterUnitsCurrentVa… in resourceBoundingBox()
|
D | SVGTextLayoutAttributesBuilder.cpp | 163 …Data(unsigned i, float& lastRotation, SVGCharacterData& data, const SVGLengthContext& lengthContex… in updateCharacterData() 196 SVGLengthContext lengthContext(position.element); in fillCharacterDataMap()
|
D | SVGTextLayoutEngineSpacing.cpp | 89 SVGLengthContext lengthContext(contextElement); in calculateCSSKerningAndSpacing()
|
D | RenderSVGRect.cpp | 56 SVGLengthContext lengthContext(rect); in updateShapeFromElement()
|
D | ReferenceFilterBuilder.cpp | 168 …effect->setEffectBoundaries(SVGLengthContext::resolveRectangle<SVGFilterPrimitiveStandardAttribute… in build()
|
D | SVGRenderSupport.cpp | 359 SVGLengthContext lengthContext(toSVGElement(object->node())); in applyStrokeStyleToContext() 388 SVGLengthContext lengthContext(toSVGElement(object->node())); in applyStrokeStyleToStrokeData()
|
D | RenderSVGForeignObject.cpp | 140 SVGLengthContext lengthContext(foreign); in layout()
|
D | SVGTextLayoutEngineBaseline.cpp | 45 SVGLengthContext lengthContext(contextElement); in calculateBaselineShift()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8SVGLengthCustom.cpp | 48 SVGLengthContext lengthContext(wrapper->contextElement()); in valueAttributeGetterCustom() 70 SVGLengthContext lengthContext(wrapper->contextElement()); in valueAttributeSetterCustom() 95 SVGLengthContext lengthContext(wrapper->contextElement()); in convertToSpecifiedUnitsMethodCustom()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/ |
D | SVGFEImage.cpp | 122 SVGLengthContext lengthContext(contextNode); in applySoftware()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSCursorImageValue.cpp | 100 SVGLengthContext lengthContext(0); in updateIfSVGCursorIsUsed()
|