Home
last modified time | relevance | path

Searched refs:BASE_SCALE (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_appearance/services/src/
H A Dui_appearance_ability.cpp35 static const std::string BASE_SCALE = "1"; member
164 std::string fontSize = BASE_SCALE; in DoCompatibleProcess()
174 std::string fontWeightSize = BASE_SCALE; in DoCompatibleProcess()
196 std::string fontSize = BASE_SCALE; in DoInitProcess()
199 std::string fontWeight = BASE_SCALE; in DoInitProcess()
559 fontScale = BASE_SCALE; in GetFontScale()
626 fontWeightScale = BASE_SCALE; in GetFontWeightScale()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_modifier.cpp64 constexpr float BASE_SCALE = 0.707f; // std::sqrt(2)/2 member
484 sizeScale_->Set(BASE_SCALE + (1.0 - BASE_SCALE) * ratio); in ChangeRefreshFollowData()
498 sizeScale_->Set(BASE_SCALE + (1.0 - BASE_SCALE) * ratio); in ChangeSizeScaleData()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dcolor.h448 BASE_SCALE = 1 << BASE_SHIFT, enumerator
449 BASE_MASK = BASE_SCALE - 1,
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp54 constexpr float BASE_SCALE = 0.707f; // std::sqrt(2)/2 member
810 return (HALF + BASE_SCALE * HALF) * loadingHeight; in GetLoadingVisibleHeight()

Completed in 6 milliseconds