Home
last modified time | relevance | path

Searched refs:ConsumeGlyph (Results 1 – 3 of 3) sorted by relevance

/haiku/src/servers/app/
H A DServerFont.cpp752 bool ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, in ConsumeGlyph() function in EdgesConsumer
819 bool ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, in ConsumeGlyph() function in BPointEscapementConsumer
886 bool ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, in ConsumeGlyph() function in WidthEscapementConsumer
939 bool ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, in ConsumeGlyph() function in BoundingBoxConsumer
1072 bool ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, in ConsumeGlyph() function in StringWidthConsumer
/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h354 if (!consumer.ConsumeGlyph(index++, charCode, glyph, entry, x, y, in LayoutGlyphs()
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp227 bool ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, in ConsumeGlyph() function in AGGTextRenderer::StringRenderer