Searched refs:round_y (Results 1 – 1 of 1) sorted by relevance
3705 int round_y = STBTT_ifloor((*ypos + b->yoff) + 0.5f); in stbtt_GetBakedQuad() local3708 q->y0 = round_y + d3d_bias; in stbtt_GetBakedQuad()3710 q->y1 = round_y + b->y1 - b->y0 + d3d_bias; in stbtt_GetBakedQuad()