Home
last modified time | relevance | path

Searched refs:destinationFrame (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/libs/gui/
DLayerState.cpp94 destinationFrame(Rect::INVALID_RECT), in layer_state_t()
181 SAFE_PARCEL(output.write, destinationFrame); in write()
310 SAFE_PARCEL(input.read, destinationFrame); in read()
691 destinationFrame = other.destinationFrame; in merge()
787 CHECK_DIFF(diff, eDestinationFrameChanged, other, destinationFrame); in diff()
DSurfaceComposerClient.cpp2236 const sp<SurfaceControl>& sc, const Rect& destinationFrame) { in setDestinationFrame() argument
2244 s->destinationFrame = destinationFrame; in setDestinationFrame()
/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.cpp120 destinationFrame.makeInvalid(); in RequestedLayerState()
365 if ((flags & layer_state_t::eIgnoreDestinationFrame) || destinationFrame.isEmpty()) { in getTransform()
371 Rect destRect = destinationFrame; in getTransform()
DLayerSnapshotBuilder.cpp980 auto& destFrame = requested.destinationFrame; in updateLayerBounds()
/frameworks/native/libs/gui/include/gui/
DLayerState.h397 Rect destinationFrame; member
DSurfaceComposerClient.h748 const Rect& destinationFrame);
/frameworks/native/services/surfaceflinger/
DLayer.cpp196 mDrawingState.destinationFrame.makeInvalid(); in Layer()
2328 LayerProtoHelper::writeToProto(state.destinationFrame, in writeToProtoCommonState()
3023 bool Layer::setDestinationFrame(const Rect& destinationFrame) { in setDestinationFrame() argument
3024 if (mDrawingState.destinationFrame == destinationFrame) return false; in setDestinationFrame()
3027 mDrawingState.destinationFrame = destinationFrame; in setDestinationFrame()
3038 mDrawingState.destinationFrame.isEmpty()) { in updateGeometry()
3044 Rect destRect = mDrawingState.destinationFrame; in updateGeometry()
3928 if (mDrawingState.destinationFrame != s.destinationFrame) { in isSimpleBufferUpdate()
DLayerProtoHelper.cpp459 LayerProtoHelper::writeToProto(requestedState.destinationFrame, in writeSnapshotToProto()
DLayer.h229 Rect destinationFrame; member
DSurfaceFlinger.cpp5771 if (layer->setDestinationFrame(s.destinationFrame)) { in setClientStateLocked()
/frameworks/base/core/java/android/view/
DSurfaceControl.java4395 public Transaction setDesintationFrame(SurfaceControl sc, @NonNull Rect destinationFrame) { in setDesintationFrame() argument
4398 destinationFrame.left, destinationFrame.top, destinationFrame.right, in setDesintationFrame()
4399 destinationFrame.bottom); in setDesintationFrame()
/frameworks/native/services/surfaceflinger/Tracing/
DTransactionProtoParser.cpp257 LayerProtoHelper::writeToProto(layer.destinationFrame, proto.mutable_destination_frame()); in toProto()
527 LayerProtoHelper::readFromProto(proto.destination_frame(), layer.destinationFrame); in fromProto()