Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DBufferStateLayer.h104 Layer::RoundedCornerState getRoundedCornerState() const override;
DBufferStateLayer.cpp737 Layer::RoundedCornerState BufferStateLayer::getRoundedCornerState() const { in getRoundedCornerState() function in android::BufferStateLayer
740 RoundedCornerState parentState = p->getRoundedCornerState(); in getRoundedCornerState()
DLayer.cpp440 const bool usesRoundedCorners = getRoundedCornerState().radius != 0.f; in prepareBasicGeometryCompositionState()
532 const bool usesRoundedCorners = getRoundedCornerState().radius != 0.f; in preparePerFrameCompositionState()
631 const auto roundedCornerState = getRoundedCornerState(); in prepareClientComposition()
2129 Layer::RoundedCornerState Layer::getRoundedCornerState() const { in getRoundedCornerState() function in android::Layer
2132 RoundedCornerState parentState = p->getRoundedCornerState(); in getRoundedCornerState()
2247 layerInfo->set_corner_radius(getRoundedCornerState().radius); in writeToProtoDrawingState()
2269 LayerProtoHelper::writeToProto(getRoundedCornerState().cropRect, in writeToProtoDrawingState()
DLayer.h761 virtual RoundedCornerState getRoundedCornerState() const;