Lines Matching defs:given

374  * Gets the font properties from a given font structure.  We use the FONT name
541 * Take the given font props and try to make a well formed font name specifying
654 * Take the given font props and try to make a well formed font name specifying
655 * the same base font but changed depending on the given attributes and chrset.
1067 * Open the given font and verify that it is non-empty. Return false on
1579 is_derived_font_name(*nameOutP) ? "derived" : "given",
1645 is_derived_font_name(*nameOutP) ? "derived" : "given",
1677 * Load a given bitmap font, along with the bold/wide variants.
1991 * If the attempt fails for a given style, use the non-italic font.
2195 * Load the "VT" font names from the given subresource name/class. These
2720 * Check if the given character has a glyph known to Xft. This is likely to be
3869 * Returns true if the given character is missing from the specified font.
3933 * Draw the given graphic character, if it is simple enough (i.e., a
4420 * Check if the glyph is defined in the given font, and (try to) filter out
4495 XftFont *given = XftFp(fontData);
4514 FcPatternAddInteger(myPattern, FC_CHAR_WIDTH, given->max_advance_width);
4529 * Check if the given character has a glyph known to Xft. If it is missing,
4538 XftFont *given;
4547 given = XftFp(fontData);
4575 FcPatternAddInteger(myPattern, FC_CHAR_WIDTH, given->max_advance_width);
4738 * Check if the given character has a glyph known to Xft. If it is missing,
4758 * given glyph.
5365 if (*param_count > maxparams) { /* see if extra args given */
5879 * Return a pointer to the XLFD font information for a given font class.
5967 * This returns a pointer to everything known about a given Xft font.