Home | History | Annotate | Download | only in Api

Lines Matching refs:renderRelativeCoords

345 void QWebFramePrivate::renderRelativeCoords(GraphicsContext* context, QFlags<QWebFrame::RenderLayer> layers, const QRegion& clip)
1217 d->renderRelativeCoords(&context, layer, clip);
1219 d->renderRelativeCoords(&context, layer, QRegion(d->frame->view()->frameRect()));
1231 d->renderRelativeCoords(&context, AllLayers, clip);
1246 d->renderRelativeCoords(&context, AllLayers, QRegion(d->frame->view()->frameRect()));