Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h131 struct RoundedCornerState { struct
132 RoundedCornerState() = default;
133 RoundedCornerState(FloatRect cropRect, float radius) in RoundedCornerState() function
655 RoundedCornerState getRoundedCornerState() const;
DLayer.cpp1823 Layer::RoundedCornerState Layer::getRoundedCornerState() const { in getRoundedCornerState()
1826 RoundedCornerState parentState = p->getRoundedCornerState(); in getRoundedCornerState()
1841 ? RoundedCornerState(getCrop(getDrawingState()).toFloatRect(), radius) in getRoundedCornerState()
1842 : RoundedCornerState(); in getRoundedCornerState()