Home
last modified time | relevance | path

Searched refs:GetFontHeader (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
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() function in OHOS::GlyphsManager
74 const FontHeader* tmp = glyphsFiles_[i]->GetFontHeader(fontId); in GetFontHeader()
H A Dglyphs_file.h41 const FontHeader* GetFontHeader(uint16_t fontId);
H A Dui_font_bitmap.cpp146 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 Dglyphs_file.cpp275 const FontHeader* GlyphsFile::GetFontHeader(uint16_t fontId) in GetFontHeader() function in OHOS::GlyphsFile
H A Dui_font_vector.cpp606 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 Dui_font.h80 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 Dbase_font.h89 virtual int8_t GetFontHeader(FontHeader& fontHeader, uint16_t fontId, uint8_t fontSize) = 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;
/foundation/arkui/ui_lite/test/unittest/font/
H A Dui_font_unit_test.cpp183 * @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 Ddraw_label.cpp271 if (fontEngine->GetFontHeader(head, letterInfo.fontId, letterInfo.fontSize) != 0) { in DrawLetterWithRotate()
H A Ddraw_utils.cpp195 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 Dtext.cpp215 if (UIFont::GetInstance()->GetFontHeader(head, fontId_, fontSize_) != 0) { in ReMeasureTextSize()

Completed in 12 milliseconds