Searched refs:scaler_flags (Results 1 – 5 of 5) sorted by relevance
360 FT_UInt32 scaler_flags; /* copy of scaler flags */ member376 #define AF_HINTS_TEST_SCALER( h, f ) ( (h)->scaler_flags & (f) )
1381 FT_UInt32 scaler_flags, other_flags; in af_cjk_hints_init() local1398 scaler_flags = hints->scaler_flags; in af_cjk_hints_init()1424 scaler_flags |= AF_SCALER_FLAG_NO_ADVANCE; in af_cjk_hints_init()1426 hints->scaler_flags = scaler_flags; in af_cjk_hints_init()
2616 FT_UInt32 scaler_flags, other_flags; in af_latin_hints_init() local2634 scaler_flags = hints->scaler_flags; in af_latin_hints_init()2669 scaler_flags |= AF_SCALER_FLAG_NO_HORIZONTAL; in af_latin_hints_init()2671 hints->scaler_flags = scaler_flags; in af_latin_hints_init()
852 hints->scaler_flags = metrics->scaler.flags; in af_glyph_hints_rescale()
1784 scaler_flags here but...