Searched refs:nIfs (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/truetype/
H A Dttinterp.c3370 FT_Int nIfs; local
3377 nIfs = 1;
3388 nIfs++;
3392 Out = FT_BOOL( nIfs == 1 );
3396 nIfs--;
3397 Out = FT_BOOL( nIfs == 0 );
3413 FT_Int nIfs; local
3416 nIfs = 1;
3426 nIfs++;
3430 nIfs
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c4465 FT_Int nIfs; local
4472 nIfs = 1;
4483 nIfs++;
4487 Out = FT_BOOL( nIfs == 1 );
4491 nIfs--;
4492 Out = FT_BOOL( nIfs == 0 );
4508 FT_Int nIfs; local
4513 nIfs = 1;
4523 nIfs++;
4527 nIfs
[all...]

Completed in 50 milliseconds