Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafhints.h352 FT_UInt32 other_flags; /* free for script-specific */ member
363 #define AF_HINTS_TEST_OTHER( h, f ) ( (h)->other_flags & (f) )
Dafcjk.c1261 FT_UInt32 scaler_flags, other_flags; in af_cjk_hints_init() local
1284 other_flags = 0; in af_cjk_hints_init()
1291 other_flags |= AF_LATIN_HINTS_HORZ_SNAP; in af_cjk_hints_init()
1298 other_flags |= AF_LATIN_HINTS_VERT_SNAP; in af_cjk_hints_init()
1304 other_flags |= AF_LATIN_HINTS_STEM_ADJUST; in af_cjk_hints_init()
1307 other_flags |= AF_LATIN_HINTS_MONO; in af_cjk_hints_init()
1312 hints->other_flags = other_flags; in af_cjk_hints_init()
Daflatin.c1459 FT_UInt32 scaler_flags, other_flags; in af_latin_hints_init() local
1485 other_flags = 0; in af_latin_hints_init()
1492 other_flags |= AF_LATIN_HINTS_HORZ_SNAP; in af_latin_hints_init()
1499 other_flags |= AF_LATIN_HINTS_VERT_SNAP; in af_latin_hints_init()
1505 other_flags |= AF_LATIN_HINTS_STEM_ADJUST; in af_latin_hints_init()
1508 other_flags |= AF_LATIN_HINTS_MONO; in af_latin_hints_init()
1519 hints->other_flags = other_flags; in af_latin_hints_init()
Daflatin2.c1469 FT_UInt32 scaler_flags, other_flags; in af_latin2_hints_init() local
1495 other_flags = 0; in af_latin2_hints_init()
1502 other_flags |= AF_LATIN_HINTS_HORZ_SNAP; in af_latin2_hints_init()
1509 other_flags |= AF_LATIN_HINTS_VERT_SNAP; in af_latin2_hints_init()
1515 other_flags |= AF_LATIN_HINTS_STEM_ADJUST; in af_latin2_hints_init()
1518 other_flags |= AF_LATIN_HINTS_MONO; in af_latin2_hints_init()
1529 hints->other_flags = other_flags; in af_latin2_hints_init()
/external/v8/src/
Dobjects.cc5441 int other_flags; in IsMatch() local
5442 FromObject(other, &other_flags, &other_maps); in IsMatch()
5443 if (code_flags_ != other_flags) return false; in IsMatch()
5447 int other_hash = MapsHashHelper(&other_maps, other_flags); in IsMatch()
5480 int other_flags; in HashForObject() local
5481 FromObject(obj, &other_flags, &other_maps); in HashForObject()
5482 return MapsHashHelper(&other_maps, other_flags); in HashForObject()