Searched refs:IsOriginalImg (Results 1 – 2 of 2) sorted by relevance
81 bool ThumbnailUriUtils::IsOriginalImg(const Size &outSize, const string &outPath) in IsOriginalImg() function in OHOS::Media::ThumbnailUriUtils88 if (IsOriginalImg(outSize, outPath)) { in CheckSize()98 if ((outSize.width <= 0 || outSize.height <= 0) && !IsOriginalImg(outSize, outPath)) { in CheckSize()
37 static bool IsOriginalImg(const Size &outSize, const std::string &outPath);