Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp1312 commonColor.left = left; in ParseEdgeColors()
1316 commonColor.right = right; in ParseEdgeColors()
1320 commonColor.top = top; in ParseEdgeColors()
1324 commonColor.bottom = bottom; in ParseEdgeColors()
4572 CommonColor commonColor; in ParseBorderColor() local
4576 …GetLocalizedBorderColor(commonColor.left, commonColor.right, commonColor.top, commonColor.bottom)); in ParseBorderColor()
4580 commonColor.left, commonColor.right, commonColor.top, commonColor.bottom); in ParseBorderColor()
4592 CommonColor commonColor; in ParseOuterBorderColor() local
4596 …GetLocalizedBorderColor(commonColor.left, commonColor.right, commonColor.top, commonColor.bottom)); in ParseOuterBorderColor()
4600 commonColor.left, commonColor.right, commonColor.top, commonColor.bottom); in ParseOuterBorderColor()
[all …]