Searched refs:setContentDrawBounds (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/hwui/renderthread/ |
D | DrawFrameTask.h | 72 void setContentDrawBounds(int left, int top, int right, int bottom) { in setContentDrawBounds() function
|
D | RenderProxy.h | 135 void setContentDrawBounds(int left, int top, int right, int bottom);
|
D | DrawFrameTask.cpp | 190 mContext->setContentDrawBounds(mContentDrawBounds); in syncFrameState()
|
D | RenderProxy.cpp | 384 void RenderProxy::setContentDrawBounds(int left, int top, int right, int bottom) { in setContentDrawBounds() function in android::uirenderer::renderthread::RenderProxy 385 mDrawFrameTask.setContentDrawBounds(left, top, right, bottom); in setContentDrawBounds()
|
D | CanvasContext.h | 177 void setContentDrawBounds(const Rect& bounds) { mContentDrawBounds = bounds; } in setContentDrawBounds() function
|
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | MultiProducerActivity.java | 190 mRenderer.setContentDrawBounds(surfaceOrigin[0], surfaceOrigin[1], in run()
|
/frameworks/base/graphics/java/android/graphics/ |
D | HardwareRenderer.java | 884 public void setContentDrawBounds(int left, int top, int right, int bottom) { in setContentDrawBounds() method in HardwareRenderer
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_HardwareRenderer.cpp | 441 proxy->setContentDrawBounds(left, top, right, bottom); in android_view_ThreadedRenderer_setContentDrawBounds()
|