Home | History | Annotate | Download | only in gxvalid

Lines Matching defs:complement

121       char       complement;
131 complement = (char)( offset >> 8 );
132 if ( complement & 0x08 )
137 complement = (char)( ( complement & 0x07 ) + 1 );
139 /* The gid for complement must be greater than 0 */
140 if ( glyph <= complement )
142 GXV_TRACE(( " found non-positive glyph complement\n" ));
148 /* The gid for complement must be the face. */
149 gxv_glyphid_validate( (FT_UShort)( glyph + complement ), gxvalid );