Home
last modified time | relevance | path

Searched refs:fontHeader (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_file.cpp234 glyphInfo.fontHeader = nullptr; in GetGlyphInfo()
241 glyphInfo.fontHeader = fontHeaderCache_ + fontIdx; in GetGlyphInfo()
242 glyphInfo.fontIndexSectionStart = fontIndexSectionStart_ + glyphInfo.fontHeader->indexOffset; in GetGlyphInfo()
247 glyphInfo.bitMapSectionStart = bitMapSectionStart_ + glyphInfo.fontHeader->glyphOffset; in GetGlyphInfo()
248 glyphInfo.indexCache = indexCache_ + glyphInfo.fontHeader->indexOffset; in GetGlyphInfo()
283 return glyphInfo.fontHeader; in GetFontHeader()
294 return glyphInfo.fontHeader->fontHeight; in GetFontHeight()
H A Dglyphs_file.h68 FontHeader* fontHeader; member
H A Dui_font_bitmap.cpp146 int8_t UIFontBitmap::GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) in GetFontHeader() argument
150 fontHeader = *header; in GetFontHeader()
H A Dui_font_vector.cpp605 int8_t UIFontVector::GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) in GetFontHeader() argument
616fontHeader.ascender = static_cast<int16_t>(faceInfo.face->size->metrics.ascender / FONT_PIXEL_IN_P… in GetFontHeader()
617fontHeader.descender = static_cast<int16_t>(faceInfo.face->size->metrics.descender / FONT_PIXEL_IN… in GetFontHeader()
618fontHeader.fontHeight = static_cast<uint16_t>(faceInfo.face->size->metrics.height / FONT_PIXEL_IN_… in GetFontHeader()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dui_font.h80 int8_t GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) in GetFontHeader() argument
82 return instance_->GetFontHeader(fontHeader, fontId, fontSize); in GetFontHeader()
H A Dbase_font.h89 virtual int8_t GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) = 0;
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/font/
H A Dui_font_bitmap.h39 int8_t GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize = 0) override;
H A Dui_font_vector.h40 int8_t GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) override;