/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_bitmap.cpp | 159 int8_t ret = GetGlyphNode(unicode, glyphNode, fontId); in GetMultiGlyphNode() 171 ret = GetGlyphNode(unicode, glyphNode, searchLists[currentIndex]); in GetMultiGlyphNode() 182 int8_t UIFontBitmap::GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t … in GetGlyphNode() function in OHOS::UIFontBitmap 184 const GlyphNode* node = dynamicFont_.GetGlyphNode(unicode, fontId); in GetGlyphNode() 262 int8_t ret = GetGlyphNode(unicode, glyphNode, fontId); in SearchInFont() 321 uint8_t ret = GetGlyphNode(unicode, glyphNode, fontId, fontSize); in GetOffsetPosY()
|
H A D | ui_font.cpp | 210 int8_t UIFont::GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSi… in GetGlyphNode() function in OHOS::UIFont 212 int8_t result = instance_->GetGlyphNode(unicode, glyphNode, fontId, fontSize); in GetGlyphNode() 225 result = instance_->GetGlyphNode(unicode, glyphNode, searchLists[currentIndex], fontSize); in GetGlyphNode()
|
H A D | glyphs_manager.cpp | 109 const GlyphNode* GlyphsManager::GetGlyphNode(uint32_t unicode, uint16_t fontId) in GetGlyphNode() function in OHOS::GlyphsManager 138 const GlyphNode* node = GetGlyphNode(unicode, fontId); in GetFontWidth()
|
H A D | glyphs_manager.h | 43 const GlyphNode* GetGlyphNode(uint32_t unicode, uint16_t fontId);
|
H A D | ui_font_vector.cpp | 598 int8_t ret = GetGlyphNode(unicode, node, fontId, fontSize); in GetWidth() 637 int8_t UIFontVector::GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t … in GetGlyphNode() function in OHOS::UIFontVector 965 uint8_t ret = GetGlyphNode(unicode, glyphNode, fontId, fontSize); in GetOffsetPosY()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/font/ |
H A D | ui_font_bitmap.h | 40 …int8_t GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSize = 0)…
|
H A D | ui_font_vector.h | 41 …int8_t GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSize) ove…
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | base_font.h | 99 …virtual int8_t GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontS…
|
H A D | ui_font.h | 116 int8_t GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSize);
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | typed_text.cpp | 557 int8_t ret = font->GetGlyphNode(codePoint, glyphNode, fontId, fontSize); in IsColourWord()
|