Searched refs:QUALITY_TYPE (Results 1 – 3 of 3) sorted by relevance
51 const std::set<std::string> QUALITY_TYPE = { "low", "medium", "high" }; // Default value is low. variable1080 if (info.GetStringArg(0, quality) && (QUALITY_TYPE.find(quality) != QUALITY_TYPE.end())) { in JsSetImageSmoothingQuality()
41 const std::set<std::string> QUALITY_TYPE = { "low", "medium", "high" }; // Default value is low. variable2106 if (quality.empty() || QUALITY_TYPE.find(quality) == QUALITY_TYPE.end()) { in JsSmoothingQualitySetter()
97 const std::set<std::string> QUALITY_TYPE = { "low", "medium", "high" }; // Default value is low. variable2452 if (quality.empty() || QUALITY_TYPE.find(quality) == QUALITY_TYPE.end()) { in JsSmoothingQualitySetter()