HomeSort by relevance Sort by last modified time
    Searched full:boundingboxmode (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceLinearGradient.h 42 virtual bool boundingBoxMode() const { return m_attributes.boundingBoxMode(); }
RenderSVGResourceRadialGradient.h 42 virtual bool boundingBoxMode() const { return m_attributes.boundingBoxMode(); }
RenderSVGResourceGradient.cpp 114 bool boundingBoxMode,
131 if (boundingBoxMode) {
165 if (boundingBoxMode() && objectBoundingBox.isEmpty())
182 if (boundingBoxMode() && !objectBoundingBox.isEmpty() && !isPaintingText) {
184 if (boundingBoxMode() && !objectBoundingBox.isEmpty()) {
251 gradientData->gradient->setGradientSpaceTransform(clipToTextMask(context, m_imageBuffer, targetRect, object, boundingBoxMode(), gradientTransform));
RenderSVGResourceGradient.h 59 virtual bool boundingBoxMode() const = 0;
SVGRenderTreeAsText.cpp 532 static inline String boundingBoxModeString(bool boundingBoxMode)
534 return boundingBoxMode ? "objectBoundingBox" : "userSpaceOnUse";
537 static inline void writeCommonGradientProperties(TextStream& ts, GradientSpreadMethod spreadMethod, const AffineTransform& gradientTransform, bool boundingBoxMode)
539 writeNameValuePair(ts, "gradientUnits", boundingBoxModeString(boundingBoxMode));
599 writeNameValuePair(ts, "patternUnits", boundingBoxModeString(attributes.boundingBoxMode()));
615 writeCommonGradientProperties(ts, attributes.spreadMethod(), attributes.gradientTransform(), attributes.boundingBoxMode());
631 writeCommonGradientProperties(ts, attributes.spreadMethod(), attributes.gradientTransform(), attributes.boundingBoxMode());
RenderSVGResourcePattern.cpp 99 if (m_attributes.boundingBoxMode() && objectBoundingBox.isEmpty())
205 if (attributes.boundingBoxMode())
  /external/webkit/Source/WebCore/svg/
GradientAttributes.h 42 bool boundingBoxMode() const { return m_boundingBoxMode; }
PatternAttributes.h 61 bool boundingBoxMode() const { return m_boundingBoxMode; }
SVGLinearGradientElement.cpp 203 if (attributes.boundingBoxMode()) {
SVGRadialGradientElement.cpp 224 if (attributes.boundingBoxMode()) {

Completed in 120 milliseconds