Searched refs:GetGlyphNode (Results 1 - 10 of 10) sorted by relevance
/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 fontSize) in GetGlyphNode() function in OHOS::UIFontBitmap 184 const GlyphNode* node = dynamicFont_.GetGlyphNode(unicode, fontId); in GetGlyphNode() 189 GRAPHIC_LOGE("UIFontBitmap::GetGlyphNode get glyphNode failed"); 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 | glyphs_manager.h | 43 const GlyphNode* GetGlyphNode(uint32_t unicode, uint16_t fontId);
|
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 | ui_font.cpp | 210 int8_t UIFont::GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSize) 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 | ui_font_vector.cpp | 599 int8_t ret = GetGlyphNode(unicode, node, fontId, fontSize); in GetWidth() 638 int8_t UIFontVector::GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSize) in GetGlyphNode() function in OHOS::UIFontVector 966 uint8_t ret = GetGlyphNode(unicode, glyphNode, fontId, fontSize); in GetOffsetPosY()
|
/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) override;
|
H A D | ui_font_vector.h | 41 int8_t GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSize) override;
|
/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 fontSize) = 0;
|
H A D | ui_font.h | 116 int8_t GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSize);
|
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | typed_text.cpp | 557 int8_t ret = font->GetGlyphNode(codePoint, glyphNode, fontId, fontSize); in IsColourWord()
|
Completed in 7 milliseconds