Home
last modified time | relevance | path

Searched refs:IsCommonDivisor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/
H A Dui_display_sync.cpp276 if (IsCommonDivisor(targetRate, vsyncRate)) { in FindMatchedRefreshRate()
367 bool UIDisplaySync::IsCommonDivisor(int32_t expectedRate, int32_t vsyncRate) in IsCommonDivisor() function in OHOS::Ace::UIDisplaySync
H A Dui_display_sync.h179 bool IsCommonDivisor(int32_t expectedRate, int32_t vsyncRate);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_display_soloist.h86 bool IsCommonDivisor(int32_t expectedRate, int32_t vsyncRate);
H A Drs_ui_display_soloist.cpp200 bool RSDisplaySoloist::IsCommonDivisor(int32_t expectedRate, int32_t vsyncRate) in IsCommonDivisor() function in OHOS::Rosen::RSDisplaySoloist
262 if (IsCommonDivisor(targetRate, vsyncRate)) { in FindMatchedRefreshRate()