HomeSort by relevance Sort by last modified time
    Searched refs:localToBorderBoxTransform (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.h 63 // localToBorderBoxTransform maps local SVG viewport coordinates to local CSS box coordinates.
64 const AffineTransform& localToBorderBoxTransform() const { return m_localToBorderBoxTransform; }
SVGRenderSupport.cpp 74 // At the SVG/HTML boundary (aka RenderSVGRoot), we apply the localToBorderBoxTransform
78 transformState.applyTransform(toRenderSVGRoot(parent)->localToBorderBoxTransform());
90 // At the SVG/HTML boundary (aka RenderSVGRoot), we apply the localToBorderBoxTransform
95 matrix.multiply(toRenderSVGRoot(parent)->localToBorderBoxTransform());
RenderSVGRoot.cpp 266 childPaintInfo.applyTransform(AffineTransform::translation(adjustedPaintOffset.x(), adjustedPaintOffset.y()) * localToBorderBoxTransform());
372 // Callers with local SVG viewport coordinates should first apply the localToBorderBoxTransform
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 437 // At the SVG/HTML boundary (aka RenderSVGRoot), we apply the localToBorderBoxTransform
442 location = toRenderSVGRoot(renderer)->localToBorderBoxTransform().mapPoint(location);
451 // Be careful here! localToBorderBoxTransform() included the x/y offset coming from the viewBoxToViewTransform(),

Completed in 160 milliseconds