Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.cpp461 std::vector<SkPoint> skiaCubics = {}; in DrawPatch() local
463 skiaCubics.resize(cubicsPointCount); in DrawPatch()
465 skiaCubics[i].fX = cubics[i].GetX(); in DrawPatch()
466 skiaCubics[i].fY = cubics[i].GetY(); in DrawPatch()
492 skiaCubics.empty() ? nullptr : skiaCubics.data(), in DrawPatch()