HomeSort by relevance Sort by last modified time
    Searched defs:x3 (Results 1 - 12 of 12) sorted by null

  /webstack/webstack/branches/CoolStack12Rtm/src/ncurses-5.5/test/
newdemo.c 168 int x3, y3, xd3, yd3; local
176 x3 = 2 + rand() % (w - 4);
193 x3 = bounce(x3, &xd3, w);
203 mvwaddch(win, y3, x3, '@');
  /webstack/webstack/trunk/src/ncurses-5.5/test/
newdemo.c 168 int x3, y3, xd3, yd3; local
176 x3 = 2 + rand() % (w - 4);
193 x3 = bounce(x3, &xd3, w);
203 mvwaddch(win, y3, x3, '@');
  /webstack/webstack/branches/CoolStack12Rtm/src/php-5.2.4/ext/gd/
gdttf.c 628 int x3, y3; /* current pixel pos */ local
709 x3 = x2 + col;
710 if (x3 >= im->sx || x3 < 0) {
715 pixel = &im->tpixels[y3][x3];
720 pixel = &im->pixels[y3][x3];
722 pixel = &im->pixels[x3][y3];
gd.c 4710 int x1, y1, x2, y2, x3, y3, x4, y4; local
    [all...]
  /webstack/webstack/trunk/src/php-5.2.0/ext/gd/
gdttf.c 628 int x3, y3; /* current pixel pos */ local
709 x3 = x2 + col;
710 if (x3 >= im->sx || x3 < 0) {
715 pixel = &im->tpixels[y3][x3];
720 pixel = &im->pixels[y3][x3];
722 pixel = &im->pixels[x3][y3];
gd.c 4469 int x1, y1, x2, y2, x3, y3, x4, y4; local
    [all...]
  /webstack/webstack/trunk/src/php-5.2.4/ext/gd/
gdttf.c 628 int x3, y3; /* current pixel pos */ local
709 x3 = x2 + col;
710 if (x3 >= im->sx || x3 < 0) {
715 pixel = &im->tpixels[y3][x3];
720 pixel = &im->pixels[y3][x3];
722 pixel = &im->pixels[x3][y3];
gd.c 4710 int x1, y1, x2, y2, x3, y3, x4, y4; local
    [all...]
  /webstack/php-experiment/php-5.2.9RC3/ext/gd/
gdttf.c 628 int x3, y3; /* current pixel pos */ local
709 x3 = x2 + col;
710 if (x3 >= im->sx || x3 < 0) {
715 pixel = &im->tpixels[y3][x3];
720 pixel = &im->pixels[y3][x3];
722 pixel = &im->pixels[x3][y3];
gd.c 4727 int x1, y1, x2, y2, x3, y3, x4, y4; local
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/freetype-2.2.1/src/raster/
ftraster.c 1407 Long y1, y2, y3, x3, ymin, ymax; local
1794 Long x1, y1, x2, y2, x3, y3; local
    [all...]
  /webstack/webstack/trunk/src/freetype-2.2.1/src/raster/
ftraster.c 1407 Long y1, y2, y3, x3, ymin, ymax; local
1794 Long x1, y1, x2, y2, x3, y3; local
    [all...]

Completed in 1319 milliseconds