Searched refs:ImageStruct (Results 1 – 3 of 3) sorted by relevance
96 using ImageStruct = struct ImageStruct { struct101 ~ImageStruct() in ~ImageStruct() argument106 using ImageStructVec = std::vector<std::shared_ptr<ImageStruct>>;158 bool CheckImageData(const std::string& fileName, std::shared_ptr<ImageStruct> imageStruct,
257 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()
182 std::shared_ptr<ImageStruct> imgstruct = imageVector_[curNo]; in OnDraw()