Searched refs:pointMode (Results 1 – 1 of 1) sorted by relevance
945 int32_t pointMode = 0; in OnDrawPoints() local946 GET_ENUM_PARAM(ARGC_ONE, pointMode, 0, static_cast<int32_t>(PointMode::POLYGON_POINTMODE)); in OnDrawPoints()956 JS_CALL_DRAWING_FUNC(m_canvas->DrawPoints(static_cast<PointMode>(pointMode), size, points)); in OnDrawPoints()