Home | History | Annotate | Download | only in hwui

Lines Matching refs:viewport

189     mFirstSnapshot->viewport.set(0, 0, width, height);
373 glViewport(0, 0, snapshot->viewport.getWidth(), snapshot->viewport.getHeight());
395 glViewport(0, 0, snapshot->viewport.getWidth(), snapshot->viewport.getHeight());
470 info.width = getSnapshot()->viewport.getWidth();
754 Rect& r = previous->viewport;
805 if (!bounds.intersect(mSnapshot->previous->viewport)) {
854 mSnapshot->viewport.set(0.0f, 0.0f, bounds.getWidth(), bounds.getHeight());
875 * - Change viewport, clip and projection matrix
987 mSnapshot->viewport.set(0.0f, 0.0f, bounds.getWidth(), bounds.getHeight());
2570 // TODO: try clipping large paths to viewport