Home
last modified time | relevance | path

Searched refs:DEFAULT_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.cpp32 constexpr int DEFAULT_PARTIAL_RENDER_ENABLED_VALUE = 2; variable
225 … return static_cast<PartialRenderType>(ConvertToInt(enable, DEFAULT_PARTIAL_RENDER_ENABLED_VALUE)); in GetPartialRenderEnabled()