Home | History | Annotate | Download | only in sfnt

Lines Matching refs:strings

55       bdf->strings      = NULL;
87 FT_ULong strings = FT_NEXT_ULONG ( p );
93 strings < 8 ||
94 ( strings - 8 ) / 4 < num_strikes ||
95 strings + 1 > length )
101 bdf->strings = bdf->table + strings;
102 bdf->strings_size = length - strings;
122 if ( strike > bdf->strings )
205 (const char*)bdf->strings + name_offset,
214 ft_memchr( bdf->strings + value, 0, bdf->strings_size ) )
217 aprop->u.atom = (const char*)bdf->strings + value;