Home
last modified time | relevance | path

Searched refs:GetGlyphInfo (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_file.cpp75 int8_t result = GetGlyphInfo(fontId, glyphInfo); in GetNodeFromFile()
204 int8_t GlyphsFile::GetGlyphInfo(uint16_t fontId, GlyphInfo& glyphInfo) in GetGlyphInfo() function in OHOS::GlyphsFile
209 GRAPHIC_LOGE("GlyphsFile::GetGlyphInfo fontId need less than max fontId"); in GetGlyphInfo()
213 GRAPHIC_LOGE("GlyphsFile::GetGlyphInfo file not set"); in GetGlyphInfo()
278 int8_t ret = GetGlyphInfo(fontId, glyphInfo); in GetFontHeader()
289 int8_t ret = GetGlyphInfo(fontId, glyphInfo); in GetFontHeight()
305 int8_t result = GetGlyphInfo(node.fontId, glyphInfo); in GetBitmap()
H A Dglyphs_file.h72 int8_t GetGlyphInfo(uint16_t fontId, GlyphInfo& glyphInfo);
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont.cpp90 GlyphInfo Font::GetGlyphInfo(uint32_t glyphIndex) in GetGlyphInfo() function in Font
92 return GetData()->GetGlyphInfo(glyphIndex); in GetGlyphInfo()
H A Dfont.h54 GlyphInfo GetGlyphInfo(uint32_t glyphIndex) override;
/foundation/graphic/graphic_3d/lume/LumeFont/api/
H A Dintf_font.h121 virtual GlyphInfo GetGlyphInfo(uint32_t glyphIndex) = 0;

Completed in 2 milliseconds