Home
last modified time | relevance | path

Searched defs:setContentDrawBounds (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.h72 void setContentDrawBounds(int left, int top, int right, int bottom) { in setContentDrawBounds() function
H A DCanvasContext.h173 void setContentDrawBounds(const Rect& bounds) { mContentDrawBounds = bounds; } in setContentDrawBounds() function
H A DRenderProxy.cpp364 void RenderProxy::setContentDrawBounds(int left, int top, int right, int bottom) { in setContentDrawBounds() function in android::uirenderer::renderthread::RenderProxy
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DHardwareRenderer.java882 public void setContentDrawBounds(int left, int top, int right, int bottom) { in setContentDrawBounds() method in HardwareRenderer