Home
last modified time | relevance | path

Searched refs:fontHeight (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_digital_clock.cpp231 int16_t fontHeight = timeLabels_[HOUR_ELEMENT]->GetHeight(); in SetVertical() local
233 int16_t y = fontHeight; in SetVertical()
236 y += fontHeight; in SetVertical()
/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp279 uint16_t fontHeight = font->GetHeight(fontId_, fontSize_); in Draw() local
282 CalculatedCurLineHeight(lineHeight, curLineHeight, fontHeight, style, lineMaxHeight); in Draw()
339 uint16_t fontHeight, const Style& style, uint16_t lineMaxHeight) in CalculatedCurLineHeight()
342 lineHeight = fontHeight; in CalculatedCurLineHeight()
338 CalculatedCurLineHeight(int16_t& lineHeight, int16_t& curLineHeight, uint16_t fontHeight, const Style& style, uint16_t lineMaxHeight) CalculatedCurLineHeight() argument
/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dui_font_header.h245 uint16_t fontHeight; // FONT_HEIGHT_OFFSET member
260 uint16_t fontHeight; // FONT_G_HEIGHT_OFFSET member
/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_file.cpp294 return glyphInfo.fontHeader->fontHeight; in GetFontHeight()
H A Dui_font_vector.cpp619 fontHeader.fontHeight = static_cast<uint16_t>(faceInfo.face->size->metrics.height / FONT_PIXEL_IN_POINT); in GetFontHeader()
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h632 uint16_t fontHeight, const Style& style, uint16_t lineMaxHeight);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp336 void OH_Drawing_SetTextStyleFontHeight(OH_Drawing_TextStyle* style, double fontHeight) in OH_Drawing_SetTextStyleFontHeight() argument
341 ConvertToOriginalText<TextStyle>(style)->heightScale = fontHeight; in OH_Drawing_SetTextStyleFontHeight()
1533 void OH_Drawing_SetTypographyTextFontHeight(OH_Drawing_TypographyStyle* style, double fontHeight) in OH_Drawing_SetTypographyTextFontHeight() argument
1536 ConvertToOriginalText<TypographyStyle>(style)->heightScale = fontHeight < 0 ? 0 : fontHeight; in OH_Drawing_SetTypographyTextFontHeight()

Completed in 12 milliseconds