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

  /xsrc/external/mit/pixman/dist/test/
scaling-helpers-test.c 59 int32_t left_pad2, left_tz2, width2, right_tz2, right_pad2; local
64 width1 = width2 = width;
80 &width2,
86 assert (width1 == width2);
  /xsrc/external/mit/xorg-server/dist/fb/
fboverlay.h 95 int dpiy, int width1, int width2, int bpp1, int bpp2);
107 int width2,
fboverlay.c 253 int dpiy, int width1, int width2, int bpp1, int bpp2)
268 int width2,
316 pScrPriv->layer[1].u.init.width = width2;
  /xsrc/external/mit/xorg-server.old/dist/fb/
fboverlay.h 104 int width2,
117 int width2,
fboverlay.c 284 int width2,
331 int width2,
418 pScrPriv->layer[1].u.init.width = width2;
  /xsrc/external/mit/xf86-video-xgi/dist/src/
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 + j);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
xmesaP.h 163 GLint width2; member in struct:xmesa_renderbuffer
315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
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.old/dist/src/mesa/drivers/x11/
xmesaP.h 163 GLint width2; member in struct:xmesa_renderbuffer
315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
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/
List.c 876 unsigned long width2 = 0, height2 = 0; local
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/
panfrost-job.h 1497 u16 width2, height2; member in struct:bifrost_framebuffer
  /xsrc/external/mit/pixman/dist/pixman/
pixman-inlines.h 796 int width2 = *width, left_pad2, right_pad2; local
801 unit_x, &width2, &left_pad2, &right_pad2);
  /xsrc/external/mit/xterm/dist/
fontutils.c 2745 Dimension width2 = 0; local
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/
decode.c 579 pandecode_prop("width2 = MALI_POSITIVE(%d)", fb->width2 + 1);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_context.c 194 .width2 = MALI_POSITIVE(ctx->pipe_framebuffer.width),
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_video.c 1962 short width1, short width2, short limit)
1985 if((width1 > (limit * 2)) || (width2 > (limit * 2))) {

Completed in 29 milliseconds