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()
180 SkRect::MakeLTRB(currentCrop.left, currentCrop.top, currentCrop.right, in apply()
181 currentCrop.bottom); in apply()
206 const uint32_t transform, SkRect currentCrop, in updateLayer() argument
211 mLayer->setCurrentCropRect(currentCrop); in updateLayer()
DDeferredLayerUpdater.h94 SkRect currentCrop, float maxLuminanceNits = -1.f);
/frameworks/native/libs/nativedisplay/include/surfacetexture/
Dsurface_texture_platform.h91 ASurfaceTexture_fenceWait fenceWait, void* fencePassThroughHandle, ARect* currentCrop);
DSurfaceTexture.h279 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.cpp472 void* fencePassThroughHandle, ARect* currentCrop) { in dequeueBuffer() argument
490 *currentCrop = mCurrentCrop; in dequeueBuffer()