Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.cpp471 void SkiaCanvasAutoCache::onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], in onDrawPatch()
478 bounds.setBounds(cubics, SkPatchUtils::kNumCtrlPts); in onDrawPatch()
483 this->SkNWayCanvas::onDrawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
H A Dskia_canvas_autocache.h89 void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4],
H A Dskia_canvas.cpp452 void SkiaCanvas::DrawPatch(const Point cubics[12], const ColorQuad colors[4], in DrawPatch()
462 if (cubics != nullptr) { in DrawPatch()
465 skiaCubics[i].fX = cubics[i].GetX(); in DrawPatch()
466 skiaCubics[i].fY = cubics[i].GetY(); in DrawPatch()
H A Dskia_canvas.h95 void DrawPatch(const Point cubics[12], const ColorQuad colors[4],
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp273 void CoreCanvas::DrawPatch(const Point cubics[12], const ColorQuad colors[4], const Point texCoords… in DrawPatch()
275 DRAW_API_WITH_PAINT(DrawPatch, cubics, colors, texCoords, mode); in DrawPatch()
H A Dcore_canvas.h345 virtual void DrawPatch(const Point cubics[12], const ColorQuad colors[4],
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_canvas.h82 void DrawPatch(const Point cubics[12], const ColorQuad colors[4],
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dcore_canvas_impl.h102 virtual void DrawPatch(const Point cubics[12], const ColorQuad colors[4],
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp189 void RSPaintFilterCanvasBase::DrawPatch(const Drawing::Point cubics[12], const Drawing::ColorQuad c… in DrawPatch()
193 canvas_->DrawPatch(cubics, colors, texCoords, mode); in DrawPatch()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp496 Drawing::Point cubics[SET_POINT_SIZE1]; variable
499 paintFilterCanvas_->DrawPatch(cubics, colors, texCoords, Drawing::BlendMode::CLEAR);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h76 void DrawPatch(const Drawing::Point cubics[12], const Drawing::ColorQuad colors[4],
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp227 void RecordingCanvas::DrawPatch(const Point cubics[12], const ColorQuad colors[4], in DrawPatch()