Home
last modified time | relevance | path

Searched refs:pixelUnitToMillimeterY (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.h66 float pixelUnitToMillimeterY() const;
DSVGSVGElement.idl34 readonly attribute float pixelUnitToMillimeterY;
DSVGSVGElement.cpp150 float SVGSVGElement::pixelUnitToMillimeterY() const in pixelUnitToMillimeterY() function in WebCore::SVGSVGElement
162 return pixelUnitToMillimeterY(); in screenPixelToMillimeterY()