Searched refs:thumbSizeValue (Results 1 – 2 of 2) sorted by relevance
624 auto thumbSizeValue = fileAsset->GetStrMember(PhotoColumn::PHOTO_THUMB_SIZE); in GetThumb() local625 std::string path = GetThumbUri(id, thumbSizeValue, dataPath); in GetThumb()639 const std::string &thumbSizeValue, const std::string &dataPath) in GetThumbUri() argument655 size_t colonPos = thumbSizeValue.find(':'); in GetThumbUri()656 if (colonPos == std::string::npos || colonPos + SIZE_ONE >= thumbSizeValue.size()) { in GetThumbUri()660 std::string widthStr = thumbSizeValue.substr(0, colonPos); in GetThumbUri()661 std::string heightStr = thumbSizeValue.substr(colonPos + SIZE_ONE); in GetThumbUri()
84 …std::string GetThumbUri(const int32_t &id, const std::string &thumbSizeValue, const std::string &d…