Home | History | Annotate | Download | only in style

Lines Matching refs:adjustForAbsoluteZoom

1823 inline int adjustForAbsoluteZoom(int value, float zoomFactor)
1839 inline int adjustForAbsoluteZoom(int value, const RenderStyle* style)
1841 return adjustForAbsoluteZoom(value, style->effectiveZoom());