Home
last modified time | relevance | path

Searched refs:ImageSrcType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_types.h42 using ImageSrcType = uint8_t; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dfile_img_decoder.h44 ImageSrcType srcType;
H A Dcache_manager.h28 ImageSrcType GetImgSrcType() const in GetImgSrcType()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_image/
H A Dui_test_image.h65 const char* GetCharByImageSrcType(ImageSrcType srcType) const;
H A Dui_test_image.cpp83 const char* UITestImage::GetCharByImageSrcType(ImageSrcType srcType) const in GetCharByImageSrcType()
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp64 ImageSrcType srcType = tmpImageView->GetSrcType(); in AddImageViewSpecialField()