Home | History | Annotate | Download | only in bdf

Lines Matching defs:nibbles

1536     unsigned long      i, slen, nibbles;
1839 /* Only collect the number of nibbles indicated by the glyph */
1841 nibbles = glyph->bpr << 1;
1844 for ( i = 0; i < nibbles; i++ )
1850 if ( i + 1 < nibbles && ( i & 1 ) )
1856 if ( i < nibbles &&
1870 if ( i == nibbles &&
1871 sbitset( hdigits, line[nibbles] ) &&