Searched refs:getViewportHeight (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DrawProfiler.cpp | 139 prepareShapes(canvas->getViewportHeight()); in draw() 215 pts[1] = pts[3] = canvas->getViewportHeight() - (FRAME_THRESHOLD * mVerticalUnit); in drawThreshold()
|
D | Snapshot.h | 162 int getViewportHeight() const { return mViewportData.mHeight; } in getViewportHeight() function
|
D | OpenGLRenderer.h | 236 int getViewportHeight() { return currentSnapshot()->getViewportHeight(); } in getViewportHeight() function
|
D | Snapshot.cpp | 275 …this, flags, previous.get(), getViewportHeight(), isIgnored(), clipRegion && !clipRegion->isEmpty(… in dump()
|
D | OpenGLRenderer.cpp | 256 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()
|
D | DeferredDisplayList.cpp | 609 renderer.getViewportWidth(), renderer.getViewportHeight()); in addDrawOp()
|
/frameworks/base/libs/hwui/renderthread/ |
D | CanvasContext.cpp | 213 if (width != mCanvas->getViewportWidth() || height != mCanvas->getViewportHeight()) { in draw()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | PagedView.java | 375 int getViewportHeight() { in getViewportHeight() method in PagedView 385 return (getMeasuredHeight() - getViewportHeight()) / 2; in getViewportOffsetY()
|