Searched refs:getViewportHeight (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/
H A DCanvasState.h157 int getViewportHeight() const { return currentSnapshot()->getViewportHeight(); } function in class:android::uirenderer::CanvasState
H A DFrameInfoVisualizer.cpp113 initializeRects(canvas->getViewportHeight(), canvas->getViewportWidth());
214 pts[1] = pts[3] = canvas->getViewportHeight() - (FRAME_THRESHOLD * mVerticalUnit);
H A DSnapshot.h189 int getViewportHeight() const { return mViewportData.mHeight; } function in class:android::uirenderer::Snapshot
H A DSnapshot.cpp246 this, flags, previous.get(), getViewportHeight(), isIgnored(), !mClipArea->isSimple());
H A DOpenGLRenderer.h252 int getViewportHeight() { return mState.getViewportHeight(); } function in class:android::uirenderer::OpenGLRenderer
H A DOpenGLRenderer.cpp186 mRenderState.scissor().set(left, getViewportHeight() - bottom, right - left, bottom - top);
204 startTiling(*clip, getViewportHeight(), opaque, expand);
264 mRenderState.setViewport(getViewportWidth(), getViewportHeight());
291 info.height = getViewportHeight();
351 mState.firstSnapshot()->getViewportHeight() - clip->bottom,
502 mRenderState.setViewport(getViewportWidth(), getViewportHeight());
550 Rect previousViewport(0, 0, previous.getViewportWidth(), previous.getViewportHeight());
716 bounds.left, getViewportHeight() - bounds.bottom,
1252 if (mRenderState.scissor().set(clip.left, getViewportHeight() - clip.bottom,
1327 mRenderState.scissor().set(scissorBox.left, getViewportHeight()
[all...]
H A DDeferredDisplayList.cpp582 renderer.getViewportWidth(), renderer.getViewportHeight());
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp242 if (width != mCanvas->getViewportWidth() || height != mCanvas->getViewportHeight()) {

Completed in 282 milliseconds