| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbglyph.c | 131 int gWidth, gHeight; /* width and height of glyph */ local in function:fbPolyGlyphBlt 162 gWidth = GLYPHWIDTHPIXELS(pci); 164 if (gWidth && gHeight) { 167 if (raster && gWidth <= sizeof(FbStip) * 8 && 168 fbGlyphIn(gc, gx, gy, gWidth, gHeight)) { 177 gStride, 0, gx, gy, gWidth, gHeight); 193 int gWidth, gHeight; /* width and height of glyph */ local in function:fbImageGlyphBlt 255 gWidth = GLYPHWIDTHPIXELS(pci); 257 if (gWidth && gHeight) { 260 if (raster && gWidth < [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbglyph.c | 131 int gWidth, gHeight; /* width and height of glyph */ local in function:fbPolyGlyphBlt 162 gWidth = GLYPHWIDTHPIXELS(pci); 164 if (gWidth && gHeight) { 167 if (raster && gWidth <= sizeof(FbStip) * 8 && 168 fbGlyphIn(gc, gx, gy, gWidth, gHeight)) { 177 gStride, 0, gx, gy, gWidth, gHeight); 193 int gWidth, gHeight; /* width and height of glyph */ local in function:fbImageGlyphBlt 255 gWidth = GLYPHWIDTHPIXELS(pci); 257 if (gWidth && gHeight) { 260 if (raster && gWidth < [all...] |
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbglyph.c | 67 int gWidth, gHeight; /* width and height of glyph */ local in function:fbPolyGlyphBlt 96 gWidth = GLYPHWIDTHPIXELS(pci); 98 if (gWidth && gHeight) { 101 if (glyph && gWidth <= sizeof(FbStip) * 8 && 102 fbGlyphIn(fbGetCompositeClip(pGC), gx, gy, gWidth, gHeight)) { 114 gStride, 0, gx, gy, gWidth, gHeight); 132 int gWidth, gHeight; /* width and height of glyph */ local in function:fbImageGlyphBlt 198 gWidth = GLYPHWIDTHPIXELS(pci); 200 if (gWidth && gHeight) { 203 if (glyph && gWidth < [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxpbdemo.c | 42 static int gWidth, gHeight; variable in typeref:typename:int 124 gWidth = width; 210 glViewport(0, 0, gWidth, gHeight); 346 image = malloc(gWidth * gHeight * 3 * sizeof(GLubyte)); 353 glReadPixels(0, 0, gWidth, gHeight, GL_RGB, GL_UNSIGNED_BYTE, image); 362 fprintf(f,"%i %i\n", gWidth, gHeight); 374 rowPtr = image + (gHeight-1-i) * gWidth*3; 375 fwrite(rowPtr, 1, gWidth*3, f); 381 printf("Wrote %d by %d image file: %s\n", gWidth, gHeight, filename);
|
| H A D | pbdemo.c | 48 static int gWidth, gHeight; variable in typeref:typename:int 150 gWidth = width; 278 glViewport(0, 0, gWidth, gHeight); 412 image = malloc(gWidth * gHeight * 3 * sizeof(GLubyte)); 419 glReadPixels(0, 0, gWidth, gHeight, GL_RGB, GL_UNSIGNED_BYTE, image); 428 fprintf(f,"%i %i\n", gWidth, gHeight); 440 rowPtr = image + (gHeight-1-i) * gWidth*3; 441 fwrite(rowPtr, 1, gWidth*3, f); 447 printf("Wrote %d by %d image file: %s\n", gWidth, gHeight, filename);
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbglyph.c | 267 int gWidth, gHeight; /* width and height of glyph */ local in function:fbPolyGlyphBlt 303 gWidth = GLYPHWIDTHPIXELS(pci); 305 if (gWidth && gHeight) 310 if (glyph && gWidth <= sizeof (FbStip) * 8 && 311 fbGlyphIn (fbGetCompositeClip(pGC), gx, gy, gWidth, gHeight)) 336 gWidth, gHeight); 357 int gWidth, gHeight; /* width and height of glyph */ local in function:fbImageGlyphBlt 436 gWidth = GLYPHWIDTHPIXELS(pci); 438 if (gWidth && gHeight) 443 if (glyph && gWidth < [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miglblt.c | 106 int gWidth, gHeight; /* width and height of glyph */ local in function:miPolyGlyphBlt 155 gWidth = GLYPHWIDTHPIXELS(pci); 157 if (gWidth && gHeight) 160 nbyPadGlyph = BitmapBytePad(gWidth); 182 0, 0, gWidth, gHeight, 186 gWidth, gHeight,
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miglblt.c | 99 int gWidth, gHeight; /* width and height of glyph */ local in function:miPolyGlyphBlt 144 gWidth = GLYPHWIDTHPIXELS(pci); 146 if (gWidth && gHeight) { 148 nbyPadGlyph = BitmapBytePad(gWidth); 169 0, 0, gWidth, gHeight, 173 gWidth, gHeight,
|
| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | vcn_tests.c | 192 uint32_t gWidth, gHeight, gSliceType; variable in typeref:typename:uint32_t 757 gWidth = width; 1246 if ((dec.pic_width == gWidth) &&
|