Searched refs:advanceX (Results 1 - 6 of 6) sorted by relevance

/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h301 double advanceX = 0.0; local
318 entry->GetKerning(lastCharCode, charCode, &advanceX, &advanceY);
320 x += advanceX;
336 advanceX = 0;
341 advanceX = glyph->precise_advance_x * size;
344 advanceX = glyph->advance_x;
350 advanceX += IsWhiteSpace(charCode)
355 advanceX, advanceY)) {
356 advanceX = 0.0;
367 x += advanceX;
[all...]
H A DFontCacheEntry.h46 const agg::rect_i& bounds, float advanceX, float advanceY,
55 advance_x(advanceX),
45 GlyphCache(uint32 glyphIndex, uint32 dataSize, glyph_data_type dataType, const agg::rect_i& bounds, float advanceX, float advanceY, float preciseAdvanceX, float preciseAdvanceY, float insetLeft, float insetRight) argument
H A DFontCacheEntry.cpp99 float advanceX, float advanceY, float preciseAdvanceX,
107 bounds, advanceX, advanceY, preciseAdvanceX, preciseAdvanceY,
97 CacheGlyph(uint32 glyphIndex, uint32 dataSize, glyph_data_type dataType, const agg::rect_i& bounds, float advanceX, float advanceY, float preciseAdvanceX, float preciseAdvanceY, float insetLeft, float insetRight) argument
/haiku/src/servers/app/
H A DServerFont.cpp753 FontCacheEntry* entry, double x, double y, double advanceX,
820 FontCacheEntry* entry, double x, double y, double advanceX,
823 return _Set(index, advanceX, advanceY);
887 FontCacheEntry* entry, double x, double y, double advanceX,
890 fWidths[index] = advanceX / fSize;
940 FontCacheEntry* entry, double x, double y, double advanceX,
1073 FontCacheEntry* entry, double x, double y, double advanceX,
752 ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, FontCacheEntry* entry, double x, double y, double advanceX, double advanceY) argument
819 ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, FontCacheEntry* entry, double x, double y, double advanceX, double advanceY) argument
886 ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, FontCacheEntry* entry, double x, double y, double advanceX, double advanceY) argument
939 ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, FontCacheEntry* entry, double x, double y, double advanceX, double advanceY) argument
1072 ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, FontCacheEntry* entry, double x, double y, double advanceX, double advanceY) argument
/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.h218 float advanceX,
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp228 FontCacheEntry* entry, double x, double y, double advanceX,
227 ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, FontCacheEntry* entry, double x, double y, double advanceX, double advanceY) argument

Completed in 106 milliseconds