Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp1063 int32_t jsFillType = 0; in OnSetFillType() local
1064 GET_ENUM_PARAM(ARGC_ZERO, jsFillType, 0, static_cast<int32_t>(PathFillType::INVERSE_EVENTODD)); in OnSetFillType()
1066 JS_CALL_DRAWING_FUNC(m_path->SetFillStyle(static_cast<PathFillType>(jsFillType))); in OnSetFillType()