Home
last modified time | relevance | path

Searched refs:QUALITY_TYPE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp51 const std::set<std::string> QUALITY_TYPE = { "low", "medium", "high" }; // Default value is low. variable
1080 if (info.GetStringArg(0, quality) && (QUALITY_TYPE.find(quality) != QUALITY_TYPE.end())) { in JsSetImageSmoothingQuality()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp41 const std::set<std::string> QUALITY_TYPE = { "low", "medium", "high" }; // Default value is low. variable
2106 if (quality.empty() || QUALITY_TYPE.find(quality) == QUALITY_TYPE.end()) { in JsSmoothingQualitySetter()
H A Djsi_canvas_bridge.cpp97 const std::set<std::string> QUALITY_TYPE = { "low", "medium", "high" }; // Default value is low. variable
2452 if (quality.empty() || QUALITY_TYPE.find(quality) == QUALITY_TYPE.end()) { in JsSmoothingQualitySetter()