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 D | skia_canvas_autocache.cpp | 471 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 D | skia_canvas_autocache.h | 89 void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4],
|
H A D | skia_canvas.cpp | 452 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 D | skia_canvas.h | 95 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 D | core_canvas.cpp | 273 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 D | core_canvas.h | 345 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 D | recording_canvas.h | 82 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 D | core_canvas_impl.h | 102 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 D | rs_paint_filter_canvas.cpp | 189 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 D | rs_paint_filter_canvas_test.cpp | 496 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 D | rs_paint_filter_canvas.h | 76 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 D | recording_canvas.cpp | 227 void RecordingCanvas::DrawPatch(const Point cubics[12], const ColorQuad colors[4], in DrawPatch()
|