Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dflutter_render_context.cpp25 constexpr int32_t OVERFLOW_PLATFORM_VERSION = 7; variable
60 canChildOverflow = pipeline->GetMinPlatformVersion() >= OVERFLOW_PLATFORM_VERSION; in PaintChild()
H A Drosen_render_context.cpp28 constexpr int32_t OVERFLOW_PLATFORM_VERSION = 7; variable
74 bool canChildOverflow = pipelineContext->GetMinPlatformVersion() >= OVERFLOW_PLATFORM_VERSION; in PaintChild()