Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h513 virtual frontend::RoundedCornerState getRoundedCornerState() const;
515 bool hasRoundedCorners() const { return getRoundedCornerState().hasRoundedCorners(); } in hasRoundedCorners()
DLayer.cpp2085 RoundedCornerState Layer::getRoundedCornerState() const { in getRoundedCornerState() function in android::Layer
2097 parentSettings = parent->getRoundedCornerState(); in getRoundedCornerState()
2225 (getRoundedCornerState().radius.x + getRoundedCornerState().radius.y) / 2.0); in writeToProtoDrawingState()
2243 LayerProtoHelper::writeToProto(getRoundedCornerState().cropRect, in writeToProtoDrawingState()
4341 snapshot->roundedCorner = getRoundedCornerState(); in updateSnapshot()