Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h2250 float y_scale_inv = invert ? -scale_y : scale_y; in stbtt__rasterize() local
2288 e[n].y0 = (p[a].y * y_scale_inv + shift_y) * vsubsample; in stbtt__rasterize()
2290 e[n].y1 = (p[b].y * y_scale_inv + shift_y) * vsubsample; in stbtt__rasterize()