/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | drawing_lattice_ohos.h | 28 explicit DrawingLatticeOhos(std::shared_ptr<Rosen::Drawing::Lattice> lattice) in DrawingLatticeOhos()
|
H A D | drawing_lattice_ohos.cpp | 33 auto* lattice = reinterpret_cast<std::shared_ptr<OHOS::Rosen::Drawing::Lattice>*>(sptrAddr); in CreateDrawingLatticeFromNative() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | drawing_lattice_preview.h | 26 explicit DrawingLatticePreview(std::shared_ptr<Rosen::Drawing::Lattice> lattice) in DrawingLatticePreview()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testfour_ng.cpp | 217 RefPtr<DrawingLattice> lattice; variable 229 RefPtr<DrawingLattice> lattice; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | image_model_impl.h | 53 void SetResizableLattice(const RefPtr<DrawingLattice>& lattice) override {}; in SetResizableLattice()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | pixelmap_image.cpp | 50 void PrintDrawingLatticeConfig(const Rosen::Drawing::Lattice& lattice, const RSRect& dstRect) in PrintDrawingLatticeConfig() 226 auto lattice = *(*latticeSptrAddr); in DrawImageLattice() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_image.cpp | 44 void PrintDrawingLatticeConfig(const Rosen::Drawing::Lattice& lattice) in PrintDrawingLatticeConfig() 312 auto lattice = *(*latticeSptrAddr); in DrawImageLattice() local
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/lattice_napi/ |
H A D | js_lattice.cpp | 229 napi_value JsLattice::Create(napi_env env, std::shared_ptr<Lattice> lattice) in Create()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_paint_filter_canvas_test.cpp | 603 Drawing::Lattice lattice; variable 618 Drawing::Lattice lattice; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | cmd_list_helper.cpp | 282 LatticeHandle CmdListHelper::AddLatticeToCmdList(CmdList& cmdList, const Lattice& lattice) in AddLatticeToCmdList() 297 Lattice lattice; in GetLatticeFromCmdList() local
|
H A D | recording_canvas.cpp | 263 void RecordingCanvas::DrawImageLattice(const Image* image, const Lattice& lattice, const Rect& dst, in DrawImageLattice()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_canvas_test.cpp | 1013 Lattice lattice; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_model_ng.cpp | 671 void ImageModelNG::SetResizableLattice(const RefPtr<DrawingLattice>& lattice) in SetResizableLattice() 676 void ImageModelNG::SetResizableLattice(FrameNode* frameNode, const RefPtr<DrawingLattice>& lattice) in SetResizableLattice()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_canvas_autocache.cpp | 445 void SkiaCanvasAutoCache::onDrawImageLattice2(const SkImage* image, const Lattice& lattice, in onDrawImageLattice2()
|
H A D | skia_canvas.cpp | 552 void SkiaCanvas::DrawImageLattice(const Image* image, const Lattice& lattice, const Rect& dst, in DrawImageLattice()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | draw_cmd_test.cpp | 559 Lattice lattice; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.cpp | 310 void CoreCanvas::DrawImageLattice(const Image* image, const Lattice& lattice, const Rect& dst, in DrawImageLattice()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_paint_filter_canvas.cpp | 250 …intFilterCanvasBase::DrawImageLattice(const Drawing::Image* image, const Drawing::Lattice& lattice, in DrawImageLattice()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 663 …DrawImageLatticeOpItem(const Image* image, const Lattice& lattice, const Rect& dst, FilterMode fil… in DrawImageLatticeOpItem()
|