Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h1673 #define STBTT_FIX (1 << STBTT_FIXSHIFT) macro
1674 #define STBTT_FIXMASK (STBTT_FIX-1)
1684 z->dx = -STBTT_ifloor(STBTT_FIX * -dxdy); in stbtt__new_active()
1686 z->dx = STBTT_ifloor(STBTT_FIX * dxdy); in stbtt__new_active()
1688 …z->x = STBTT_ifloor(STBTT_FIX * e->x0 + z->dx * (start_point - e->y0)); // use z->dx so when we of… in stbtt__new_active()
1689 z->x -= off_x * STBTT_FIX; in stbtt__new_active()
1743 …scanline[i] = scanline[i] + (stbtt_uint8) (((STBTT_FIX - (x0 & STBTT_FIXMASK)) * max_weight) >> ST… in stbtt__fill_active_edges()