Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.cpp157 ARect currentCrop; in apply() local
165 fenceWait, this, &currentCrop); in apply()
182 SkRect::MakeLTRB(currentCrop.left, currentCrop.top, currentCrop.right, in apply()
183 currentCrop.bottom); in apply()
209 const uint32_t transform, SkRect currentCrop, in updateLayer() argument
214 mLayer->setCurrentCropRect(currentCrop); in updateLayer()
H A DDeferredLayerUpdater.h95 SkRect currentCrop, float maxLuminanceNits = -1.f);