| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | glyphcurs.c | 77 ServerBitsFromGlyph(FontPtr pfont, unsigned ch, CursorMetricPtr cm, unsigned char **ppbits) argument 93 nby = BitmapBytePad(cm->width) * (long)cm->height; 98 ppix = (PixmapPtr)(*pScreen->CreatePixmap)(pScreen, cm->width, 99 cm->height, 1, 114 rect.width = cm->width; 115 rect.height = cm->height; 129 (*pGC->ops->PolyText16)((DrawablePtr)ppix, pGC, cm->xhot, cm->yhot, 131 (*pScreen->GetImage)((DrawablePtr)ppix, 0, 0, cm 141 CursorMetricsFromGlyph(FontPtr pfont,unsigned ch,CursorMetricPtr cm) argument [all...] |
| H A D | cursor.c | 232 CARD32 *argb, CursorMetricPtr cm, 257 bits->width = cm->width; 258 bits->height = cm->height; 259 bits->xhot = cm->xhot; 260 bits->yhot = cm->yhot; 310 CursorMetricRec cm; local in function:AllocGlyphCursor 353 if (!CursorMetricsFromGlyph(sourcefont, sourceChar, &cm)) 363 n = BitmapBytePad(cm.width)*(long)cm.height; 372 if (!CursorMetricsFromGlyph(maskfont, maskChar, &cm)) 231 AllocARGBCursor(unsigned char * psrcbits,unsigned char * pmaskbits,CARD32 * argb,CursorMetricPtr cm,unsigned foreRed,unsigned foreGreen,unsigned foreBlue,unsigned backRed,unsigned backGreen,unsigned backBlue,CursorPtr * ppCurs,ClientPtr client,XID cid) argument [all...] |
| H A D | dispatch.c | 2906 CursorMetricRec cm; local in function:ProcCreateCursor 2970 cm.width = width; 2971 cm.height = height; 2972 cm.xhot = stuff->x; 2973 cm.yhot = stuff->y; 2974 rc = AllocARGBCursor(srcbits, mskbits, NULL, &cm,
|
| H A D | window.c | 3248 CursorMetricRec cm; local in function:TileScreenSaver 3283 cm.width=16; 3284 cm.height=16; 3285 cm.xhot=8; 3286 cm.yhot=8; 3299 result = AllocARGBCursor(srcbits, mskbits, NULL, &cm, 0, 0, 0, 0, 0, 0,
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | glyphcurs.c | 74 ServerBitsFromGlyph(FontPtr pfont, unsigned ch, CursorMetricPtr cm, argument 90 pbits = calloc(BitmapBytePad(cm->width), cm->height); 94 ppix = (PixmapPtr) (*pScreen->CreatePixmap) (pScreen, cm->width, 95 cm->height, 1, 109 rect.width = cm->width; 110 rect.height = cm->height; 124 (*pGC->ops->PolyText16) ((DrawablePtr) ppix, pGC, cm->xhot, cm->yhot, 126 (*pScreen->GetImage) ((DrawablePtr) ppix, 0, 0, cm 135 CursorMetricsFromGlyph(FontPtr pfont,unsigned ch,CursorMetricPtr cm) argument [all...] |
| H A D | cursor.c | 239 CARD32 *argb, CursorMetricPtr cm, 259 bits->width = cm->width; 260 bits->height = cm->height; 261 bits->xhot = cm->xhot; 262 bits->yhot = cm->yhot; 333 CursorMetricRec cm; local in function:AllocGlyphCursor 369 if (!CursorMetricsFromGlyph(sourcefont, sourceChar, &cm)) { 377 n = BitmapBytePad(cm.width) * (long) cm.height; 385 if (!CursorMetricsFromGlyph(maskfont, maskChar, &cm)) { 238 AllocARGBCursor(unsigned char * psrcbits,unsigned char * pmaskbits,CARD32 * argb,CursorMetricPtr cm,unsigned foreRed,unsigned foreGreen,unsigned foreBlue,unsigned backRed,unsigned backGreen,unsigned backBlue,CursorPtr * ppCurs,ClientPtr client,XID cid) argument [all...] |
| H A D | dispatch.c | 2987 CursorMetricRec cm; local in function:ProcCreateCursor 3053 cm.width = width; 3054 cm.height = height; 3055 cm.xhot = stuff->x; 3056 cm.yhot = stuff->y; 3057 rc = AllocARGBCursor(srcbits, mskbits, NULL, &cm,
|
| H A D | window.c | 3213 CursorMetricRec cm; local in function:TileScreenSaver 3248 cm.width = 16; 3249 cm.height = 16; 3250 cm.xhot = 8; 3251 cm.yhot = 8; 3262 result = AllocARGBCursor(srcbits, mskbits, NULL, &cm, 0, 0, 0, 0, 0, 0,
|
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | amigax.h | 85 #define XAllocColor(dpy, cm, xc) \ 86 (AllocBestPen (cm, xc, PRECISION_EXACT, True)) 87 #define XFreeColors(dpy, cm, pixels, npixels, planes) \ 88 (FreePens (cm, pixels, npixels)) 89 #define XParseColor(dpy, cm, spec, exact_def_return) \ 91 #define XQueryColor(dpy, cm, def_in_out) \ 92 (QueryColor(cm, def_in_out)) 93 #define XQueryColors(dpy, cm, defs_in_out, ncolors) \ 94 (QueryColors(cm, defs_in_out, ncolors))
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_tex_video.c | 144 float cm[16]; member in struct:xorg_xv_port_priv 159 float *cm = priv->cm; local in function:vmwgfx_update_conversion_matrix 164 memcpy(cm, bt, sizeof(bt_601)); 169 cm[4] = priv->coshue * bt[4] - priv->sinhue * bt[8]; 170 cm[8] = priv->sinhue * bt[4] + priv->coshue * bt[8]; 171 cm[5] = priv->coshue * bt[5] - priv->sinhue * bt[9]; 172 cm[9] = priv->sinhue * bt[5] + priv->coshue * bt[9]; 173 cm[6] = priv->coshue * bt[6] - priv->sinhue * bt[10]; 174 cm[1 [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| H A D | twm.h | 228 #define ColormapsScoreboardLength(cm) (size_t)((cm)->number_cwins * \ 229 ((cm)->number_cwins - 1) / 2)
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | ctwm.h | 284 #define ColormapsScoreboardLength(cm) ((cm)->number_cwins * \ 285 ((cm)->number_cwins - 1) / 2)
|
| /xsrc/external/mit/libXfont/dist/src/util/ |
| H A D | fontutil.c | 142 int cm; local in function:QueryTextExtents 183 cm = pFont->info.constantMetrics; 187 pFont->info.constantMetrics = cm;
|
| /xsrc/external/mit/libXfont2/dist/src/util/ |
| H A D | fontutil.c | 133 int cm; local in function:xfont2_query_text_extents 174 cm = pFont->info.constantMetrics; 178 pFont->info.constantMetrics = cm;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/ |
| H A D | doxygen.css | 10 DL.el { margin-left: -1cm }
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/ |
| H A D | doxygen.css | 10 DL.el { margin-left: -1cm }
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_gcm.cpp | 510 nuc_map &cm = nuc_stk[ucs_level]; local in function:r600_sb::gcm::bu_is_ready 511 nuc_map::iterator F = cm.find(n); 512 unsigned uc = (F == cm.end() ? 0 : F->second); 554 nuc_map &cm = nuc_stk[ucs_level]; local in function:r600_sb::gcm::pop_uc_stack 565 sblog << " " << cm[n] << " += " << I->second << " for "; 570 unsigned uc = cm[n] += I->second; 573 cm.erase(n);
|
| H A D | sb_ra_init.cpp | 511 unsigned cm = get_preferable_chan_mask(); local in function:r600_sb::ra_init::color 512 RA_DUMP( sblog << "pref chan mask: " << cm << "\n"; ); 513 c = rb.find_free_chan_by_mask(cm);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_gcm.cpp | 510 nuc_map &cm = nuc_stk[ucs_level]; local in function:r600_sb::gcm::bu_is_ready 511 nuc_map::iterator F = cm.find(n); 512 unsigned uc = (F == cm.end() ? 0 : F->second); 554 nuc_map &cm = nuc_stk[ucs_level]; local in function:r600_sb::gcm::pop_uc_stack 565 sblog << " " << cm[n] << " += " << I->second << " for "; 570 unsigned uc = cm[n] += I->second; 573 cm.erase(n);
|
| H A D | sb_ra_init.cpp | 515 unsigned cm = get_preferable_chan_mask(); local in function:r600_sb::ra_init::color 516 c = rb.find_free_chan_by_mask(cm);
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fccharset.c | 983 FcChar32 *cm = ci.leaf->map; local in function:FcNameUnparseCharSet 988 if (*cm != *checkm) 990 ci.ucs4 + i, *cm, *checkm); 991 cm++;
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | find_asciidoc_bits.cmake | 423 -Ppage.margin.top=2cm 424 -Ppage.margin.bottom=2cm
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | render.c | 1529 CursorMetricRec cm; local in function:ProcRenderCreateCursor 1695 cm.width = width; 1696 cm.height = height; 1697 cm.xhot = stuff->x; 1698 cm.yhot = stuff->y; 1699 rc = AllocARGBCursor(srcbits, mskbits, argbbits, &cm,
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | render.c | 1466 CursorMetricRec cm; local in function:ProcRenderCreateCursor 1621 cm.width = width; 1622 cm.height = height; 1623 cm.xhot = stuff->x; 1624 cm.yhot = stuff->y; 1625 rc = AllocARGBCursor(srcbits, mskbits, argbbits, &cm,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.cpp | 1424 Coordinate cm('m', 0); local in function:Addr::V2::Gfx9Lib::GetDataEquation 1430 (*pDataEq)[i].add(cm); 1431 cm++;
|