Searched defs:useVp (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_attributes_parser.cpp | 261 Dimension SvgAttributesParser::ParseDimension(const std::string& value, bool useVp) in ParseDimension() argument
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | string_utils.h | 367 inline Dimension StringToDimensionWithThemeValue(const std::string& value, bool useVp, const Dimension& themeValue) in StringToDimensionWithThemeValue() argument
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | frame_node_modifier.cpp | 204 void GetPositionToParent(ArkUINodeHandle node, ArkUI_Float32 (*parentOffset)[2], ArkUI_Bool useVp) in GetPositionToParent() argument 219 void GetPositionToScreen(ArkUINodeHandle node, ArkUI_Float32 (*screenPosition)[2], ArkUI_Bool useVp) in GetPositionToScreen() argument 233 void GetPositionToWindow(ArkUINodeHandle node, ArkUI_Float32 (*windowOffset)[2], ArkUI_Bool useVp) in GetPositionToWindow() argument 247 void GetPositionToParentWithTransform(ArkUINodeHandle node, ArkUI_Float32 (*parentPosition)[2], ArkUI_Bool useVp) in GetPositionToParentWithTransform() argument 261 void GetPositionToScreenWithTransform(ArkUINodeHandle node, ArkUI_Float32 (*screenPosition)[2], ArkUI_Bool useVp) in GetPositionToScreenWithTransform() argument 275 GetPositionToWindowWithTransform(ArkUINodeHandle node, ArkUI_Float32 (*windowPosition)[2], ArkUI_Bool useVp) GetPositionToWindowWithTransform() argument [all...] |
Completed in 3 milliseconds