Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp2785 if (hasPercent) { in UpdateTextStyleForeground()
2807 if (hasPercent) { in UpdateTextStyleForeground()
2830 bool hasPercent = IsPercentStr(percent); in UpdateTextStyleForeground() local
2834 if (hasPercent) { in UpdateTextStyleForeground()
2848 bool hasPercent = IsPercentStr(percent); in UpdateTextStyleForeground() local
2852 if (hasPercent) { in UpdateTextStyleForeground()
2865 bool hasPercent = IsPercentStr(perStr); in UpdateTextStyleForeground() local
2869 if (hasPercent) { in UpdateTextStyleForeground()
2886 bool hasPercent = IsPercentStr(perStr); in UpdateTextStyleForeground() local
2889 if (hasPercent) { in UpdateTextStyleForeground()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp1804 bool hasPercent = IsPercentStr(percentage); in PercentStrToFloat() local
1807 if (hasPercent) { in PercentStrToFloat()