Lines Matching defs:shift_x
11582 int glyph, float scale_x, float scale_y,float shift_x, float shift_y,
11594 if (ix0) *ix0 = nk_ifloorf((float)x0 * scale_x + shift_x);
11596 if (ix1) *ix1 = nk_iceilf ((float)x1 * scale_x + shift_x);
12046 float shift_x, float shift_y, int off_x, int off_y, int invert,
12083 e[n].x0 = p[a].x * scale_x + shift_x;
12085 e[n].x1 = p[b].x * scale_x + shift_x;
12214 float scale_x, float scale_y, float shift_x, float shift_y,
12225 scale_x, scale_y, shift_x, shift_y, x_off, y_off, invert, alloc);
12233 float shift_x, float shift_y, int glyph, struct nk_allocator *alloc)
12240 nk_tt_GetGlyphBitmapBoxSubpixel(info, glyph, scale_x, scale_y, shift_x,
12249 shift_x, shift_y, ix0,iy0, 1, alloc);