Searched refs:getRoundedCornerState (Results 1 – 2 of 2) sorted by relevance
397 const bool usesRoundedCorners = getRoundedCornerState().radius != 0.f; in prepareBasicGeometryCompositionState()488 const bool usesRoundedCorners = getRoundedCornerState().radius != 0.f; in preparePerFrameCompositionState()590 const auto roundedCornerState = getRoundedCornerState(); in prepareClientComposition()1922 Layer::RoundedCornerState Layer::getRoundedCornerState() const { in getRoundedCornerState() function in android::Layer1925 RoundedCornerState parentState = p->getRoundedCornerState(); in getRoundedCornerState()2053 layerInfo->set_corner_radius(getRoundedCornerState().radius); in writeToProtoDrawingState()2077 LayerProtoHelper::writeToProto(getRoundedCornerState().cropRect, in writeToProtoDrawingState()
605 virtual RoundedCornerState getRoundedCornerState() const;607 bool hasRoundedCorners() const override { return getRoundedCornerState().radius > .0f; } in hasRoundedCorners()