Home
last modified time | relevance | path

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

/foundation/graphic/standard/rosen/modules/2d_graphics/src/engine_adapter/impl_interface/
Dcolor_space_impl.h24 class Image; variable
Dshader_effect_impl.h35 class Image; variable
/foundation/graphic/standard/rosen/modules/2d_graphics/src/image/
Dimage.cpp23 Image::Image() noexcept : imageImplPtr(ImplFactory::CreateImageImpl()), width_(0), height_(0) {} in Image() function in OHOS::Rosen::Drawing::Image
/foundation/graphic/standard/frameworks/bootanimation/data/bootanimation_tool/
Draw_maker.py51 Image = None variable
/foundation/graphic/ui/interfaces/innerkits/engines/gfx/
Dgfx_engine_manager.h59 class Image; variable
/foundation/graphic/ui/frameworks/common/
Dimage.cpp29 Image::Image() : imageInfo_(nullptr), path_(nullptr), srcType_(IMG_SRC_UNKNOWN), mallocFlag_(false)… in Image() function in OHOS::Image
/foundation/multimedia/image_standard/interfaces/kits/js/
D@ohos.multimedia.image.d.ts895 interface Image { interface