Home | History | Annotate | Download | only in ewk

Lines Matching refs:scale_y

3303  * @param scale_y scale factor for the Y dimension.
3305 void ewk_view_paint_context_scale(Ewk_View_Paint_Context* ctxt, float scale_x, float scale_y)
3309 ctxt->gc->scale(WebCore::FloatSize(scale_x, scale_y));