Searched refs:px (Results 1 - 25 of 80) sorted by relevance

1234

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/
H A Dnavtree.css3 padding:4px;
8 margin:0px;
9 padding:0px;
14 margin:0px;
15 padding:0px;
19 margin:0px;
26 text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
30 margin:0px;
[all...]
H A Dtabs.css5 font-size: 13px;
9 font-size: 10px;
12 font-size: 9px;
25 line-height: 36px;
31 padding: 0 20px;
37 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
43 padding: 0 10px;
50 text-shadow: 0px
[all...]
H A Ddoxygen.css12 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
15 TD.mdname { background-color: #f2f2ff; font-weight: bold; color: #602020; width: 600px; }
16 DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
17 DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
22 padding-right : 10px;
23 padding-top : 2px;
24 padding-left : 10px;
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/
H A Ddoxygen.css12 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
15 TD.mdname { background-color: #f2f2ff; font-weight: bold; color: #602020; width: 600px; }
16 DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
17 DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
22 padding-right : 10px;
23 padding-top : 2px;
24 padding-left : 10px;
[all...]
/xsrc/external/mit/libxcb/dist/doc/tutorial/
H A Dxcb.css5 padding: 8px;
6 margin: 0px;
12 font-size: 28px;
22 font-size: 22px;
27 font-size: 16px;
32 font-size: 16px;
37 font-size: 16px;
42 font-size: 18px;
47 font-size: 16px;
54 padding: 14px;
[all...]
/xsrc/external/mit/MesaLib.old/dist/docs/
H A Dmesa.css4 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/libX11/dist/src/
H A DGeom.c58 int px, py; /* returned values from parse */ local in function:XGeometry
64 pmask = XParseGeometry(pos, &px, &py, &pwidth, &pheight);
82 DisplayWidth(dpy, screen) + px - *width * fwidth -
83 2 * bwidth - xadd : px;
H A DImUtil.c482 unsigned long pixel, px; local in function:_XGetPixel
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, npixe local in function:_XPutPixel
[all...]
/xsrc/external/mit/freetype/dist/docs/reference/stylesheets/
H A Dextra.css83 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/mesa-demos/dist/src/glsl/
H A Dbitmap.c46 static const GLfloat px[3] = { 1.2, 0, 0}; local in function:Redisplay
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 in function:MakeBitmapTextures
243 MakeTexImage(px, Textures[0]);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_bitmap.c49 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py, argument
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/MesaLib/dist/src/mesa/swrast/
H A Ds_bitmap.c49 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py, argument
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/
H A Dfunctions_identify.c70 int px, py, dummy; local in function:Identify
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, p
[all...]
/xsrc/external/mit/pixman/dist/pixman/dither/
H A Dmake-blue-noise.c339 int px, py, qx, qy, dx, dy; local in function:compute_cluster_sizes
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, p local in function:swap_pixel
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c188 GLint px, py; local in function:do_blit_bitmap
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/
H A Dintel_pixel_bitmap.c185 GLint px, py; local in function:do_blit_bitmap
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/i915/
H A Dintel_pixel_bitmap.c188 GLint px, py; local in function:do_blit_bitmap
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/
H A Dbrw_pixel_bitmap.c187 GLint px, py; local in function:do_blit_bitmap
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/r200/
H A Dr200_swtcl.h63 extern void r200PointsBitmap( struct gl_context *ctx, GLint px, GLint py,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.h63 extern void r200PointsBitmap( struct gl_context *ctx, GLint px, GLint py,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri_tmp.h139 int px = x + ix; local in function:TAG
152 TAG(do_block_4)(task, tri, plane, px, py, cx);
161 int px = x + ix; local in function:TAG
167 block_full_4(task, tri, px, py);
293 int px = x + ix; local in function:TAG
305 TAG(do_block_16)(task, tri, plane, px, py, cx);
314 int px = x + ix; local in function:TAG
320 block_full_16(task, tri, px, py);
381 int px = x + ix; local in function:TRI_16
389 - plane[j].dcdx * px
[all...]
H A Dlp_rast_priv.h151 unsigned px, py, pixel_offset; local in function:lp_rast_get_color_block_pointer
167 px = x % TILE_SIZE;
170 pixel_offset = px * task->scene->cbufs[buf].format_bytes +
191 unsigned px, py, pixel_offset; local in function:lp_rast_get_depth_block_pointer
201 px = x % TILE_SIZE;
204 pixel_offset = px * task->scene->zsbuf.format_bytes +
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri_tmp.h160 int px = x + ix; local in function:TAG
173 TAG(do_block_4)(task, tri, plane, px, py, cx);
182 int px = x + ix; local in function:TAG
188 block_full_4(task, tri, px, py);
314 int px = x + ix; local in function:TAG
326 TAG(do_block_16)(task, tri, plane, px, py, cx);
335 int px = x + ix; local in function:TAG
341 block_full_16(task, tri, px, py);
412 int px = x + ix; local in function:TRI_16
420 - plane[j].dcdx * px
[all...]
H A Dlp_rast_priv.h155 unsigned px, py, pixel_offset; local in function:lp_rast_get_color_block_pointer
171 px = x % TILE_SIZE;
174 pixel_offset = px * task->scene->cbufs[buf].format_bytes +
196 unsigned px, py, pixel_offset; local in function:lp_rast_get_depth_block_pointer
206 px = x % TILE_SIZE;
209 pixel_offset = px * task->scene->zsbuf.format_bytes +
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_randr.c256 int px, py; local in function:GXRandRSetConfig
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);

Completed in 17 milliseconds

1234