Home | History | Annotate | Download | only in vega

Lines Matching defs:y1

501                               VGfloat x1, VGfloat y1,
519 r->vertices[2][0][1] = y1;
523 r->vertices[3][0][1] = y1;
532 VGfloat x1, VGfloat y1,
541 t1 = y1 / tex_height;
1230 VGint x0, y0, x1, y1, iw, ih;
1239 /* note that x1 and y1 are exclusive */
1241 y1 = (VGint) ceilf(y + height);
1244 if (y1 > fb->height)
1245 y1 = fb->height;
1248 ih = y1 - y0;
1519 VGfloat x1, VGfloat y1,
1536 r->vertices[0][0][1] = y1;