Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
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()
DDeferredLayerUpdater.h95 SkRect currentCrop, float maxLuminanceNits = -1.f);
/frameworks/native/libs/nativedisplay/include/surfacetexture/
Dsurface_texture_platform.h91 ASurfaceTexture_fenceWait fenceWait, void* fencePassThroughHandle, ARect* currentCrop);
DSurfaceTexture.h280 void* fencePassThroughHandle, ARect* currentCrop);
/frameworks/native/libs/nativedisplay/surfacetexture/
Dsurface_texture.cpp200 ASurfaceTexture_fenceWait fenceWait, void* handle, ARect* currentCrop) { in ASurfaceTexture_dequeueBuffer() argument
208 handle, currentCrop); in ASurfaceTexture_dequeueBuffer()
DSurfaceTexture.cpp474 void* fencePassThroughHandle, ARect* currentCrop) { in dequeueBuffer() argument
492 *currentCrop = mCurrentCrop; in dequeueBuffer()