Searched refs:STBTT_iceil (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h440 // e.g. #define your own STBTT_ifloor/STBTT_iceil() to avoid math.h
444 #define STBTT_iceil(x) ((int) ceil(x)) macro
2642 if (ix1) *ix1 = STBTT_iceil ( x1 * scale_x + shift_x);
2643 if (iy1) *iy1 = STBTT_iceil (-y0 * scale_y + shift_y);
H A Dimgui_draw.cpp140 #define STBTT_iceil(x) ((int)ImCeil(x)) macro
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h440 // e.g. #define your own STBTT_ifloor/STBTT_iceil() to avoid math.h
444 #define STBTT_iceil(x) ((int) ceil(x)) macro
2642 if (ix1) *ix1 = STBTT_iceil ( x1 * scale_x + shift_x);
2643 if (iy1) *iy1 = STBTT_iceil (-y0 * scale_y + shift_y);
H A Dimgui_draw.cpp140 #define STBTT_iceil(x) ((int)ImCeil(x)) macro

Completed in 30 milliseconds