Searched refs:GetLocalizedBorderRadius (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_image.cpp | 409 GetLocalizedBorderRadius(topLeft, topRight, bottomLeft, bottomRight)); in ParseBorderRadius() 411 GetLocalizedBorderRadius(topLeft, topRight, bottomLeft, bottomRight)); in ParseBorderRadius()
|
H A D | js_view_abstract.h | 636 …static NG::BorderRadiusProperty GetLocalizedBorderRadius(const std::optional<Dimension>& radiusTop…
|
H A D | js_view_abstract.cpp | 4618 NG::BorderRadiusProperty JSViewAbstract::GetLocalizedBorderRadius(const std::optional<Dimension>& r… in GetLocalizedBorderRadius() function in OHOS::Ace::Framework::JSViewAbstract 4644 GetLocalizedBorderRadius(topLeft, topRight, bottomLeft, bottomRight)); in ParseBorderRadius() 4670 GetLocalizedBorderRadius(topLeft, topRight, bottomLeft, bottomRight)); in ParseOuterBorderRadius()
|