Searched defs:getCTM (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGraphicsElement.cpp53 AffineTransform SVGGraphicsElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) function in class:WebCore::SVGGraphicsElement
H A DSVGPreserveAspectRatio.cpp278 AffineTransform SVGPreserveAspectRatio::getCTM(float logicalX, float logicalY, float logicalWidth, float logicalHeight, float physicalWidth, float physicalHeight) const function in class:WebCore::SVGPreserveAspectRatio
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext.cpp1529 AffineTransform GraphicsContext::getCTM(IncludeDeviceScale) const function in class:WebCore::GraphicsContext
1639 AffineTransform transform = getCTM(DefinitelyIncludeDeviceScale);
1656 return scalesMatch(getCTM(), bufferContext->getCTM()) && m_accelerated == bufferContext->isAccelerated();

Completed in 417 milliseconds