Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DBufferStateLayer.cpp242 bool BufferStateLayer::setDestinationFrame(const Rect& destinationFrame) { in setDestinationFrame() argument
243 if (mDrawingState.destinationFrame == destinationFrame) return false; in setDestinationFrame()
246 mDrawingState.destinationFrame = destinationFrame; in setDestinationFrame()
265 mDrawingState.destinationFrame.isEmpty()) { in updateGeometry()
271 Rect destRect = mDrawingState.destinationFrame; in updateGeometry()
1068 if (mDrawingState.destinationFrame != s.destinationFrame) { in simpleBufferUpdate()
DBufferStateLayer.h81 bool setDestinationFrame(const Rect& destinationFrame) override;
DLayer.h278 Rect destinationFrame; member
DLayer.cpp144 mDrawingState.destinationFrame.makeInvalid(); in Layer()
2179 LayerProtoHelper::writeToProto(state.destinationFrame, in writeToProtoCommonState()
DSurfaceFlinger.cpp4594 if (layer->setDestinationFrame(s.destinationFrame)) { in setClientStateLocked()
/frameworks/native/libs/gui/
DLayerState.cpp70 destinationFrame(Rect::INVALID_RECT), in layer_state_t()
154 SAFE_PARCEL(output.write, destinationFrame); in write()
268 SAFE_PARCEL(input.read, destinationFrame); in read()
606 destinationFrame = other.destinationFrame; in merge()
DSurfaceComposerClient.cpp1926 const sp<SurfaceControl>& sc, const Rect& destinationFrame) { in setDestinationFrame() argument
1934 s->destinationFrame = destinationFrame; in setDestinationFrame()
/frameworks/base/core/java/android/view/
DSurfaceControl.java3951 public Transaction setDesintationFrame(SurfaceControl sc, @NonNull Rect destinationFrame) { in setDesintationFrame() argument
3954 destinationFrame.left, destinationFrame.top, destinationFrame.right, in setDesintationFrame()
3955 destinationFrame.bottom); in setDesintationFrame()
/frameworks/native/services/surfaceflinger/Tracing/
DTransactionProtoParser.cpp259 LayerProtoHelper::writeToProto(layer.destinationFrame, proto.mutable_destination_frame()); in toProto()
540 LayerProtoHelper::readFromProto(proto.destination_frame(), layer.destinationFrame); in fromProto()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h636 const Rect& destinationFrame);