Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dsfwoff2.c1372 FT_Byte hmtx_flags; in reconstruct_hmtx() local
1383 if ( FT_READ_BYTE( hmtx_flags ) ) in reconstruct_hmtx()
1386 has_proportional_lsbs = ( hmtx_flags & 1 ) == 0; in reconstruct_hmtx()
1387 has_monospace_lsbs = ( hmtx_flags & 2 ) == 0; in reconstruct_hmtx()
1390 if ( ( hmtx_flags & 0xFC ) != 0 ) in reconstruct_hmtx()