HomeSort by: relevance | last modified time | path
    Searched refs:rowbytes (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
xprCursor.c 71 uint32_t rowbytes; local
90 rowbytes = src->bits->width * sizeof(CARD32);
95 rowbytes = src->bits->width * sizeof(CARD32);
96 data = malloc(rowbytes * src->bits->height);
121 rowbytes = ((src->bits->width * 4) + 31) & ~31;
122 data = malloc(rowbytes * src->bits->height);
169 drow = (uint32_t *)((char *)drow + rowbytes);
173 memset(data, 0, src->bits->height * rowbytes);
177 err = xp_set_cursor(width, height, hot_x, hot_y, data, rowbytes);
xprFrame.c 348 unsigned int rowbytes[2]; local
357 wid), NULL, NULL, data, rowbytes, NULL);
368 *bytesPerRow = rowbytes[0];
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
xprCursor.c 71 uint32_t rowbytes; local
92 rowbytes = src->bits->width * sizeof (CARD32);
97 rowbytes = src->bits->width * sizeof (CARD32);
98 data = malloc(rowbytes * src->bits->height);
124 rowbytes = ((src->bits->width * 4) + 31) & ~31;
125 data = malloc(rowbytes * src->bits->height);
169 drow = (uint32_t *) ((char *) drow + rowbytes);
174 memset(data, 0, src->bits->height * rowbytes);
178 err = xp_set_cursor(width, height, hot_x, hot_y, data, rowbytes);
xprFrame.c 356 unsigned int rowbytes[2]; local
361 err = xp_lock_window(x_cvt_vptr_to_uint(wid), NULL, NULL, data, rowbytes, NULL);
366 *bytesPerRow = rowbytes[0];
  /xsrc/external/mit/MesaLib/dist/src/glx/apple/
apple_cgl.h 62 GLsizei width, GLsizei height, GLint rowbytes,
  /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
apple_cgl.h 62 GLsizei width, GLsizei height, GLint rowbytes,
  /xsrc/external/mit/freetype/dist/src/sfnt/
pngshim.c 90 if ( row_info->rowbytes > 15 )
93 limit = row_info->rowbytes - 16 + 1;
134 limit = row_info->rowbytes;
178 for ( i = 0; i < row_info->rowbytes; i += 4 )
  /xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessScreen.c 84 unsigned int rowbytes; local
92 rowbytes = PixmapBytePad(pScreen->width, pScreen->rootDepth);
94 if (s->pixmap_data_size < rowbytes) {
97 s->pixmap_data_size = rowbytes;
108 /* ModifyPixmapHeader ignores zero arguments, so install rowbytes
  /xsrc/external/mit/xorg-server/dist/exa/
exa_migration_classic.c 569 int rowbytes; local
579 rowbytes = (pBox->x2 - pBox->x1) * cpp;
587 if (memcmp(dst, src, rowbytes) != 0) {
  /xsrc/external/mit/xorg-server.old/dist/exa/
exa_migration_classic.c 557 int rowbytes; local
567 rowbytes = (pBox->x2 - pBox->x1) * cpp;
573 if (memcmp(dst, src, rowbytes) != 0) {
  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessScreen.c 103 unsigned int rowbytes; local
111 rowbytes = PixmapBytePad(pScreen->width, pScreen->rootDepth);
113 if (s->pixmap_data_size < rowbytes) {
116 s->pixmap_data_size = rowbytes;
127 /* ModifyPixmapHeader ignores zero arguments, so install rowbytes
  /xsrc/external/mit/xf86-video-intel/dist/test/
test_image.c 123 for (i = 0; i < row_info->rowbytes; i += 4) {
  /xsrc/external/mit/ctwm/dist/
ewmh.c 857 int rowbytes; local
899 rowbytes = (width + 7) / 8;
900 maskbits = calloc(height, rowbytes);
914 maskbits [rowbytes * y + (x / 8)] |= 0x01 << (x % 8);
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
test_image.c 123 for (i = 0; i < row_info->rowbytes; i += 4) {

Completed in 76 milliseconds