Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h2834 static float stbtt__oversample_shift(int oversample) in stbtt__oversample_shift() argument
2836 if (!oversample) in stbtt__oversample_shift()
2843 return (float)-(oversample - 1) / (2.0f * (float)oversample); in stbtt__oversample_shift()