Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCanvasState.h162 int getViewportHeight() const { return currentSnapshot()->getViewportHeight(); } in getViewportHeight() function
DFrameInfoVisualizer.cpp118 initializeRects(renderer->getViewportHeight(), renderer->getViewportWidth()); in draw()
215 float yLocation = renderer->getViewportHeight() - (FRAME_THRESHOLD * mVerticalUnit); in drawThreshold()
DBakedOpRenderer.h95 uint32_t getViewportHeight() const { return mRenderTarget.viewportHeight; } in getViewportHeight() function
DSnapshot.h193 int getViewportHeight() const { return mViewportData.mHeight; } in getViewportHeight() function
DOpenGLRenderer.h230 int getViewportHeight() { return mState.getViewportHeight(); } in getViewportHeight() function
DOpenGLRenderer.cpp177 mRenderState.scissor().set(left, getViewportHeight() - bottom, right - left, bottom - top); in clear()
216 mRenderState.setViewport(getViewportWidth(), getViewportHeight()); in resumeAfterLayer()
243 info.height = getViewportHeight(); in callDrawGLFunction()
303 mState.firstSnapshot()->getViewportHeight() - clip->bottom, in renderOverdraw()
452 mRenderState.setViewport(getViewportWidth(), getViewportHeight()); in onSnapshotRestored()
501 Rect previousViewport(0, 0, previous.getViewportWidth(), previous.getViewportHeight()); in calculateLayerBoundsAndClip()
664 bounds.left, getViewportHeight() - bounds.bottom, in createLayer()
1198 if (mRenderState.scissor().set(clip.left, getViewportHeight() - clip.bottom, in setScissorFromClip()
1265 mRenderState.scissor().set(scissorBox.left, getViewportHeight() - scissorBox.bottom, in drawRectangleList()
DVectorDrawable.cpp556 mStagingProperties.getViewportHeight() : mProperties.getViewportHeight(); in updateBitmapCache()
DSnapshot.cpp282 this, flags, previous, getViewportHeight(), isIgnored(), !mClipArea->isSimple()); in dump()
DDeferredDisplayList.cpp590 renderer.getViewportWidth(), renderer.getViewportHeight()); in addDrawOp()
DVectorDrawable.h646 float getViewportHeight() const { in getViewportHeight() function
DRecordingCanvas.cpp147 visibleBounds.doIntersect(Rect(previous.getViewportWidth(), previous.getViewportHeight())); in saveLayer()