Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h932 … int oversample_y, float * sub_x, float * sub_y, int codepoint);
961 … int oversample_y, float * sub_x, float * sub_y, int glyph);
4090 … int oversample_y, float * sub_x, float * sub_y, int codepoint) argument
4093 … oversample_x, oversample_y, sub_x, sub_y, stbtt_FindGlyphIndex(info, codepoint));
4505 float * sub_x, float * sub_y, int glyph) argument
4524 *sub_x = stbtt__oversample_shift(prefilter_x);
4542 float recip_h, recip_v, sub_x, sub_y; local
4547 sub_x = stbtt__oversample_shift(spc->h_oversample);
4594 bc->xoff = (float)x0 * recip_h + sub_x;
4596 bc->xoff2 = (x0 + r->w) * recip_h + sub_x;