Searched refs:STBTT_FIX (Results 1 – 1 of 1) sorted by relevance
3128 #define STBTT_FIX (1 << STBTT_FIXSHIFT) macro3129 #define STBTT_FIXMASK (STBTT_FIX-1)3141 z->dx = -STBTT_ifloor(STBTT_FIX * -dxdy);3143 z->dx = STBTT_ifloor(STBTT_FIX * dxdy);3145 z->x = STBTT_ifloor(STBTT_FIX * e->x0 + z->dx * (start_point -3147 z->x -= off_x * STBTT_FIX;3207 …scanline[i] = scanline[i] + (stbtt_uint8)(((STBTT_FIX - (x0 & STBTT_FIXMASK)) * max_weight) >> STB…