Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h444 #define STBTT_iceil(x) ((int) ceil(x)) macro
2642 if (ix1) *ix1 = STBTT_iceil ( x1 * scale_x + shift_x); in stbtt_GetGlyphBitmapBoxSubpixel()
2643 if (iy1) *iy1 = STBTT_iceil (-y0 * scale_y + shift_y); in stbtt_GetGlyphBitmapBoxSubpixel()
Dimgui_draw.cpp140 #define STBTT_iceil(x) ((int)ImCeil(x)) macro