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

1 2 3

  /xsrc/external/mit/fontconfig/dist/fc-lang/
aa.orth 40 00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX
ku_tr.orth 41 00FB
fil.orth 45 00F9-00FB
sg.orth 47 00FB-00FC
fr.orth 52 00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX
zh_hk.orth 52 34FB
79 35FB
134 37FB
167 39FB
334 42FB
562 55FB
603 58FB
tr.orth 42 00FB LATIN SMALL LETTER U WITH CIRCUMFLEX
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_cursor.c 180 R128CopySwap(info->FB + r128_crtc->cursor_offset + pScrn->fbOffset, src,
183 R128CopySwap(info->FB + r128_crtc->cursor_offset + pScrn->fbOffset, src,
187 memcpy(info->FB + r128_crtc->cursor_offset + pScrn->fbOffset, src, CURSOR_WIDTH * CURSOR_HEIGHT / 4);
r128_exa.c 407 char *dst = info->FB + exaGetPixmapOffset(pDst);
501 char *src = info->FB + exaGetPixmapOffset(pSrc);
537 info->ExaDriver->memoryBase = info->FB + pScrn->fbOffset;
r128_driver.c 299 info->FB = fbdevHWMapVidmem(pScrn);
304 info->FB = xf86MapPciMem(pScrn->scrnIndex,
315 &info->FB);
319 "Unable to map FB aperture. %s (%d)\n",
326 if (!info->FB) return FALSE;
341 xf86UnMapVidMem(pScrn->scrnIndex, info->FB, info->FbMapSize);
343 pci_device_unmap_range(info->PciInfo, info->FB, info->FbMapSize);
345 info->FB = NULL;
1615 if (!xf86LoadSubModule(pScrn, "fb")) return FALSE;
1831 if (!fbScreenInit (pScreen, info->FB,
    [all...]
r128_crtc.c 306 Base = pScrn->fbOffset + (char *)crtc->rotatedData - (char *)info->FB;
334 Base = pScrn->fbOffset + (char *)crtc->rotatedData - (char *)info->FB;
1007 return info->FB + rotate_offset;
r128_video.c 408 unsigned char *fb = (uint8_t*)info->FB; local
451 for (i=0, offset=dst-fb; i<passes; i++, offset+=dstpassbytes) {
855 unsigned char *fb = (uint8_t*)info->FB; local
986 fb + d1offset, fb + d2offset, fb + d3offset,
1001 R128CopyData422(info, buf + s1offset, fb + d1offset,
  /xsrc/external/mit/ctwm/dist/
drawing.c 234 FB(cp.fore, cp.back);
242 FB(cp.fore, cp.back);
247 FB(cp.back, cp.fore);
menus.c 277 FB(mi->highlight.fore, mi->highlight.back);
287 FB(mi->normal.fore, mi->normal.back);
296 FB(Scr->MenuC.shadd, Scr->MenuC.shadc);
302 FB(Scr->MenuC.shadc, Scr->MenuC.shadd);
326 FB(mi->normal.fore, mi->normal.back);
355 FB(mi->highlight.fore, mi->highlight.back);
368 FB(mi->normal.fore, mi->normal.back);
412 FB(mi->normal.fore, mi->normal.back);
ctwm.h 119 #define FB(fix_fore, fix_back)\
image_bitmap_builtin.c 351 FB(cp.shadc, cp.shadd);
370 FB(cp.shadd, cp.shadc);
445 FB(cp.shadd, cp.shadc);
449 FB(cp.shadc, cp.shadd);
functions_identify.c 283 FB(Scr->DefaultC.fore, Scr->DefaultC.back);
iconmgr.c 1261 FB(iconmanagerlist->cp.fore, iconmanagerlist->cp.back);
1305 FB(iconmanagerlist->cp.fore, iconmanagerlist->cp.back);
workspace_manager.c 2068 FB(cp.fore, cp.back);
2071 FB(cp.back, cp.fore);
2073 FB(cp.fore, cp.back);
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_textured_video.c 86 if (info->tilingEnabled && ((pPix->devPrivate.ptr - info->FB) == 0))
129 static __inline__ uint32_t float4touint(float fr, float fg, float fb, float fa)
133 unsigned ub = fb * 255.0 + 0.5;
209 uint32_t dst_mc_addr = dst - (unsigned char *)info->FB + info->fbLocation;
381 (((char *)pPriv->pPixmap->devPrivate.ptr < (char *)info->FB) ||
382 ((char *)pPriv->pPixmap->devPrivate.ptr >= (char *)info->FB +
409 pPriv->src_addr = (uint8_t *)(info->FB + pPriv->video_offset);
785 bicubic_addr = (uint8_t *)(info->FB + info->bicubic_offset);
radeon_cursor.c 271 /* avivo cursor spans the full fb width */
348 uint32_t *pixels = (uint32_t *)(pointer)(info->FB + pScrn->fbOffset + radeon_crtc->cursor_offset);
391 uint32_t *d = (uint32_t *)(pointer)(info->FB + pScrn->fbOffset + radeon_crtc->cursor_offset);
radeon_exa_shared.c 162 memcpy(info->FB + exaGetPixmapOffset(pPix), &solid, 4);
radeon_driver.c 86 #include "fb.h"
247 return ((uint8_t *)info->FB + pScrn->fbOffset + row * stride + offset);
489 if (pRADEONEnt->FB) {
491 info->FB = pRADEONEnt->FB;
500 info->FB = xf86MapPciMem(pScrn->scrnIndex,
506 if (!info->FB) return FALSE;
515 &info->FB);
519 "Unable to map FB aperture. %s (%d)\n",
526 pRADEONEnt->FB = info->FB
4225 uint32_t fb, agp, agp_hi; local
    [all...]
radeon_render.c 53 * document, and the second part to Fb.
443 dst = (uint8_t*)(info->FB + offset);
612 float l, t, r, b, fl, fr, ft, fb; local
641 fb = (float)(srcy + height) / info->accel_state->texH[0];
673 OUT_RING(F_TO_DW(fb));
678 OUT_RING(F_TO_DW(fb));
708 OUT_ACCEL_REG(RADEON_SE_PORT_DATA0, F_TO_DW(fb));
713 OUT_ACCEL_REG(RADEON_SE_PORT_DATA0, F_TO_DW(fb));
782 dst = (uint8_t*)(info->FB + offset);
955 float l, t, r, b, fl, fr, ft, fb; local
    [all...]
  /xsrc/external/mit/twm/dist/src/
twm.h 153 #define FB(fix_fore, fix_back)\

Completed in 22 milliseconds

1 2 3