Home
last modified time | relevance | path

Searched refs:RoundedCornerState (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
DBufferStateLayer.cpp737 Layer::RoundedCornerState BufferStateLayer::getRoundedCornerState() const { in getRoundedCornerState()
740 RoundedCornerState parentState = p->getRoundedCornerState(); in getRoundedCornerState()
756 return RoundedCornerState(); in getRoundedCornerState()
757 return RoundedCornerState(FloatRect(static_cast<float>(s.active.transform.tx()), in getRoundedCornerState()
DLayer.h135 struct RoundedCornerState { struct
136 RoundedCornerState() = default;
137 RoundedCornerState(FloatRect cropRect, float radius) in RoundedCornerState() function
761 virtual RoundedCornerState getRoundedCornerState() const;
DBufferStateLayer.h104 Layer::RoundedCornerState getRoundedCornerState() const override;
DLayer.cpp2129 Layer::RoundedCornerState Layer::getRoundedCornerState() const { in getRoundedCornerState()
2132 RoundedCornerState parentState = p->getRoundedCornerState(); in getRoundedCornerState()
2149 ? RoundedCornerState(getCrop(getDrawingState()).toFloatRect(), radius) in getRoundedCornerState()
2150 : RoundedCornerState(); in getRoundedCornerState()