Home
last modified time | relevance | path

Searched refs:FontHeader (Results 1 - 15 of 15) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_file.h41 const FontHeader* GetFontHeader(uint16_t fontId);
68 FontHeader* fontHeader;
82 FontHeader* fontHeaderCache_;
H A Dglyphs_file.cpp158 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 Dglyphs_manager.h41 const FontHeader* GetFontHeader(uint16_t fontId);
H A Dglyphs_manager.cpp71 const FontHeader* GlyphsManager::GetFontHeader(uint16_t fontId) in GetFontHeader()
74 const FontHeader* tmp = glyphsFiles_[i]->GetFontHeader(fontId); in GetFontHeader()
H A Dui_font_bitmap.cpp146 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 Dui_font_vector.cpp606 int8_t UIFontVector::GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) in GetFontHeader()
/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;
/foundation/arkui/ui_lite/test/unittest/font/
H A Dui_font_unit_test.cpp189 FontHeader header; in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dbase_font.h89 virtual int8_t GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) = 0;
H A Dui_font.h80 int8_t GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) in GetFontHeader()
H A Dui_font_header.h239 * @brief struct FontHeader
242 struct FontHeader { struct
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp266 FontHeader head; in DrawLetterWithRotate()
H A Ddraw_utils.cpp194 FontHeader head; in DrawColorLetter()
241 FontHeader head; in DrawNormalLetter()
/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp214 FontHeader head; in ReMeasureTextSize()

Completed in 15 milliseconds