| /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/ |
| x68kFb.c | 49 struct grfinfo gi; local 57 if ( ioctl( pPriv->fd, GRFIOCGINFO, &gi ) == -1 ) { 61 pPriv->mapsize = gi.gd_regsize + gi.gd_fbsize; 70 pPriv->fb = (uint8_t *)((uint32_t)pPriv->reg + gi.gd_regsize); 73 cons_dwidth = gi.gd_dwidth;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/ |
| x68kFb.c | 49 struct grfinfo gi; local 57 if ( ioctl( pPriv->fd, GRFIOCGINFO, &gi ) == -1 ) { 61 pPriv->mapsize = gi.gd_regsize + gi.gd_fbsize; 70 pPriv->fb = (uint8_t *)((uint32_t)pPriv->reg + gi.gd_regsize); 73 cons_dwidth = gi.gd_dwidth;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| gestures.c | 45 GestureInitGestureInfo(GestureInfoPtr gi) 47 memset(gi, 0, sizeof(*gi)); 49 gi->sprite.spriteTrace = calloc(32, sizeof(*gi->sprite.spriteTrace)); 50 if (!gi->sprite.spriteTrace) { 53 gi->sprite.spriteTraceSize = 32; 54 gi->sprite.spriteTrace[0] = screenInfo.screens[0]->root; 55 gi->sprite.hot.pScreen = screenInfo.screens[0]; 56 gi->sprite.hotPhys.pScreen = screenInfo.screens[0] 293 GestureInfoPtr gi; local [all...] |
| events.c | 1346 GestureInfoPtr gi = local 1348 if (gi) { 1349 GestureEmitGestureEndToOwner(replayDev, gi); 1350 GestureEndGesture(gi); 1567 GestureInfoPtr gi = &mouse->gesture->gesture; 1568 GestureListener *listener = &gi->listener; 1571 if (gi->active && CLIENT_BITS(listener->listener) == grab->resource) { 1573 !xi2mask_isset(grab->xi2mask, mouse, GetXI2Type(gi->type))) { 1580 GestureEmitGestureEndToOwner(mouse, gi); 1705 GestureInfoPtr gi = &mouse->gesture->gesture local [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| render-glyphs.c | 83 static void glyph_iter_init(struct glyph_iter *gi, 86 memset(gi, 0, sizeof(*gi)); 88 gi->out.dpy = &t->out; 89 test_target_create_render(&t->out, target, &gi->out.tt); 91 gi->ref.dpy = &t->ref; 92 test_target_create_render(&t->ref, target, &gi->ref.tt); 94 gi->stage = GLYPHS; 95 gi->glyph_format = -1; 96 gi->op = -1 348 struct glyph_iter gi; local [all...] |
| /xsrc/external/mit/libXft/dist/src/ |
| xftcore.c | 979 XGlyphInfo gi; local 985 XftGlyphExtents (dpy, public, glyphs, nglyphs, &gi); 986 if (!gi.width || !gi.height) 988 ox = x - gi.x; 989 oy = y - gi.y; 1001 gi.width, gi.height, AllPlanes, 1019 gi.width, gi.height, depth) 1101 XGlyphInfo gi; local 1249 XGlyphInfo gi; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxpict.c | 359 xGlyphInfo *gi; local 370 gi = (xGlyphInfo *)(gids + nglyphs); 371 bits = (CARD8 *)(gi + nglyphs); 387 (XGlyphInfo *)gi,
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| xkbUtils.c | 2079 unsigned int gi = XkbKeyGroupInfo(xkb,keycode); local 2080 switch (XkbOutOfRangeGroupAction(gi)) { 2089 effectiveGroup = XkbOutOfRangeGroupInfo(gi);
|
| /xsrc/external/mit/xterm/dist/ |
| trace.c | 970 XGlyphInfo gi; local 975 XftTextExtents32(screen->display, font, &wc, 1, &gi); 976 actual = ((gi.xOff + FontWidth(screen) - 1) 983 gi.y, gi.x, 984 gi.yOff, gi.xOff, 985 gi.height, gi.width,
|
| fontutils.c | 4390 XGlyphInfo gi; local 4394 XftTextExtents32(screen->display, font, &wc, 1, &gi); 4399 actual = ((gi.xOff * 100) >= (limit * FontWidth(screen))) ? 2 : 1; 4410 wc, gi.xOff, FontWidth(screen), actual, expect,
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| xkbUtils.c | 2076 unsigned int gi = XkbKeyGroupInfo(xkb, keycode); local 2078 switch (XkbOutOfRangeGroupAction(gi)) { 2087 effectiveGroup = XkbOutOfRangeGroupInfo(gi);
|
| /xsrc/external/mit/pixman/dist/test/utils/ |
| utils.c | 2243 int32_t ai, ri, gi, bi; local 2250 pixel_checker_split_pixel (checker, pixel, &ai, &ri, &gi, &bi); 2255 g_lo <= gi && gi <= g_hi &&
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| exevents.c | 1771 GestureInfoPtr gi; local 1783 gi = GestureBeginGesture(dev, ev); 1785 gi = GestureFindActiveByEventType(dev, ev->any.type); 1787 if (!gi) { 1796 GestureSetupListener(dev, gi, ev); 1804 delivered = DeliverGestureEventToOwner(dev, gi, ev); 1811 GestureEndGesture(gi); 2227 DeliverOneGestureEvent(ClientPtr client, DeviceIntPtr dev, GestureInfoPtr gi, 2233 Window child = DeepestSpriteWin(&gi->sprite)->drawable.id; 2241 FixUpEventFromWindow(&gi->sprite, xi2, win, child, FALSE) [all...] |
| /xsrc/external/mit/xorg-server/dist/render/ |
| render.c | 1003 xGlyphInfo *gi; local 1043 gi = (xGlyphInfo *) (gids + nglyphs); 1044 bits = (CARD8 *) (gi + nglyphs); 1048 if (gi < ((xGlyphInfo *) stuff) || 1049 gi > ((xGlyphInfo *) ((CARD32 *) stuff + client->req_len)) || 1061 padded_width = PixmapBytePad(gi[i].width, glyphSet->format->depth); 1063 if (gi[i].height && 1064 padded_width > (UINT32_MAX - sizeof(GlyphRec)) / gi[i].height) 1067 size = gi[i].height * padded_width; 1071 err = HashGlyph(&gi[i], bits, size, glyph_new->sha1) 2233 xGlyphInfo *gi; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| render.c | 1041 xGlyphInfo *gi; local 1082 gi = (xGlyphInfo *) (gids + nglyphs); 1083 bits = (CARD8 *) (gi + nglyphs); 1087 if (gi < ((xGlyphInfo *)stuff) || 1088 gi > ((xGlyphInfo *)((CARD32 *)stuff + client->req_len)) || 1100 padded_width = PixmapBytePad (gi[i].width, 1103 if (gi[i].height && padded_width > (UINT32_MAX - sizeof(GlyphRec))/gi[i].height) 1106 size = gi[i].height * padded_width; 1110 err = HashGlyph (&gi[i], bits, size, glyph_new->sha1) 2327 xGlyphInfo *gi; local [all...] |