Home
last modified time | relevance | path

Searched refs:pointMode (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/drawcmd_fuzzer/
H A Ddrawcmd_fuzzer.cpp382 uint32_t pointMode = GetObject<uint32_t>(); in DrawCmdFuzzTest009() local
385 DrawPointsOpItem drawPointsOpItem = DrawPointsOpItem(static_cast<PointMode>(pointMode % PIONTMODE_SIZE), points, in DrawCmdFuzzTest009()
409 static_cast<PointMode>(pointMode % PIONTMODE_SIZE), pts, paintHandle); in DrawCmdFuzzTest009()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp965 int32_t pointMode = 0; in OnDrawPoints() local
966 GET_ENUM_PARAM(ARGC_ONE, pointMode, 0, static_cast<int32_t>(PointMode::POLYGON_POINTMODE)); in OnDrawPoints()
977 JS_CALL_DRAWING_FUNC(m_canvas->DrawPoints(static_cast<PointMode>(pointMode), size, points)); in OnDrawPoints()

Completed in 5 milliseconds