Home
last modified time | relevance | path

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

/aoo41x/main/vcl/source/glyphs/
H A Dgraphite_adaptors.cxx255 #define fix26_6(x) (x >> 6) + (x & 32 ? (x > 0 ? 1 : 0) : (x < 0 ? -1 : 0)) macro
315 aBounding.top = aBounding.bottom = fix26_6(gm.horiBearingY); in getGlyphMetrics()
316 aBounding.bottom -= fix26_6(gm.height); in getGlyphMetrics()
317 aBounding.left = aBounding.right = fix26_6(gm.horiBearingX); in getGlyphMetrics()
318 aBounding.right += fix26_6(gm.width); in getGlyphMetrics()
319 advances.x = fix26_6(gm.horiAdvance); in getGlyphMetrics()

Completed in 9 milliseconds