Searched refs:GetFontHeader (Results 1 - 14 of 14) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/ |
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() function in OHOS::GlyphsManager 74 const FontHeader* tmp = glyphsFiles_[i]->GetFontHeader(fontId); in GetFontHeader()
|
H A D | glyphs_file.h | 41 const FontHeader* GetFontHeader(uint16_t fontId);
|
H A D | ui_font_bitmap.cpp | 146 int8_t UIFontBitmap::GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) in GetFontHeader() function in OHOS::UIFontBitmap 148 const FontHeader* header = dynamicFont_.GetFontHeader(fontId); in GetFontHeader()
|
H A D | glyphs_file.cpp | 275 const FontHeader* GlyphsFile::GetFontHeader(uint16_t fontId) in GetFontHeader() function in OHOS::GlyphsFile
|
H A D | ui_font_vector.cpp | 606 int8_t UIFontVector::GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) in GetFontHeader() function in OHOS::UIFontVector
|
/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() function in OHOS::UIFont 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;
|
/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 | 183 * @tc.desc: Verify GetFontHeader function, abnormal value test. 190 int8_t res = UIFont::GetInstance()->GetFontHeader(header, FONT_ID, 0); in HWTEST_F()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_label.cpp | 271 if (fontEngine->GetFontHeader(head, letterInfo.fontId, letterInfo.fontSize) != 0) { in DrawLetterWithRotate()
|
H A D | draw_utils.cpp | 195 if (fontEngine->GetFontHeader(head, letterInfo.fontId, letterInfo.fontSize) != 0) { in DrawColorLetter() 242 if (fontEngine->GetFontHeader(head, letterInfo.fontId, letterInfo.fontSize) != 0) { in DrawNormalLetter()
|
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | text.cpp | 215 if (UIFont::GetInstance()->GetFontHeader(head, fontId_, fontSize_) != 0) { in ReMeasureTextSize()
|
Completed in 12 milliseconds