Lines Matching defs:xpos
10763 int xpos = tail->x - width;
10765 NK_ASSERT(xpos >= 0);
10767 while (node->next->x <= xpos) {
10771 NK_ASSERT(node->next->x > xpos && node->x <= xpos);
10772 y = nk_rp__skyline_find_min_y(c, node, xpos, width, &waste);
10775 if (y < best_y || waste < best_waste || (waste==best_waste && xpos < best_x)) {
10776 best_x = xpos;
12558 int char_index, float *xpos, float *ypos, struct nk_tt_aligned_quad *q,
12564 int tx = nk_ifloorf((*xpos + b->xoff) + 0.5f);
12575 q->x0 = *xpos + b->xoff;
12577 q->x1 = *xpos + b->xoff2;
12584 *xpos += b->xadvance;
21886 /* now scan to find xpos */