Home | History | Annotate | Download | only in vega

Lines Matching full:offsets

57                      VGint *offsets,
65 offsets[0] = 0;
66 offsets[1] = 0;
71 offsets[0] -= tx;
75 offsets[2] = location[2];
77 offsets[2] = MIN2(twidth, MIN2(dwidth - tx, swidth ));
78 location[2] = offsets[2];
82 offsets[1] -= ty;
86 offsets[3] = location[3];
88 offsets[3] = MIN2(theight, MIN2(dheight - ty, sheight));
89 location[3] = offsets[3];
285 VGint offsets[4], loc[4];
292 offsets, loc))
295 debug_printf("Offset = [%d, %d, %d, %d]\n", offsets[0],
296 offsets[1], offsets[2], offsets[3]);
317 offsets[1] += offsets[3];
318 offsets[3] = -offsets[3];
322 offsets[0], offsets[1], offsets[2], offsets[3]);