Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp33 constexpr int DEFAULT_UNI_PARTIAL_RENDER_ENABLED_VALUE = 4; variable
233 …urn static_cast<PartialRenderType>(ConvertToInt(enable, DEFAULT_UNI_PARTIAL_RENDER_ENABLED_VALUE)); in GetUniPartialRenderEnabled()