Searched refs:y_loc (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/test/
H A Ddri3-test.c434 const int y_loc[] = {0, height/2, height-1}; local in function:test_shm
497 for (y = 0; y < sizeof(y_loc)/sizeof(y_loc[0]); y++)
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]]);
505 for (y = 0; y < sizeof(y_loc)/sizeof(y_loc[0]); y++)
507 x_loc[x], y_loc[y],
538 const int y_loc[] = {0, height/2, height-1}; local in function:test_read_after_write
581 for (y = 0; y < sizeof(y_loc)/sizeo
650 const int y_loc[] = {0, height/2, height-1}; local in function:test_read
729 const int y_loc[] = {0, height/2, height-1}; local in function:test_dup_pixmap
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Ddri3-test.c439 const int y_loc[] = {0, height/2, height-1}; local in function:test_shm
502 for (y = 0; y < sizeof(y_loc)/sizeof(y_loc[0]); y++)
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]]);
510 for (y = 0; y < sizeof(y_loc)/sizeof(y_loc[0]); y++)
512 x_loc[x], y_loc[y],
543 const int y_loc[] = {0, height/2, height-1}; local in function:test_read_after_write
586 for (y = 0; y < sizeof(y_loc)/sizeo
655 const int y_loc[] = {0, height/2, height-1}; local in function:test_read
734 const int y_loc[] = {0, height/2, height-1}; local in function:test_dup_pixmap
[all...]
/xsrc/external/mit/xman/dist/
H A DScrollByL.c109 static void PaintText(Widget w, int y_loc, int height);
274 * y_loc, height - location and size of area to paint.
279 PaintText(Widget w, int y_loc, int height) argument
284 start_line = y_loc / sblw->scroll.font_height + sblw->scroll.line_pointer;
293 location = y_loc / sblw->scroll.font_height * sblw->scroll.font_height;
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
945 y_loc = location + sblw->scroll.normal_font->max_bounds.ascent;
986 DumpText(w, x_loc, y_loc, buf, bufp - buf,
999 (void) DumpText(w, x_loc, y_loc, bu
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 DSmeBSB.c319 int font_ascent, font_descent, y_loc; local in function:XawSmeBSBRedisplay
334 y_loc = XtY(entry);
339 entry->sme_bsb.norm_gc, XtX(w), y_loc,
391 y_loc += ((XtHeight(entry) -
397 XtX(w) + x_loc, y_loc, label, len);
400 y_loc += ((XtHeight(entry) -
404 XtX(w) + x_loc, y_loc, label, len);
615 int x_loc, y_loc; local in function:DrawBitmaps
629 y_loc = XtY(entry) + ((XtHeight(entry) -
635 entry->sme_bsb.left_bitmap_height, x_loc, y_loc,
[all...]
H A DSimpleMenu.c1484 DoGetEventEntry(Widget w, int x_loc, int y_loc) argument
1495 && y_loc > XtY(*entry)
1496 && y_loc <= XtY(*entry) + XtHeight(*entry)) {
1524 int x_loc, y_loc, x_root; local in function:GetEventEntry
1532 y_loc = event->xmotion.y;
1538 y_loc = event->xcrossing.y;
1544 y_loc = event->xbutton.y;
1554 y_loc < 0 || y_loc >= XtHeight(smw))
1566 y_loc);
[all...]

Completed in 7 milliseconds