Searched refs:stepY (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/gtk/
H A DWebPrintOperationGtk.cpp597 double stepY = paperHeight * (scaleY / scale); local
605 offsetY = marginTop * (stepY - height) / (marginTop + marginBottom);
608 offsetY = (stepY - height) / 2.0;
612 cairo_translate(m_cairoContext.get(), x * stepX + offsetX, y * stepY + offsetY);
624 double stepY = paperHeight * (scaleY / scale); local
627 double offsetY = ((stepY - paperHeight) / 2.0 * rows) + marginTop;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFETurbulence.cpp379 // Split the job into "stepY"-sized jobs but there a few jobs that need to be slightly larger since
380 // stepY * jobs < total size. These extras are handled by the remainder "jobsWithExtra".
381 const int stepY = absolutePaintRect().height() / i; local
391 startY += i < jobsWithExtra ? stepY + 1 : stepY;
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_tiled_backing_store.cpp1078 static void _ewk_tiled_backing_store_view_refill(Ewk_Tiled_Backing_Store_Data* priv, Evas_Coord x, Evas_Coord y, int stepX, int stepY) argument
1092 priv->model.base.row -= stepY;
1145 int stepY = priv->model.base.row - newRow; local
1152 priv->view.offset.base.y += deltaY - stepY * tileHeight;
1154 _ewk_tiled_backing_store_view_refill(priv, priv->view.x, priv->view.y, stepX, stepY);
1173 long stepY = priv->model.base.row - newRow; local
1181 || (stepY < 0 && stepY <= -static_cast<long>(priv->view.rows))
1182 || (stepY > 0 && stepY >
[all...]

Completed in 68 milliseconds