Searched refs:imagePath (Results 1 - 2 of 2) sorted by relevance
/developtools/global_resource_tool/include/ |
H A D | compression_parser.h | 60 typedef TranscodeError (*ITranscodeImages) (const std::string &imagePath, const bool extAppend, 63 typedef TranscodeError (*IScaleImage) (const std::string &imagePath, std::string &outputPath, ImageSize size); 86 TranscodeError TranscodeImages(const std::string &imagePath, const bool extAppend, 88 TranscodeError ScaleImage(const std::string &imagePath, std::string &outputPath);
|
/developtools/global_resource_tool/src/ |
H A D | compression_parser.cpp | 352 TranscodeError CompressionParser::TranscodeImages(const string &imagePath, const bool extAppend, in TranscodeImages() argument 368 TranscodeError ret = (*iTranscodeImages)(imagePath, extAppend, outputPath, result); in TranscodeImages() 373 imagePath << endl; in TranscodeImages() 375 cout << "Warning: TranscodeImages failed" << ", file path = " << imagePath << endl; in TranscodeImages() 382 TranscodeError CompressionParser::ScaleImage(const std::string &imagePath, std::string &outputPath) in ScaleImage() argument 397 TranscodeError ret = (*iScaleImage)(imagePath, outputPath, { 512, 512 }); in ScaleImage() 401 cout << "Warning: ScaleImage failed, error message: " << iter->second << ", file path = " << imagePath in ScaleImage() 404 cout << "Warning: ScaleImage failed" << ", file path = " << imagePath << endl; in ScaleImage()
|
Completed in 2 milliseconds