Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafhints.h353 FT_UInt32 other_flags; /* free for style-specific */ member
372 #define AF_HINTS_TEST_OTHER( h, f ) ( (h)->other_flags & (f) )
Dafcjk.c1287 FT_UInt32 scaler_flags, other_flags; in af_cjk_hints_init() local
1310 other_flags = 0; in af_cjk_hints_init()
1317 other_flags |= AF_LATIN_HINTS_HORZ_SNAP; in af_cjk_hints_init()
1324 other_flags |= AF_LATIN_HINTS_VERT_SNAP; in af_cjk_hints_init()
1330 other_flags |= AF_LATIN_HINTS_STEM_ADJUST; in af_cjk_hints_init()
1333 other_flags |= AF_LATIN_HINTS_MONO; in af_cjk_hints_init()
1344 hints->other_flags = other_flags; in af_cjk_hints_init()
Daflatin2.c1496 FT_UInt32 scaler_flags, other_flags; in af_latin2_hints_init() local
1520 other_flags = 0; in af_latin2_hints_init()
1527 other_flags |= AF_LATIN_HINTS_HORZ_SNAP; in af_latin2_hints_init()
1534 other_flags |= AF_LATIN_HINTS_VERT_SNAP; in af_latin2_hints_init()
1540 other_flags |= AF_LATIN_HINTS_STEM_ADJUST; in af_latin2_hints_init()
1543 other_flags |= AF_LATIN_HINTS_MONO; in af_latin2_hints_init()
1560 hints->other_flags = other_flags; in af_latin2_hints_init()
Daflatin.c1947 FT_UInt32 scaler_flags, other_flags; in af_latin_hints_init() local
1971 other_flags = 0; in af_latin_hints_init()
1978 other_flags |= AF_LATIN_HINTS_HORZ_SNAP; in af_latin_hints_init()
1985 other_flags |= AF_LATIN_HINTS_VERT_SNAP; in af_latin_hints_init()
1991 other_flags |= AF_LATIN_HINTS_STEM_ADJUST; in af_latin_hints_init()
1994 other_flags |= AF_LATIN_HINTS_MONO; in af_latin_hints_init()
2014 hints->other_flags = other_flags; in af_latin_hints_init()
/external/kernel-headers/original/scsi/
Dsg.h231 unsigned int other_flags:10; /* unused */ member
/external/v8/src/
Dobjects.cc10476 int other_flags; in IsMatch() local
10477 FromObject(other, &other_flags, &other_maps); in IsMatch()
10478 if (code_flags_ != other_flags) return false; in IsMatch()
10482 int other_hash = MapsHashHelper(&other_maps, other_flags); in IsMatch()
10513 int other_flags; in HashForObject() local
10514 FromObject(obj, &other_flags, &other_maps); in HashForObject()
10515 return MapsHashHelper(&other_maps, other_flags); in HashForObject()