Searched refs:destinationFrame (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | BufferStateLayer.cpp | 242 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()
|
D | BufferStateLayer.h | 81 bool setDestinationFrame(const Rect& destinationFrame) override;
|
D | Layer.h | 278 Rect destinationFrame; member
|
D | Layer.cpp | 144 mDrawingState.destinationFrame.makeInvalid(); in Layer() 2179 LayerProtoHelper::writeToProto(state.destinationFrame, in writeToProtoCommonState()
|
D | SurfaceFlinger.cpp | 4594 if (layer->setDestinationFrame(s.destinationFrame)) { in setClientStateLocked()
|
/frameworks/native/libs/gui/ |
D | LayerState.cpp | 70 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()
|
D | SurfaceComposerClient.cpp | 1926 const sp<SurfaceControl>& sc, const Rect& destinationFrame) { in setDestinationFrame() argument 1934 s->destinationFrame = destinationFrame; in setDestinationFrame()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 3951 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/ |
D | TransactionProtoParser.cpp | 259 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/ |
D | SurfaceComposerClient.h | 636 const Rect& destinationFrame);
|