Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDrawProfiler.cpp139 prepareShapes(canvas->getViewportHeight()); in draw()
215 pts[1] = pts[3] = canvas->getViewportHeight() - (FRAME_THRESHOLD * mVerticalUnit); in drawThreshold()
DSnapshot.h162 int getViewportHeight() const { return mViewportData.mHeight; } in getViewportHeight() function
DOpenGLRenderer.h236 int getViewportHeight() { return currentSnapshot()->getViewportHeight(); } in getViewportHeight() function
DSnapshot.cpp275 …this, flags, previous.get(), getViewportHeight(), isIgnored(), clipRegion && !clipRegion->isEmpty(… in dump()
DOpenGLRenderer.cpp256 mCaches.setScissor(left, getViewportHeight() - bottom, right - left, bottom - top); in clear()
282 startTiling(*clip, getViewportHeight(), opaque, expand); in startTilingCurrentClip()
344 mRenderState.setViewport(getViewportWidth(), getViewportHeight()); in resumeAfterLayer()
371 info.height = getViewportHeight(); in callDrawGLFunction()
430 mCaches.setScissor(clip->left, firstSnapshot()->getViewportHeight() - clip->bottom, in renderOverdraw()
581 mRenderState.setViewport(getViewportWidth(), getViewportHeight()); in onSnapshotRestored()
629 Rect previousViewport(0, 0, previous.getViewportWidth(), previous.getViewportHeight()); in calculateLayerBoundsAndClip()
795 bounds.left, getViewportHeight() - bounds.bottom, in createLayer()
1424 if (mCaches.setScissor(clip.left, getViewportHeight() - clip.bottom, in setScissorFromClip()
DDeferredDisplayList.cpp609 renderer.getViewportWidth(), renderer.getViewportHeight()); in addDrawOp()
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp213 if (width != mCanvas->getViewportWidth() || height != mCanvas->getViewportHeight()) { in draw()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DPagedView.java375 int getViewportHeight() { in getViewportHeight() method in PagedView
385 return (getMeasuredHeight() - getViewportHeight()) / 2; in getViewportOffsetY()