Home
last modified time | relevance | path

Searched refs:getCurrentCropRect (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DLayer.h79 inline SkRect getCurrentCropRect() { return mCurrentCropRect; } in getCurrentCropRect() function
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp41 SkRect srcRect = layer->getCurrentCropRect(); in onDraw()