Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h33 TYPE_PERCENT, enumerator
H A Dcomponent.cpp356 dimension.type = DimensionType::TYPE_PERCENT; in GetDimensionFromStyle()
374 if (dimension.type == DimensionType::TYPE_PERCENT) { in CalculateDimensionPixel()