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

/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h302 double advanceY = 0.0; local
318 entry->GetKerning(lastCharCode, charCode, &advanceX, &advanceY);
321 y += advanceY;
337 advanceY = 0;
342 advanceY = glyph->precise_advance_y * size;
345 advanceY = glyph->advance_y;
355 advanceX, advanceY)) {
357 advanceY = 0.0;
368 y += advanceY;
H A DFontCacheEntry.h46 const agg::rect_i& bounds, float advanceX, float advanceY,
56 advance_y(advanceY),
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.cpp754 double advanceY)
821 double advanceY)
823 return _Set(index, advanceX, advanceY);
888 double advanceY)
941 double advanceY)
1074 double advanceY)
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/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp229 double advanceY)
227 ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, FontCacheEntry* entry, double x, double y, double advanceX, double advanceY) argument

Completed in 54 milliseconds