Searched refs:fontHeader (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | glyphs_file.cpp | 234 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 D | glyphs_file.h | 68 FontHeader* fontHeader; member
|
H A D | ui_font_bitmap.cpp | 146 int8_t UIFontBitmap::GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) in GetFontHeader() argument 150 fontHeader = *header; in GetFontHeader()
|
H A D | ui_font_vector.cpp | 605 int8_t UIFontVector::GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) in GetFontHeader() argument 616 …fontHeader.ascender = static_cast<int16_t>(faceInfo.face->size->metrics.ascender / FONT_PIXEL_IN_P… in GetFontHeader() 617 …fontHeader.descender = static_cast<int16_t>(faceInfo.face->size->metrics.descender / FONT_PIXEL_IN… in GetFontHeader() 618 …fontHeader.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 D | ui_font.h | 80 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 D | base_font.h | 89 virtual int8_t GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) = 0;
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/font/ |
H A D | ui_font_bitmap.h | 39 int8_t GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize = 0) override;
|
H A D | ui_font_vector.h | 40 int8_t GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) override;
|