Home
last modified time | relevance | path

Searched defs:Image (Results 1 – 19 of 19) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/render_environment/base/
Dimage_base.h27 typedef struct Image { struct
33 } Image; argument
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
Dimage.cpp20 Image::Image() : Image("") in Image() function in OHOS::UDMF::Image
24 Image::Image(const std::string &uri) : File(uri) in Image() function in OHOS::UDMF::Image
29 Image::Image(UDType type, ValueType value) : File(type, value) in Image() function in OHOS::UDMF::Image
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
Dimage_napi.h28 class Image; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
Dresource_holder_impl.h24 class Image; variable
Dshader_effect_impl.h37 class Image; variable
Dcolor_space_impl.h32 class Image; variable
Druntime_shader_builder_impl.h28 class Image; variable
Dsurface_impl.h36 class Image; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_runtime_shader_builder.h30 class Image; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dskia_decoration_painter.h32 class Image; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
Dimage.cpp51 Image::Image() noexcept : imageImplPtr(ImplFactory::CreateImageImpl()) {} in Image() function in OHOS::Rosen::Drawing::Image
53 Image::Image(std::shared_ptr<ImageImpl> imageImpl) : imageImplPtr(imageImpl) {} in Image() function in OHOS::Rosen::Drawing::Image
55 Image::Image(void* rawImg) noexcept : imageImplPtr(ImplFactory::CreateImageImpl(rawImg)) {} in Image() function in OHOS::Rosen::Drawing::Image
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Ddrawing_forward.h36 class Image; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
Dspan_object.h44 Image = 300, enumerator
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
Dswapchain_layer.cpp282 struct Image { struct
283Image() : image(VK_NULL_HANDLE), buffer(nullptr), requestFence(-1), releaseFence(-1), requested(fa… in Image() function
284 VkImage image;
285 NativeWindowBuffer* buffer;
286 int requestFence;
287 int releaseFence;
288 bool requested;
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
Dgfx_engine_manager.h59 class Image; variable
/foundation/arkui/ui_lite/frameworks/common/
Dimage.cpp31 Image::Image() : imageInfo_(nullptr), path_(nullptr), srcType_(IMG_SRC_UNKNOWN), mallocFlag_(false)… in Image() function in OHOS::Image
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2_data_structures.h337 struct Image { in CORE3D_BEGIN_NAMESPACE() struct
343 BASE_NS::string uri; in CORE3D_BEGIN_NAMESPACE()
350 MimeType type; in CORE3D_BEGIN_NAMESPACE()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
Drs_marshalling_helper.h44 class Image; variable
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
Dcanvas_test.cpp226 OH_Drawing_Image* Image = OH_Drawing_ImageCreate(); in OnTestPerformance() local