Searched refs:hasEnd (Results 1 – 9 of 9) sorted by relevance
89 auto hasEnd = (endPoint != nullptr); in CheckPoints() local93 if (hasEnd) { in CheckPoints()113 if (hasEnd) { in CheckPoints()122 if (hasStart && hasEnd) { in CheckPoints()130 auto hasEnd = (endPoint != nullptr); in SetPoints() local134 if (hasEnd) { in SetPoints()
44 bool hasEnd = NapiUtils::HasNamedProperty(GetEnv(), params[ARG_INDEX_0], END_TIME); in ParseParams() local45 if (!(hasIface && hasStart && hasEnd)) { in ParseParams()47 hasIface, hasStart, hasEnd); in ParseParams()
48 bool hasEnd = NapiUtils::HasNamedProperty(GetEnv(), ifaceInfo, END_TIME); in ParseParams() local49 if (!(hasUid && hasIface && hasStart && hasEnd)) { in ParseParams()53 hasIface, hasStart, hasEnd, hasUid); in ParseParams()
33 if (values[i].hasStart && values[i].hasEnd) { in SetGuideLine()39 } else if (values[i].hasEnd) { in SetGuideLine()
68 bool hasEnd; member
70 guideline->styles[index].hasEnd = true; in OH_ArkUI_GuidelineOption_SetPositionEnd()
12620 style.hasEnd = styles->styles[i].hasEnd; in SetRelativeContainerGuideLine()
116 info.hasEnd = true; in SetGuideLine()
1238 ArkUI_Bool hasEnd; member