Searched refs:STBTT_ifloor (Results 1 – 1 of 1) sorted by relevance
472 #ifndef STBTT_ifloor474 #define STBTT_ifloor(x) ((int) floor(x)) macro2994 if(ix0) *ix0 = STBTT_ifloor(x0 * scale_x + shift_x);2995 if(iy0) *iy0 = STBTT_ifloor(-y1 * scale_y + shift_y);3110 z->dx = -STBTT_ifloor(STBTT_FIX * -dxdy);3112 z->dx = STBTT_ifloor(STBTT_FIX * dxdy);3114 z->x = STBTT_ifloor(STBTT_FIX * e->x0 + z->dx * (start_point -4191 int round_x = STBTT_ifloor((*xpos + b->xoff) + 0.5f);4192 int round_y = STBTT_ifloor((*ypos + b->yoff) + 0.5f);4750 float x = (float)STBTT_ifloor((*xpos + b->xoff) + 0.5f);[all …]