Home
last modified time | relevance | path

Searched refs:ImageStruct (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dutil.h96 using ImageStruct = struct ImageStruct { struct
101 ~ImageStruct() in ~ImageStruct() argument
106 using ImageStructVec = std::vector<std::shared_ptr<ImageStruct>>;
158 bool CheckImageData(const std::string& fileName, std::shared_ptr<ImageStruct> imageStruct,
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp257 sort(imgVec.begin(), imgVec.end(), [](std::shared_ptr<ImageStruct> image1, in SortZipFile()
258 std::shared_ptr<ImageStruct> image2) in SortZipFile()
273 std::shared_ptr<ImageStruct> imageStruct = std::make_shared<ImageStruct>(); in ReadImageFile()
320 bool CheckImageData(const std::string& fileName, std::shared_ptr<ImageStruct> imageStruct, in CheckImageData()
H A Dboot_picture_player.cpp182 std::shared_ptr<ImageStruct> imgstruct = imageVector_[curNo]; in OnDraw()