HomeSort by relevance Sort by last modified time
    Searched full:xinc (Results 1 - 5 of 5) sorted by null

  /external/libpng/contrib/pngminim/preader/
makefile 10 #XINC = -I/usr/include # old-style, stock X distributions
13 #XINC = -I/usr/openwin/include # Sun workstations (OpenWindows)
16 XINC = -I/usr/X11R6/include # new X distributions (X.org, etc.)
20 #XINC = -I/usr/local/include # FreeBSD
27 -DdeflateParams\(a,b,c\)=Z_OK -I. $(XINC) -O1
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nximage.c 33 int i, j, xinc, yinc, destinc, rowinc ; local
40 xinc = this -> screen -> format -> BytesPerPixel ;
46 src = SDL_Image + y * yinc + x * xinc ;
60 destinc = w * xinc ;
62 rowinc = w * xinc;
198 int xinc, yinc, rowinc; local
202 xinc = this -> screen -> format -> BytesPerPixel ;
211 rowinc = xinc * this -> screen -> w;
  /external/libpng/contrib/gregbook/
Makefile.sgi 41 XINC = -I/usr/include/X11 # old-style, stock X distributions
43 #XINC = -I/usr/openwin/include # Sun workstations (OpenWindows)
45 #XINC = -I/usr/X11R6/include # new X distributions (XFree86, etc.)
48 INCS = $(PNGINC) $(ZINC) $(XINC)
Makefile.unx 50 #XINC = -I/usr/include # old-style, stock X distributions
52 #XINC = -I/usr/openwin/include # Sun workstations (OpenWindows)
54 XINC = -I/usr/X11R6/include # new X distributions (X.org, etc.)
58 INCS = $(PNGINC) $(ZINC) $(XINC)
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 895 int xInc; /* Horizontal timing increment */
    [all...]

Completed in 4151 milliseconds