Home
last modified time | relevance | path

Searched defs:forceClosed (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.cpp409 void SkiaPath::PathMeasureUpdate(bool forceClosed) in PathMeasureUpdate()
425 scalar SkiaPath::GetLength(bool forceClosed) in GetLength()
431 …SkiaPath::GetPositionAndTangent(scalar distance, Point& position, Point& tangent, bool forceClosed) in GetPositionAndTangent()
448 bool SkiaPath::IsClosed(bool forceClosed) in IsClosed()
454 bool SkiaPath::GetMatrix(bool forceClosed, float distance, Matrix* matrix, PathMeasureMatrixFlags f… in GetMatrix()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_path.h109 virtual float GetLength(bool forceClosed) const in GetLength()
115 float distance, TestingPoint& position, TestingPoint& tangent, bool forceClosed) const in GetPositionAndTangent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp144 bool forceClosed = GetObject<bool>(); in PathFuzzTest002() local
221 bool forceClosed = GetObject<bool>(); in PathFuzzTest004() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp527 float OH_Drawing_PathGetLength(OH_Drawing_Path* cPath, bool forceClosed) in OH_Drawing_PathGetLength()
537 bool OH_Drawing_PathIsClosed(OH_Drawing_Path* cPath, bool forceClosed) in OH_Drawing_PathIsClosed()
547 bool OH_Drawing_PathGetPositionTangent(OH_Drawing_Path* cPath, bool forceClosed, in OH_Drawing_PathGetPositionTangent()
575 bool OH_Drawing_PathGetMatrix(OH_Drawing_Path* cPath, bool forceClosed, in OH_Drawing_PathGetMatrix()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp730 bool forceClosed = false; in OnGetLength() local
746 bool forceClosed = false; in OnGetPositionAndTangent() local
789 bool forceClosed = false; in OnGetMatrix() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp283 bool Path::GetMatrix(bool forceClosed, float distance, Matrix* matrix, PathMeasureMatrixFlags flag) in GetMatrix()