Home
last modified time | relevance | path

Searched refs:getLogicalHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DHardwareBufferRenderParams.h57 int32_t getLogicalHeight() { return mLogicalHeight; } in getLogicalHeight() function
DCanvasContext.cpp566 return {mBufferParams.getLogicalWidth(), mBufferParams.getLogicalHeight(), 0}; in getFrame()
/frameworks/opt/bitmap/src/com/android/bitmap/
DReusableBitmap.java61 public int getLogicalHeight() { in getLogicalHeight() method in ReusableBitmap
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java383 mBitmap.getLogicalWidth(), mBitmap.getLogicalHeight(), in draw()
394 new Rect(0, 0, mBitmap.getLogicalWidth(), mBitmap.getLogicalHeight()), in draw()