| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | dri3-test.c | 433 const int x_loc[] = {0, width/2, width-1}; local in function:test_shm 496 for (x = 0; x < sizeof(x_loc)/sizeof(x_loc[0]); x++) 498 if (ptr[y_loc[y]*width + x_loc[x]] != pixel) { 499 printf("pixel[%d, %d]:%d = %08x\n", x, y, 32, ptr[y_loc[y] * width + x_loc[x]]); 504 for (x = 0; x < sizeof(x_loc)/sizeof(x_loc[0]); x++) 507 x_loc[x], y_loc[y], 537 const int x_loc[] = {0, width/2, width-1}; local in function:test_read_after_write 580 for (x = 0; x < sizeof(x_loc)/sizeo 649 const int x_loc[] = {0, width/2, width-1}; local in function:test_read 728 const int x_loc[] = {0, width/2, width-1}; local in function:test_dup_pixmap [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | dri3-test.c | 438 const int x_loc[] = {0, width/2, width-1}; local in function:test_shm 501 for (x = 0; x < sizeof(x_loc)/sizeof(x_loc[0]); x++) 503 if (ptr[y_loc[y]*width + x_loc[x]] != pixel) { 504 printf("pixel[%d, %d]:%d = %08x\n", x, y, 32, ptr[y_loc[y] * width + x_loc[x]]); 509 for (x = 0; x < sizeof(x_loc)/sizeof(x_loc[0]); x++) 512 x_loc[x], y_loc[y], 542 const int x_loc[] = {0, width/2, width-1}; local in function:test_read_after_write 585 for (x = 0; x < sizeof(x_loc)/sizeo 654 const int x_loc[] = {0, width/2, width-1}; local in function:test_read 733 const int x_loc[] = {0, width/2, width-1}; local in function:test_dup_pixmap [all...] |
| /xsrc/external/mit/xman/dist/ |
| H A D | ScrollByL.c | 890 static int DumpText(Widget w, int x_loc, int y_loc, char *buf, int len, 914 int x_loc, y_loc; /* x and y location of text. */ local in function:PrintText 954 x_loc = sblw->scroll.offset + sblw->scroll.indent; 986 DumpText(w, x_loc, y_loc, buf, bufp - buf, 995 bold = ((first) || ((x_loc == (sblw->scroll.offset + 999 (void) DumpText(w, x_loc, y_loc, buf, bufp - buf, 1014 x_loc = sblw->scroll.offset + sblw->scroll.indent; 1026 x_loc = DumpText(w, x_loc, y_loc, buf, bufp - buf, 1031 x_loc 1164 DumpText(Widget w,int x_loc,int y_loc,char * buf,int len,int format) argument [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | SmeBSB.c | 350 int x_loc = entry->sme_bsb.left_margin; local in function:XawSmeBSBRedisplay 368 x_loc += (width - t_width) >> 1; 374 x_loc = XtWidth(entry) - (entry->sme_bsb.right_margin + 379 x_loc = XtWidth(entry) - (entry->sme_bsb.right_margin + 397 XtX(w) + x_loc, y_loc, label, len); 404 XtX(w) + x_loc, y_loc, label, len); 615 int x_loc, y_loc; local in function:DrawBitmaps 626 x_loc = ((entry->sme_bsb.left_margin - 635 entry->sme_bsb.left_bitmap_height, x_loc, y_loc, 1); 642 x_loc [all...] |
| H A D | SimpleMenu.c | 1484 DoGetEventEntry(Widget w, int x_loc, int y_loc) argument 1493 if (x_loc > XtX(*entry) 1494 && x_loc <= XtX(*entry) + XtWidth(*entry) 1524 int x_loc, y_loc, x_root; local in function:GetEventEntry 1531 x_loc = event->xmotion.x; 1537 x_loc = event->xcrossing.x; 1543 x_loc = event->xbutton.x; 1553 if (x_loc < 0 || x_loc >= XtWidth(smw) || 1570 move = x_loc [all...] |