Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.h361 FT_UInt32 other_flags; /* free for style-specific */ member
377 #define AF_HINTS_TEST_OTHER( h, f ) ( (h)->other_flags & (f) )
Dafcjk.c1381 FT_UInt32 scaler_flags, other_flags; in af_cjk_hints_init() local
1399 other_flags = 0; in af_cjk_hints_init()
1406 other_flags |= AF_LATIN_HINTS_HORZ_SNAP; in af_cjk_hints_init()
1413 other_flags |= AF_LATIN_HINTS_VERT_SNAP; in af_cjk_hints_init()
1419 other_flags |= AF_LATIN_HINTS_STEM_ADJUST; in af_cjk_hints_init()
1422 other_flags |= AF_LATIN_HINTS_MONO; in af_cjk_hints_init()
1427 hints->other_flags = other_flags; in af_cjk_hints_init()
Daflatin.c2616 FT_UInt32 scaler_flags, other_flags; in af_latin_hints_init() local
2635 other_flags = 0; in af_latin_hints_init()
2642 other_flags |= AF_LATIN_HINTS_HORZ_SNAP; in af_latin_hints_init()
2649 other_flags |= AF_LATIN_HINTS_VERT_SNAP; in af_latin_hints_init()
2655 other_flags |= AF_LATIN_HINTS_STEM_ADJUST; in af_latin_hints_init()
2658 other_flags |= AF_LATIN_HINTS_MONO; in af_latin_hints_init()
2672 hints->other_flags = other_flags; in af_latin_hints_init()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/
Dsg.h125 unsigned other_flags:10; member
/third_party/musl/porting/liteos_m/kernel/include/scsi/
Dsg.h125 unsigned other_flags:10; member
/third_party/musl/porting/uniproton/kernel/include/scsi/
Dsg.h125 unsigned other_flags:10; member
/third_party/musl/include/scsi/
Dsg.h125 unsigned other_flags:10; member
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c5046 sghp->other_flags = 0; in do_sg_io()