Home | History | Annotate | Download | only in hwui

Lines Matching refs:getViewportHeight

177         mRenderState.scissor().set(left, getViewportHeight() - bottom, right - left, bottom - top);
216 mRenderState.setViewport(getViewportWidth(), getViewportHeight());
243 info.height = getViewportHeight();
303 mState.firstSnapshot()->getViewportHeight() - clip->bottom,
452 mRenderState.setViewport(getViewportWidth(), getViewportHeight());
501 Rect previousViewport(0, 0, previous.getViewportWidth(), previous.getViewportHeight());
664 bounds.left, getViewportHeight() - bounds.bottom,
1198 if (mRenderState.scissor().set(clip.left, getViewportHeight() - clip.bottom,
1265 mRenderState.scissor().set(scissorBox.left, getViewportHeight() - scissorBox.bottom,