Home
last modified time | relevance | path

Searched refs:_AppendGlyphInfo (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.h217 bool _AppendGlyphInfo(uint32 charCode,
H A DParagraphLayout.cpp813 if (!_AppendGlyphInfo(UTF8ToCharCode(&c), escapementArray[i] * size, in _AppendGlyphInfos()
824 ParagraphLayout::_AppendGlyphInfo(uint32 charCode, float width, in _AppendGlyphInfo() function in ParagraphLayout