Home
last modified time | relevance | path

Searched refs:tmpHeight (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.h65 std::optional<NG::CalcLength> tmpHeight = std::nullopt; in GetSize() local
67 tmpHeight = NG::CalcLength(height->ConvertToPx()); in GetSize()
69 return {tmpWidth, tmpHeight}; in GetSize()
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp1059 uint16_t tmpHeight = static_cast<uint16_t>(ftFaces_[i]->size->metrics.height / FONT_PIXEL_IN_POINT); in GetMaxSubLineHeight() local
1060 maxHeight = tmpHeight > maxHeight ? tmpHeight : maxHeight; in GetMaxSubLineHeight()

Completed in 3 milliseconds