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.h59 float pixelUnitToMillimeterY() const;
DSVGSVGElement.idl37 readonly attribute float pixelUnitToMillimeterY;
DSVGSVGElement.cpp116 float SVGSVGElement::pixelUnitToMillimeterY() const in pixelUnitToMillimeterY() function in blink::SVGSVGElement
128 return pixelUnitToMillimeterY(); in screenPixelToMillimeterY()