/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_spherize_effect_filter.cpp | 78 …const Drawing::Point texCoords[4] = { { 0.0f, 0.0f }, { width, 0.0f }, { width, height }, { 0.0f, … in DrawImageRect() local 133 canvas.DrawPatch(ctrlPoints, nullptr, texCoords, Drawing::BlendMode::SRC_OVER); in DrawImageRect()
|
H A D | rs_attraction_effect_filter.cpp | 439 …const Drawing::Point texCoords[4] = { { 0.0f, 0.0f }, { width, 0.0f }, { width, height }, { 0.0f, … in DrawImageRect() local 441 canvas.DrawPatch(windowStatusPoints_, nullptr, texCoords, Drawing::BlendMode::SRC_OVER); in DrawImageRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
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_vertices.cpp | 178 return reinterpret_cast<Point*>(skiaVerticesBuilder_->texCoords()); in TexCoords()
|
H A D | skia_canvas.cpp | 453 const Point texCoords[4], BlendMode mode, const Paint& paint) in DrawPatch() 481 if (texCoords != nullptr) { in DrawPatch() 484 skiaTexCoords[i].fX = texCoords[i].GetX(); in DrawPatch() 485 skiaTexCoords[i].fY = texCoords[i].GetY(); in DrawPatch()
|
H A D | skia_canvas_autocache.cpp | 472 const SkPoint texCoords[4], SkBlendMode bmode, in onDrawPatch() 483 this->SkNWayCanvas::onDrawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
|
H A D | skia_canvas.h | 96 const Point texCoords[4], BlendMode mode, const Paint& paint) override;
|
/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 | 346 const Point texCoords[4], BlendMode mode);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | recording_canvas.h | 83 const Point texCoords[4], BlendMode mode) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | core_canvas_impl.h | 103 const Point texCoords[4], BlendMode mode, const Paint& paint) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_paint_filter_canvas.cpp | 190 const Drawing::Point texCoords[4], Drawing::BlendMode mode) in DrawPatch() 193 canvas_->DrawPatch(cubics, colors, texCoords, mode); in DrawPatch()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_canvas_test.cpp | 955 Point texCoords[4] = { variable 960 skiaCanvas->DrawPatch(ctrlPoints, colors, texCoords, BlendMode::COLOR_BURN, paint);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape_container.cpp | 290 SkPoint* texsPoint = builder.texCoords(); in DrawBitmapMesh()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_paint_filter_canvas_test.cpp | 498 Drawing::Point texCoords[SET_POINT_SIZE2]; 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 | 77 const Drawing::Point texCoords[4], Drawing::BlendMode mode) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | recording_canvas.cpp | 228 const Point texCoords[4], BlendMode mode) in DrawPatch()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 1529 const Drawing::Point texCoords[4] = { in DrawSpherize() local 1579 canvas.DrawPatch(ctrlPoints, nullptr, texCoords, Drawing::BlendMode::SRC_OVER); in DrawSpherize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 2939 SkPoint* texsPoint = builder.texCoords();
|