Lines Matching defs:shift_y
11582 int glyph, float scale_x, float scale_y,float shift_x, float shift_y,
11595 if (iy0) *iy0 = nk_ifloorf((float)-y1 * scale_y + shift_y);
11597 if (iy1) *iy1 = nk_iceilf ((float)-y0 * scale_y + shift_y);
12046 float shift_x, float shift_y, int off_x, int off_y, int invert,
12084 e[n].y0 = (p[a].y * y_scale_inv + shift_y) * (float)vsubsample;
12086 e[n].y1 = (p[b].y * y_scale_inv + shift_y) * (float)vsubsample;
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)
12241 shift_y, &ix0,&iy0,0,0);
12249 shift_x, shift_y, ix0,iy0, 1, alloc);