Home | History | Annotate | Download | only in vega

Lines Matching defs:x1

501                               VGfloat x1, VGfloat y1,
514 r->vertices[1][0][0] = x1;
518 r->vertices[2][0][0] = x1;
532 VGfloat x1, VGfloat y1,
539 s1 = x1 / tex_width;
1230 VGint x0, y0, x1, y1, iw, ih;
1239 /* note that x1 and y1 are exclusive */
1240 x1 = (VGint) ceilf(x + width);
1242 if (x1 > fb->width)
1243 x1 = fb->width;
1247 iw = x1 - x0;
1519 VGfloat x1, VGfloat y1,
1535 r->vertices[0][0][0] = x1;