Home
last modified time | relevance | path

Searched refs:string_count (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/freetype/src/base/
Dftmac.c439 unsigned short string_count; in parse_fond() local
448 string_count = EndianS16_BtoN( *(short*)(p) ); in parse_fond()
449 string_count = FT_MIN( 64, string_count ); in parse_fond()
452 for ( i = 0; i < string_count; i++ ) in parse_fond()
469 style->indexes[face_index] <= string_count ) in parse_fond()
480 if ( j < string_count && ( s = names[j] ) != NULL ) in parse_fond()