| /xsrc/external/mit/pixman/dist/test/ |
| H A D | scaling-helpers-test.c | 59 int32_t left_pad2, left_tz2, width2, right_tz2, right_pad2; local in function:main 64 width1 = width2 = width; 80 &width2, 86 assert (width1 == width2);
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fboverlay.h | 95 int dpiy, int width1, int width2, int bpp1, int bpp2); 107 int width2,
|
| H A D | fboverlay.c | 253 int dpiy, int width1, int width2, int bpp1, int bpp2) 268 int width2, 316 pScrPriv->layer[1].u.init.width = width2; 247 fbOverlaySetupScreen(ScreenPtr pScreen,void * pbits1,void * pbits2,int xsize,int ysize,int dpix,int dpiy,int width1,int width2,int bpp1,int bpp2) argument 260 fbOverlayFinishScreenInit(ScreenPtr pScreen,void * pbits1,void * pbits2,int xsize,int ysize,int dpix,int dpiy,int width1,int width2,int bpp1,int bpp2,int depth1,int depth2) argument
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fboverlay.h | 104 int width2, 117 int width2,
|
| H A D | fboverlay.c | 284 int width2, 331 int width2, 418 pScrPriv->layer[1].u.init.width = width2; 276 fbOverlaySetupScreen(ScreenPtr pScreen,pointer pbits1,pointer pbits2,int xsize,int ysize,int dpix,int dpiy,int width1,int width2,int bpp1,int bpp2) argument 323 fbOverlayFinishScreenInit(ScreenPtr pScreen,pointer pbits1,pointer pbits2,int xsize,int ysize,int dpix,int dpiy,int width1,int width2,int bpp1,int bpp2,int depth1,int depth2) argument
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_video.c | 1201 short width2 = width >> 1; 1216 memcpy(V + i * srcPitch2, srcV + i*width2, width2); 1217 memcpy(U + i * srcPitch2, srcU + i*width2, width2); 1235 for(j=0; j<width2; j++) 1237 *(unsigned char *)(V + i * srcPitch2 + j) = *(unsigned char *)( srcV + i*width2 + j+1); 1238 *(unsigned char *)(V + i * srcPitch2 + j+1) = *(unsigned char *)( srcV + i*width2 + j); 1240 *(unsigned char *)(U + i * srcPitch2 + j) = *(unsigned char *)( srcU + i*width2 + j+1); 1241 *(unsigned char *)(U + i * srcPitch2 + j+1) = *(unsigned char *)( srcU + i*width2 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xmesaP.h | 163 GLint width2; member in struct:xmesa_renderbuffer 315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
|
| H A D | xm_buffer.c | 297 xrb->width2 = xrb->ximage->bytes_per_line / 2; 298 xrb->origin2 = (GLushort *) xrb->ximage->data + xrb->width2 * (height - 1); 310 xrb->width2 = xrb->width3 = xrb->width4 = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xmesaP.h | 163 GLint width2; member in struct:xmesa_renderbuffer 315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
|
| H A D | xm_buffer.c | 297 xrb->width2 = xrb->ximage->bytes_per_line / 2; 298 xrb->origin2 = (GLushort *) xrb->ximage->data + xrb->width2 * (height - 1); 310 xrb->width2 = xrb->width3 = xrb->width4 = 0;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | List.c | 876 unsigned long width2 = 0, height2 = 0; local in function:Layout 891 width2 = (unsigned long)(lw->list.ncols * lw->list.col_width + 917 width2 = (unsigned long)((lw->list.ncols * lw->list.col_width) 953 width2 = (unsigned long)((lw->list.ncols * lw->list.col_width) + 962 width2 = (unsigned long)((lw->list.ncols * lw->list.col_width) + 966 if (width2 >= MaxSize && height2 >= MaxSize) 970 else if (width2 > MaxSize && lw->list.ncols > 1) 976 if (width2) 977 *width = (Dimension)width2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/ |
| H A D | panfrost-job.h | 1497 u16 width2, height2; member in struct:bifrost_framebuffer
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-inlines.h | 796 int width2 = *width, left_pad2, right_pad2; local in function:bilinear_pad_repeat_get_scanline_bounds 801 unit_x, &width2, &left_pad2, &right_pad2);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | fontutils.c | 2745 Dimension width2 = 0; local in function:checkXftWidth 2763 &width2, unicode_boxes[n].code)) { 2764 width2 = 0; 2771 (void) width2; 2774 if (width2 > 0) { 2783 if (width2 > FC_ERR(check)) { 2786 } else if (width2 > width) { 2787 width = width2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | decode.c | 579 pandecode_prop("width2 = MALI_POSITIVE(%d)", fb->width2 + 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_context.c | 194 .width2 = MALI_POSITIVE(ctx->pipe_framebuffer.width),
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_video.c | 1962 short width1, short width2, short limit) 1985 if((width1 > (limit * 2)) || (width2 > (limit * 2))) { 1961 merge_line_buf_mfb(SISPtr pSiS,SISPortPrivPtr pPriv,Bool enable1,Bool enable2,short width1,short width2,short limit) argument
|