Searched refs:STBTT_ifloor (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
441 #ifndef STBTT_ifloor
443 #define STBTT_ifloor(x) ((int) floor(x)) macro
2640 if (ix0) *ix0 = STBTT_ifloor( x0 * scale_x + shift_x);
2641 if (iy0) *iy0 = STBTT_ifloor(-y1 * scale_y + shift_y);
2752 z->dx = -STBTT_ifloor(STBTT_FIX * -dxdy);
2754 z->dx = STBTT_ifloor(STBTT_FIX * dxdy);
2756 z->x = STBTT_ifloor(STBTT_FIX * e->x0 + z->dx * (start_point - e->y0)); // use z->dx so when we offset later it's by the same amount
3704 int round_x = STBTT_ifloor((*xpos + b->xoff) + 0.5f);
3705 int round_y = STBTT_ifloor((*ypo
[all...]
H A Dimgui_draw.cpp139 #define STBTT_ifloor(x) ((int)ImFloorStd(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
441 #ifndef STBTT_ifloor
443 #define STBTT_ifloor(x) ((int) floor(x)) macro
2640 if (ix0) *ix0 = STBTT_ifloor( x0 * scale_x + shift_x);
2641 if (iy0) *iy0 = STBTT_ifloor(-y1 * scale_y + shift_y);
2752 z->dx = -STBTT_ifloor(STBTT_FIX * -dxdy);
2754 z->dx = STBTT_ifloor(STBTT_FIX * dxdy);
2756 z->x = STBTT_ifloor(STBTT_FIX * e->x0 + z->dx * (start_point - e->y0)); // use z->dx so when we offset later it's by the same amount
3704 int round_x = STBTT_ifloor((*xpos + b->xoff) + 0.5f);
3705 int round_y = STBTT_ifloor((*ypo
[all...]
H A Dimgui_draw.cpp139 #define STBTT_ifloor(x) ((int)ImFloorStd(x)) macro

Completed in 29 milliseconds