Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h2888 float recip_h,recip_v,sub_x,sub_y; in stbtt_PackFontRangesRenderIntoRects() local
2894 sub_y = stbtt__oversample_shift(spc->v_oversample); in stbtt_PackFontRangesRenderIntoRects()
2940 bc->yoff = (float) y0 * recip_v + sub_y; in stbtt_PackFontRangesRenderIntoRects()
2942 bc->yoff2 = (y0 + r->h) * recip_v + sub_y; in stbtt_PackFontRangesRenderIntoRects()