Searched refs:currentCrop (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DeferredLayerUpdater.cpp | 157 ARect currentCrop; in apply() local 165 fenceWait, this, ¤tCrop); 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()
|
D | DeferredLayerUpdater.h | 94 SkRect currentCrop, float maxLuminanceNits = -1.f);
|
/frameworks/native/libs/nativedisplay/include/surfacetexture/ |
D | surface_texture_platform.h | 91 ASurfaceTexture_fenceWait fenceWait, void* fencePassThroughHandle, ARect* currentCrop);
|
D | SurfaceTexture.h | 279 void* fencePassThroughHandle, ARect* currentCrop);
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | surface_texture.cpp | 200 ASurfaceTexture_fenceWait fenceWait, void* handle, ARect* currentCrop) { in ASurfaceTexture_dequeueBuffer() argument 208 handle, currentCrop); in ASurfaceTexture_dequeueBuffer()
|
D | SurfaceTexture.cpp | 472 void* fencePassThroughHandle, ARect* currentCrop) { in dequeueBuffer() argument 490 *currentCrop = mCurrentCrop; in dequeueBuffer()
|