Searched refs:STBTT_iceil (Results 1 – 2 of 2) sorted by relevance
64 #define STBTT_iceil tt_ceil macro
398 #define STBTT_iceil(x) ((int) ceil(x)) macro1575 if (ix1) *ix1 = STBTT_iceil ( x1 * scale_x + shift_x); in stbtt_GetGlyphBitmapBoxSubpixel()1576 if (iy1) *iy1 = STBTT_iceil (-y0 * scale_y + shift_y); in stbtt_GetGlyphBitmapBoxSubpixel()