HomeSort by: relevance | last modified time | path
    Searched defs:missing (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/xkbcomp/dist/
keymap.c 165 unsigned missing; local
166 missing = required & (~have);
167 for (i = 0, bit = 1; missing != 0; i++, bit <<= 1)
169 if (missing & bit)
171 ERROR("Missing %s section in a %s file\n",
174 missing &= ~bit;
keytypes.c 1217 unsigned missing, keypadVMod; local
1219 missing = XkbAllRequiredTypes & (~info.stdPresent);
1221 if (XkbInitCanonicalKeyTypes(xkb, missing, keypadVMod) != Success)
1227 if (missing & XkbOneLevelMask)
1229 if (missing & XkbTwoLevelMask)
1231 if (missing & XkbAlphabeticMask)
1233 if (missing & XkbKeypadMask)
  /xsrc/external/mit/libXft/dist/src/
xftextent.c 33 FT_UInt missing[XFT_NMISSING]; local
50 if (XftFontCheckGlyph (dpy, pub, FcFalse, *g++, missing, &nmissing))
53 XftFontLoadGlyphs (dpy, pub, FcFalse, missing, nmissing);
xftrender.c 89 FT_UInt missing[XFT_NMISSING]; local
109 * Load missing glyphs
119 if (XftFontCheckGlyph (dpy, pub, FcTrue, g, missing, &nmissing))
123 XftFontLoadGlyphs (dpy, pub, FcTrue, missing, nmissing);
252 FT_UInt missing[XFT_NMISSING]; local
276 * Load missing glyphs
287 if (XftFontCheckGlyph (dpy, pub, FcTrue, g, missing, &nmissing))
291 XftFontLoadGlyphs (dpy, pub, FcTrue, missing, nmissing);
522 FT_UInt missing[XFT_NMISSING]; local
544 * Load missing glyphs. Have to load the
    [all...]
xftcore.c 925 FT_UInt missing[XFT_NMISSING]; local
929 if (XftFontCheckGlyph (dpy, public, FcTrue, 0, missing, &nmissing))
932 XftFontLoadGlyphs (dpy, public, glyphs_loaded, missing, nmissing);
955 FT_UInt missing[XFT_NMISSING]; local
962 * Load missing glyphs
969 if (XftFontCheckGlyph (dpy, public, FcTrue, *g++, missing, &nmissing))
972 XftFontLoadGlyphs (dpy, public, FcTrue, missing, nmissing);
1087 FT_UInt missing[XFT_NMISSING]; local
1095 * Load missing glyphs
1105 if (XftFontCheckGlyph (dpy, public, FcTrue, glyphs[i].glyph, missing, &nmissing)
1234 FT_UInt missing[XFT_NMISSING]; local
    [all...]
  /xsrc/external/mit/xcb-util/dist/renderutil/
cache.c 47 * If the server is missing support for any of the required depths on
66 pixmap_depths_usable (xcb_connection_t *c, uint32_t missing, xcb_pixmap_t pixmap, xcb_drawable_t root)
73 if (missing & DEPTH_MASK(d))
103 uint32_t missing = REQUIRED_DEPTHS; local
107 missing &= ~DEPTH_MASK(depths.data->depth);
108 if (!missing)
121 if (!pixmap_depths_usable (c, missing, pixmap, root))
  /xsrc/external/mit/xorg-server/dist/xkb/
ddxLoad.c 337 unsigned missing; local
345 missing = XkmReadFile(file, need, want, xkbRtrn);
358 return (need | want) & (~missing);
  /xsrc/external/mit/xorg-server.old/dist/xkb/
ddxLoad.c 339 unsigned missing; local
362 missing= XkmReadFile(file,need,want,xkbRtrn);
374 return (need|want)&(~missing);
  /xsrc/external/mit/libXrender/dist/src/
Xrender.c 70 * If the server is missing support for any of the required depths on
89 CARD32 missing; member in struct:_DepthCheckRec
108 d->missing |= DEPTH_MASK(evt->resourceid);
125 CARD32 missing; local
131 missing = ~depths & REQUIRED_DEPTHS;
132 if (missing)
145 dc.missing = 0;
157 * Try each missing depth and see if pixmap creation succeeds
161 if ((missing & DEPTH_MASK(d)) && d != 1)
182 if (dc.missing)
    [all...]
  /xsrc/external/mit/fontconfig/dist/src/
fclang.c 98 FcChar32 missing; local
138 missing = FcCharSetSubtractCount (&fcLangCharSets[i].charset, charset);
141 if (missing && missing < 10)
149 printf ("\n%s(%u) ", fcLangCharSets[i].lang, missing);
168 printf ("%s(%u) ", fcLangCharSets[i].lang, missing);
170 if (!missing)
213 * Beside the first all of them are allowed to be missing. If the
401 * is missing the country
418 /* see if super has a country while sub is missing one *
966 FcChar32 missing; local
    [all...]
fccharset.c 958 FcChar32 missing; local
972 printf ("Missing leaf node at 0x%x\n", ci.ucs4);
998 if ((missing = FcCharSetSubtractCount (c, check)))
999 printf ("%d missing in reparsed result\n", missing);
1000 if ((missing = FcCharSetSubtractCount (check, c)))
1001 printf ("%d extra in reparsed result\n", missing);
  /xsrc/external/mit/libxkbfile/dist/src/
xkbconfig.c 382 int missing; local
389 missing = 0;
405 missing++;
408 return missing;
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_mem.c 56 int missing; member in struct:qxl_mem
118 mem->missing = 0;
178 mem->missing = used - mem->used_initial;
  /xsrc/external/mit/xclock/dist/
Clock.c 649 char **missing, *default_str; local
654 &missing,
  /xsrc/external/mit/xterm/dist/
util.c 3737 TRACE(("%s %s: missing %d %04X\n", __FILE__, tag, missing, ch)); \
3738 missing = 1
3759 TRACE(("*missing [%4d,%4d] %dx%d (%d)/%d%s%s%s%s\n",
4222 Boolean missing = False; local
4255 * box-code if Xft tells us that the glyph is missing.
4266 if (!missing && xtermXftMissing(recur.xw,
4316 if (missing || replace) {
4330 if (missing) {
4490 * Fill in missing box-characters. Find regions without missin
    [all...]
fontutils.c 367 TRACE(("fontname missing\n"));
795 * to check for missing glyphs in a comparable manner.
1279 TRACE(("\t\t\t%d: cell missing\n", ch));
1322 unsigned missing = 0; local
1326 ++missing;
1329 ReportFonts("\t\tmissing-chars: %u\n", missing);
1330 ReportFonts("\t\tpresent-chars: %u\n", countGlyphs(fs) - missing);
1441 TRACE(("%s font is missing\n", name));
1462 * If we are opening the default font, and it happens to be missing,
1845 TRACE(("assume Xft missing line-drawing chars\n"))
2860 unsigned missing = 0; local
    [all...]

Completed in 29 milliseconds