Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1676 … *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float start_point, void *userdata) in stbtt__new_active() argument
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()
1697 … *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float start_point, void *userdata) in stbtt__new_active() argument
1705 z->fx = e->x0 + dxdy * (start_point - e->y0); in stbtt__new_active()