Home | History | Annotate | Download | only in page

Lines Matching defs:zoomFactor

316     float zoomFactor = frame ? frame->pageZoomFactor() : 1;
317 LayoutPoint point = roundedLayoutPoint(FloatPoint(p.x() * zoomFactor, p.y() * zoomFactor));