Searched refs:FontHeader (Results 1 - 15 of 15) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | glyphs_file.h | 41 const FontHeader* GetFontHeader(uint16_t fontId); 68 FontHeader* fontHeader; 82 FontHeader* fontHeaderCache_;
|
H A D | glyphs_file.cpp | 158 uint32_t size = sizeof(FontHeader) * fontNum_; in SetFile() 161 fontHeaderCache_ = reinterpret_cast<FontHeader*>(FontRamAllocator::GetInstance().Allocate(size)); in SetFile() 173 FontHeader* last = fontHeaderCache_ + fontNum_ - 1; in SetFile() 275 const FontHeader* GlyphsFile::GetFontHeader(uint16_t fontId) in GetFontHeader()
|
H A D | glyphs_manager.h | 41 const FontHeader* GetFontHeader(uint16_t fontId);
|
H A D | glyphs_manager.cpp | 71 const FontHeader* GlyphsManager::GetFontHeader(uint16_t fontId) in GetFontHeader() 74 const FontHeader* tmp = glyphsFiles_[i]->GetFontHeader(fontId); in GetFontHeader()
|
H A D | ui_font_bitmap.cpp | 146 int8_t UIFontBitmap::GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) in GetFontHeader() 148 const FontHeader* header = dynamicFont_.GetFontHeader(fontId); in GetFontHeader()
|
H A D | ui_font_vector.cpp | 606 int8_t UIFontVector::GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) in GetFontHeader()
|
/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;
|
/foundation/arkui/ui_lite/test/unittest/font/ |
H A D | ui_font_unit_test.cpp | 189 FontHeader header; in HWTEST_F()
|
/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | base_font.h | 89 virtual int8_t GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) = 0;
|
H A D | ui_font.h | 80 int8_t GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) in GetFontHeader()
|
H A D | ui_font_header.h | 239 * @brief struct FontHeader 242 struct FontHeader { struct
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_label.cpp | 266 FontHeader head; in DrawLetterWithRotate()
|
H A D | draw_utils.cpp | 194 FontHeader head; in DrawColorLetter() 241 FontHeader head; in DrawNormalLetter()
|
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | text.cpp | 214 FontHeader head; in ReMeasureTextSize()
|
Completed in 14 milliseconds