HomeSort by relevance Sort by last modified time
    Searched full:found_win (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/sfnt/
sfdriver.c 220 FT_Int n, found_win, found_apple; local
230 found_win = -1;
243 found_win = n;
252 if ( found_win != -1 )
255 TT_NameEntryRec* name = face->name_table.names + found_win;
sfobjs.c 147 FT_Int found_win = -1; local
197 if ( found_win == -1 || ( rec->languageID & 0x3FF ) == 0x009 )
205 found_win = n;
229 if ( found_win >= 0 && !( found_apple >= 0 && !is_english ) )
231 rec = face->name_table.names + found_win;
    [all...]

Completed in 56 milliseconds