Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpath.h69 GET_POS_AND_TAN_MATRIX, enumerator
501 PathMeasureMatrixFlags flags = PathMeasureMatrixFlags::GET_POS_AND_TAN_MATRIX);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/
H A Djs_enum.cpp178 …SITION_AND_TANGENT_MATRIX", static_cast<int32_t>(PathMeasureMatrixFlags::GET_POS_AND_TAN_MATRIX) },
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp805 static_cast<int32_t>(PathMeasureMatrixFlags::GET_POS_AND_TAN_MATRIX)); in OnGetMatrix()