Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DIProfileRenderer.h28 virtual uint32_t getViewportHeight() = 0;
DFrameInfoVisualizer.cpp124 initializeRects(renderer.getViewportHeight(), renderer.getViewportWidth()); in draw()
223 float yLocation = renderer.getViewportHeight() - in drawThreshold()
DVectorDrawable.cpp525 float viewportHeight = useStagingData ? mStagingProperties.getViewportHeight() in updateBitmapCache()
526 : mProperties.getViewportHeight(); in updateBitmapCache()
DVectorDrawable.h613 float getViewportHeight() const { return mNonAnimatableProperties.viewportHeight; } in getViewportHeight() function
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaProfileRenderer.h32 uint32_t getViewportHeight() override { return mHeight; } in getViewportHeight() function