Searched refs:destinationFrame (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/libs/gui/ |
D | LayerState.cpp | 94 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()
|
D | SurfaceComposerClient.cpp | 2236 const sp<SurfaceControl>& sc, const Rect& destinationFrame) { in setDestinationFrame() argument 2244 s->destinationFrame = destinationFrame; in setDestinationFrame()
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | RequestedLayerState.cpp | 120 destinationFrame.makeInvalid(); in RequestedLayerState() 365 if ((flags & layer_state_t::eIgnoreDestinationFrame) || destinationFrame.isEmpty()) { in getTransform() 371 Rect destRect = destinationFrame; in getTransform()
|
D | LayerSnapshotBuilder.cpp | 980 auto& destFrame = requested.destinationFrame; in updateLayerBounds()
|
/frameworks/native/libs/gui/include/gui/ |
D | LayerState.h | 397 Rect destinationFrame; member
|
D | SurfaceComposerClient.h | 748 const Rect& destinationFrame);
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 196 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()
|
D | LayerProtoHelper.cpp | 459 LayerProtoHelper::writeToProto(requestedState.destinationFrame, in writeSnapshotToProto()
|
D | Layer.h | 229 Rect destinationFrame; member
|
D | SurfaceFlinger.cpp | 5771 if (layer->setDestinationFrame(s.destinationFrame)) { in setClientStateLocked()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 4395 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/ |
D | TransactionProtoParser.cpp | 257 LayerProtoHelper::writeToProto(layer.destinationFrame, proto.mutable_destination_frame()); in toProto() 527 LayerProtoHelper::readFromProto(proto.destination_frame(), layer.destinationFrame); in fromProto()
|