Searched refs:ReadImageFile (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/ |
H A D | util.h | 149 bool ReadImageFile(const unzFile zipFile, const std::string& fileName, ImageStructVec& imgVec,
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | util.cpp | 229 if (!ReadImageFile(zipFile, name, imgVec, frameConfig, fileInfo.uncompressed_size)) { in ReadZipFile() 262 bool ReadImageFile(const unzFile zipFile, const std::string& fileName, ImageStructVec& imgVec, in ReadImageFile() function 266 LOGE("ReadImageFile failed, zip is null"); in ReadImageFile() 282 LOGE("ReadImageFile memPtr is null"); in ReadImageFile()
|
Completed in 2 milliseconds