HomeSort by: relevance | last modified time | path
    Searched defs:px (Results 1 - 25 of 47) sorted by relevancy

1 2

  /xsrc/external/mit/libX11/dist/src/
Geom.c 58 int px, py; /* returned values from parse */ local
64 pmask = XParseGeometry(pos, &px, &py, &pwidth, &pheight);
82 DisplayWidth(dpy, screen) + px - *width * fwidth -
83 2 * bwidth - xadd : px;
ImUtil.c 482 unsigned long pixel, px; local
503 dst = (char *)&px;
504 px = 0;
506 XYNORMALIZE(&px, ximage);
509 (((((char *)&px)[bits>>3])>>(bits&7)) & 1);
514 dst = (char *)&px;
515 px = 0;
518 ZNORMALIZE(&px, ximage);
521 pixel = (pixel << 8) | ((unsigned char *)&px)[i];
661 unsigned long px, npixel local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
intel_pixel_bitmap.c 188 GLint px, py; local
261 for (px = 0; px < width; px += DX) {
263 int w = MIN2(DX, width - px);
279 -orig_dstx + (dstx + px),
297 dstx + px,
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_pixel_bitmap.c 187 GLint px, py; local
265 for (px = 0; px < width; px += DX) {
267 int w = MIN2(DX, width - px);
283 -orig_dstx + (dstx + px),
301 dstx + px,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
intel_pixel_bitmap.c 188 GLint px, py; local
261 for (px = 0; px < width; px += DX) {
263 int w = MIN2(DX, width - px);
279 -orig_dstx + (dstx + px),
297 dstx + px,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_pixel_bitmap.c 185 GLint px, py; local
263 for (px = 0; px < width; px += DX) {
265 int w = MIN2(DX, width - px);
281 -orig_dstx + (dstx + px),
299 dstx + px,
  /xsrc/external/mit/ctwm/dist/
functions_identify.c 70 int px, py, dummy; local
233 &dummy, &dummy, &px, &py, &udummy)) {
234 px -= width / 2;
238 px = py = 0;
242 RArea area = RAreaNew(px, py, width, height);
246 if(px < min_x) {
247 px = min_x;
249 else if(px + width - 1 > max_right) {
250 px = max_right - width + 1;
261 XMoveResizeWindow(dpy, Scr->InfoWindow.win, px, py, width, height)
    [all...]
functions_win_moveresize.c 713 int x, y, px, py, junkX, junkY; local
756 px = x - tmp_win->frame_x + newx;
758 XWarpPointer(dpy, Scr->Root, Scr->Root, 0, 0, 0, 0, px, py);
790 int fx, fy, px, py, step, status, cons; local
814 XQueryPointer(dpy, Scr->Root, &junkW, &junkW, &junkX, &junkY, &px, &py, &junkK);
815 px -= fx;
863 XWarpPointer(dpy, Scr->Root, Scr->Root, 0, 0, 0, 0, fx + px, fy + py);
1233 int px = 20, py = 30; local
1270 XQueryPointer(dpy, Scr->Root, &junkW, &junkW, &junkX, &junkY, &px, &py, &junkK);
1272 px -= tmp_win->frame_x
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/glsl/
bitmap.c 46 static const GLfloat px[3] = { 1.2, 0, 0}; local
73 glRasterPos3fv(px);
91 glTexCoord2f(0, 0); glVertex3fv(px);
92 glTexCoord2f(1, 0); glVertex3fv(px);
93 glTexCoord2f(1, 1); glVertex3fv(px);
94 glTexCoord2f(0, 1); glVertex3fv(px);
224 const char *px = local
243 MakeTexImage(px, Textures[0]);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 155 unsigned px, py, pixel_offset; local
171 px = x % TILE_SIZE;
174 pixel_offset = px * task->scene->cbufs[buf].format_bytes +
196 unsigned px, py, pixel_offset; local
206 px = x % TILE_SIZE;
209 pixel_offset = px * task->scene->zsbuf.format_bytes +
lp_rast_tri_tmp.h 160 int px = x + ix; local
173 TAG(do_block_4)(task, tri, plane, px, py, cx);
182 int px = x + ix; local
188 block_full_4(task, tri, px, py);
314 int px = x + ix; local
326 TAG(do_block_16)(task, tri, plane, px, py, cx);
335 int px = x + ix; local
341 block_full_16(task, tri, px, py);
412 int px = x + ix; local
420 - plane[j].dcdx * px
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_aatriangle.c 49 const GLfloat px = v1[0] - v0[0]; local
59 const GLfloat b = pz * qx - px * qz;
60 const GLfloat c = px * qy - py * qx;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 151 unsigned px, py, pixel_offset; local
167 px = x % TILE_SIZE;
170 pixel_offset = px * task->scene->cbufs[buf].format_bytes +
191 unsigned px, py, pixel_offset; local
201 px = x % TILE_SIZE;
204 pixel_offset = px * task->scene->zsbuf.format_bytes +
lp_rast_tri_tmp.h 139 int px = x + ix; local
152 TAG(do_block_4)(task, tri, plane, px, py, cx);
161 int px = x + ix; local
167 block_full_4(task, tri, px, py);
293 int px = x + ix; local
305 TAG(do_block_16)(task, tri, plane, px, py, cx);
314 int px = x + ix; local
320 block_full_16(task, tri, px, py);
381 int px = x + ix; local
389 - plane[j].dcdx * px
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_aatriangle.c 50 const GLfloat px = v1[0] - v0[0]; local
60 const GLfloat b = pz * qx - px * qz;
61 const GLfloat c = px * qy - py * qx;
  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_randr.c 256 int px, py; local
270 miPointerGetPosition(inputInfo.pointer, &px, &py);
272 miPointerPosition(&px, &py);
319 px = (px >= pScreen->width ? (pScreen->width - 1) : px);
322 xf86SetViewport(pScreen, px, py);
329 pScreen, px, py, FALSE);
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_exa.c 437 int cnt, line, px; local
476 for (px = 0; px < w; px++) {
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86RandR.c 318 int px = pos[dev->id][0]; local
321 px = (px >= pScreen->width ? (pScreen->width - 1) : px);
326 xf86SetViewport(pScreen, px, py);
330 (*pScreen->SetCursorPosition) (dev, pScreen, px, py, FALSE);
xf86Cursor.c 195 int px, py; local
222 miPointerGetPosition(dev, &px, &py);
234 pScr->frameX0 = px - (mode->HDisplay / 2) + 1;
275 xf86WarpCursor(dev, pScreen, px, py);
285 miPointerGetPosition(it, &px, &py);
286 if (px < pScr->frameX0)
287 px = pScr->frameX0;
288 else if (px > pScr->frameX1)
289 px = pScr->frameX1;
296 xf86WarpCursor(it, pScreen, px, py)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86RandR.c 245 int px, py; local
249 miPointerGetPosition(inputInfo.pointer, &px, &py);
311 px = (px >= pScreen->width ? (pScreen->width - 1) : px);
314 xf86SetViewport(pScreen, px, py);
316 (*pScreen->SetCursorPosition) (inputInfo.pointer, pScreen, px, py, FALSE);
xf86Cursor.c 205 int px, py, was_blocked; local
233 miPointerGetPosition(dev, &px, &py);
245 pScr->frameX0 = px - (mode->HDisplay / 2) + 1;
285 xf86WarpCursor(dev, pScreen, px, py);
298 miPointerGetPosition(it, &px, &py);
299 if (px < pScr->frameX0)
300 px = pScr->frameX0;
301 else if (px > pScr->frameX1)
302 px = pScr->frameX1;
309 xf86WarpCursor(it, pScreen, px, py)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_bitmap.c 103 GLint px, GLint py, GLsizei width, GLsizei height,
108 destBuffer += py * destStride + px;
476 int px = -999, py = -999; local
484 px = x - cache->xpos; /* pos in buffer */
486 if (px < 0 || px + width > BITMAP_CACHE_WIDTH ||
500 px = 0;
509 assert(px != -999);
530 unpack_bitmap(st, px, py, width, height, unpack, bitmap,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_bitmap.c 103 GLint px, GLint py, GLsizei width, GLsizei height,
108 destBuffer += py * destStride + px;
469 int px = -999, py = -999; local
477 px = x - cache->xpos; /* pos in buffer */
479 if (px < 0 || px + width > BITMAP_CACHE_WIDTH ||
493 px = 0;
502 assert(px != -999);
523 unpack_bitmap(st, px, py, width, height, unpack, bitmap,
  /xsrc/external/mit/pixman/dist/pixman/dither/
make-blue-noise.c 339 int px, py, qx, qy, dx, dy; local
344 private (py, px, qy, qx, dx, dy) \
349 for (px = 0; px < width; ++px)
351 bool_t pixel = *pattern_get (pattern, px, py);
356 dx = imin (abs (qx - px), width - abs (qx - px));
369 *matrix_get (matrix, px, py) = dist;
388 int px, py, dx, dy local
    [all...]
  /xsrc/external/mit/libXpm/dist/src/
scan.c 571 Pixel pixel, px; local
612 dst = (char *) &px;
613 px = 0;
616 XYNORMALIZE(&px, image);
619 (((((char *) &px)[bits >> 3]) >> (bits & 7)) & 1);
631 dst = (char *) &px;
632 px = 0;
635 ZNORMALIZE(&px, image);
638 pixel = (pixel << 8) | ((unsigned char *) &px)[i];

Completed in 28 milliseconds

1 2