Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h4582 float recip_h, recip_v, sub_x, sub_y; local
4585 recip_h = 1.0f / spc->h_oversample;
4634 bc->xoff = (float)x0 * recip_h + sub_x;
4636 bc->xoff2 = (x0 + r->w) * recip_h + sub_x;