Lines Matching refs:forceClosed
452 …h_drawing_pathgetlength) ([OH_Drawing_Path](#oh_drawing_path) \*, bool forceClosed) | Obtains the …
455 …rawing_pathisclosed) ([OH_Drawing_Path](#oh_drawing_path) \*path, bool forceClosed) | Checks wheth…
456 …hgetpositiontangent) ([OH_Drawing_Path](#oh_drawing_path) \*path, bool forceClosed, float distance…
458 …awing_pathgetmatrix) ([OH_Drawing_Path](#oh_drawing_path) \*path, bool forceClosed, float distance…
4234 bool OH_Drawing_PathIsClosed (OH_Drawing_Path* path, bool forceClosed )
4254 | forceClosed | Whether the path is measured as a closed path. The value **true** means that the pa…
4264 bool OH_Drawing_PathGetPositionTangent (OH_Drawing_Path* path, bool forceClosed, float distance, OH…
4284 | forceClosed | Whether the path is measured as a closed path. The value **true** means that the pa…
4330 bool OH_Drawing_PathGetMatrix (OH_Drawing_Path* path, bool forceClosed, float distance, OH_Drawing_…
4352 | forceClosed | Whether the path is measured as a closed path. The value **true** means that the pa…
10750 float OH_Drawing_PathGetLength (OH_Drawing_Path* , bool forceClosed )
10770 | forceClosed | Whether the path can be modified or deleted freely after the function is called…