/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | surface.cpp | 76 std::shared_ptr<Surface> Surface::MakeRasterDirect(const ImageInfo& imageInfo, void* pixels, size_t… in MakeRasterDirect() function in OHOS::Rosen::Drawing::Surface 78 return StaticFactory::MakeRasterDirect(imageInfo, pixels, rowBytes); in MakeRasterDirect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | software_render_backend.cpp | 39 …auto uniqueCanvasPtr = SkCanvas::MakeRasterDirect(info, addr, buffer->GetSize() / buffer->GetHeigh… in AcquireSkCanvas()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_surface_frame_darwin.cpp | 71 surface_ = Drawing::Surface::MakeRasterDirect(info, addr_.get(), width_); in CreateSurface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/ |
H A D | static_factory.cpp | 186 std::shared_ptr<Surface> StaticFactory::MakeRasterDirect(const ImageInfo& imageInfo, void* pixels, … in MakeRasterDirect() function in OHOS::Rosen::Drawing::StaticFactory 190 return DDGRStaticFactory::MakeRasterDirect(imageInfo, pixels, rowBytes); in MakeRasterDirect() 193 return EngineStaticFactory::MakeRasterDirect(imageInfo, pixels, rowBytes); in MakeRasterDirect()
|
H A D | static_factory.h | 64 …static std::shared_ptr<Surface> MakeRasterDirect(const ImageInfo& imageInfo, void* pixels, size_t …
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_static_factory.cpp | 119 std::shared_ptr<Surface> SkiaStaticFactory::MakeRasterDirect(const ImageInfo& imageInfo, void* pixe… in MakeRasterDirect() function in OHOS::Rosen::Drawing::SkiaStaticFactory 121 return SkiaSurface::MakeRasterDirect(imageInfo, pixels, rowBytes); in MakeRasterDirect()
|
H A D | skia_surface.cpp | 96 …skSurface_ = SkSurface::MakeRasterDirect(skBitmap.info(), skBitmap.getPixels(), skBitmap.rowBytes(… in Bind() 306 std::shared_ptr<Surface> SkiaSurface::MakeRasterDirect(const ImageInfo& imageInfo, void* pixels, si… in MakeRasterDirect() function in OHOS::Rosen::Drawing::SkiaSurface 309 sk_sp<SkSurface> skSurface = SkSurface::MakeRasterDirect(skImageInfo, pixels, rowBytes); in MakeRasterDirect()
|
H A D | skia_surface.h | 55 …static std::shared_ptr<Surface> MakeRasterDirect(const ImageInfo& imageInfo, void* pixels, size_t …
|
H A D | skia_static_factory.h | 64 …static std::shared_ptr<Surface> MakeRasterDirect(const ImageInfo& imageInfo, void* pixels, size_t …
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_ui_capture.cpp | 197 return Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes()); in CreateSurface() 208 surface = Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes()); in CreateSurface() 212 surface = Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes()); in CreateSurface()
|
H A D | rs_surface_capture_task.cpp | 283 return Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes()); in CreateSurface()
|
H A D | rs_ui_capture_task_parallel.cpp | 299 return Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes()); in CreateSurface()
|
H A D | rs_surface_capture_task_parallel.cpp | 371 return Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes()); in CreateSurface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | surface.h | 118 …static std::shared_ptr<Surface> MakeRasterDirect(const ImageInfo& imageInfo, void* pixels, size_t …
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/render/rspixelmapshader_fuzzer/ |
H A D | rspixelmapshader_fuzzer.cpp | 84 auto surface = Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes()); in GetPixelMapFromData()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ |
H A D | drawing_context.cpp | 148 sk_sp<SkSurface> skSurface = SkSurface::MakeRasterDirect(info, addr, buffer->GetStride()); in AcquireSurfaceInRaster()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/ |
H A D | drawsurface_fuzzer.cpp | 156 std::shared_ptr<Surface> surfaceOne = Surface::MakeRasterDirect(imageInfo, pixels, rowBytes); in SurfaceFuzzTest003()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_pixel_map_shader_test.cpp | 56 auto surface = Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes()); in CreatePixelMap()
|
H A D | rs_image_test.cpp | 74 auto surface = Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes()); in CreatePixelMap()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
H A D | rs_ashmem_test.cpp | 202 auto surface(Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes())); in CreatePixelMap()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain/src/ |
H A D | sk_image_chain.cpp | 106 cpuSurface_ = SkSurface::MakeRasterDirect(imageInfo_, const_cast<void*>(dstPixmap_->addr()), in CreateCPUCanvas()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_particle_test.cpp | 84 auto srfce = Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes()); in CreatePixelMap()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
H A D | sk_image_chain_unittest.cpp | 231 …sk_sp<SkSurface> cpuSurface = SkSurface::MakeRasterDirect(imageInfo, const_cast<void*>(dstPixmap->…
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/ |
H A D | svg_decoder.cpp | 627 auto canvas = SkCanvas::MakeRasterDirect(imageInfo, bitmap.getPixels(), bitmap.rowBytes()); in DoDecode()
|