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

1 2 3

  /xsrc/external/mit/MesaLib.old/dist/docs/
mesa.css 4 font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
9 font-size: 24px;
14 font-size: 18px;
40 right: 10px;
45 background: url('gears.png') 15px no-repeat, black url('gears.png') right no-repeat;
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/
resize.js 39 var windowWidth = $(window).width() + "px";
41 content.css({marginLeft:parseInt(sidenavWidth)+6+"px"}); //account for 6px-wide handle-bar
47 var windowWidth = $(window).width() + "px";
48 content.css({marginLeft:parseInt(navWidth)+6+"px"});
49 sidenav.css({width:navWidth + "px"});
57 content.css({height:windowHeight + "px"});
58 navtree.css({height:windowHeight + "px"});
59 sidenav.css({height:windowHeight + "px",top: headerHeight+"px"});
    [all...]
  /xsrc/external/mit/freetype/dist/docs/reference/stylesheets/
extra.css 83 top: -9999px;
84 left: -9999px;
106 top: 6px;
107 left: 6px;
109 padding-right: 10px;
143 760px and also iPads specifically. */
144 @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
153 top: -9999px;
    [all...]
  /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/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/mesa/swrast/
s_bitmap.c 49 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py,
86 span.array->x[count] = px + col;
108 span.array->x[count] = px + col;
148 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py,
171 span.x = px;
s_aaline.c 95 const GLfloat px = x1 - x0;
99 const GLfloat qy = px;
102 const GLfloat b = pz * qx - px * qz;
103 const GLfloat c = px * qy - py * qx;
111 const GLfloat px = x1 - x0; local
114 const GLfloat a = pz * px;
116 const GLfloat c = px * px + py * py;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_bitmap.c 49 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py,
86 span.array->x[count] = px + col;
108 span.array->x[count] = px + col;
148 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py,
171 span.x = 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...]
  /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/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/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_swtcl.h 63 extern void r200PointsBitmap( struct gl_context *ctx, GLint px, GLint py,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_swtcl.h 63 extern void r200PointsBitmap( struct gl_context *ctx, GLint px, GLint py,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
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...]
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 +
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
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...]
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 +
  /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/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);
  /xsrc/external/mit/libXpm/dist/src/
create.c 1107 Pixel pixel, px; local
1118 for (i = 0, px = pixel; i < sizeof(unsigned long);
1119 i++, px >>= 8)
1120 ((unsigned char *) &pixel)[i] = px;
1122 dst = (char *) &px;
1123 px = 0;
1127 XYNORMALIZE(&px, image);
1128 _putbits((char *) &pixel, (x % ibu), 1, (char *) &px);
1129 XYNORMALIZE(&px, image);
1130 src = (char *) &px;
1600 Pixel px; local
1635 Pixel px; local
    [all...]
  /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);

Completed in 25 milliseconds

1 2 3