Home | History | Annotate | Download | only in inspector

Lines Matching refs:absolute

1286     FloatQuad absolute = renderer.localToAbsoluteQuad(FloatQuad(rect));
1287 quad->setP1(view->contentsToRootView(roundedIntPoint(absolute.p1())));
1288 quad->setP2(view->contentsToRootView(roundedIntPoint(absolute.p2())));
1289 quad->setP3(view->contentsToRootView(roundedIntPoint(absolute.p3())));
1290 quad->setP4(view->contentsToRootView(roundedIntPoint(absolute.p4())));