Home
last modified time | relevance | path

Searched refs:GetGlyphNode (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_bitmap.cpp159 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 Dglyphs_manager.h43 const GlyphNode* GetGlyphNode(uint32_t unicode, uint16_t fontId);
H A Dglyphs_manager.cpp109 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 Dui_font.cpp210 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 Dui_font_vector.cpp599 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 Dui_font_bitmap.h40 int8_t GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSize = 0) override;
H A Dui_font_vector.h41 int8_t GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSize) override;
/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dbase_font.h99 virtual int8_t GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSize) = 0;
H A Dui_font.h116 int8_t GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSize);
/foundation/arkui/ui_lite/frameworks/common/
H A Dtyped_text.cpp557 int8_t ret = font->GetGlyphNode(codePoint, glyphNode, fontId, fontSize); in IsColourWord()

Completed in 7 milliseconds