Searched refs:HB_SUBSET_FLAGS_NO_HINTING (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-subset-cff1.c | 83 hb_subset_input_set_flags (input, HB_SUBSET_FLAGS_NO_HINTING); in test_subset_cff1_strip_hints() 130 HB_SUBSET_FLAGS_NO_HINTING | HB_SUBSET_FLAGS_DESUBROUTINIZE); in test_subset_cff1_desubr_strip_hints() 173 hb_subset_input_set_flags (input, HB_SUBSET_FLAGS_NO_HINTING); in test_subset_cff1_j_strip_hints() 220 HB_SUBSET_FLAGS_NO_HINTING | HB_SUBSET_FLAGS_DESUBROUTINIZE); in test_subset_cff1_j_desubr_strip_hints() 282 hb_subset_input_set_flags (input, HB_SUBSET_FLAGS_NO_HINTING); in test_subset_cff1_dotsection()
|
D | test-subset-cff2.c | 83 hb_subset_input_set_flags (input, HB_SUBSET_FLAGS_NO_HINTING); in test_subset_cff2_strip_hints() 130 HB_SUBSET_FLAGS_DESUBROUTINIZE | HB_SUBSET_FLAGS_NO_HINTING); in test_subset_cff2_desubr_strip_hints()
|
D | test-subset-glyf.c | 242 hb_subset_input_set_flags (input, HB_SUBSET_FLAGS_NO_HINTING); in test_subset_glyf_strip_hints_simple() 266 hb_subset_input_set_flags (input, HB_SUBSET_FLAGS_NO_HINTING); in test_subset_glyf_strip_hints_composite() 301 hb_subset_input_set_flags (input, HB_SUBSET_FLAGS_NO_HINTING); in test_subset_glyf_strip_hints_invalid()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-subset-cff-common.hh | 264 (bool) (plan->flags & HB_SUBSET_FLAGS_NO_HINTING) in flatten() 642 plan->flags & HB_SUBSET_FLAGS_NO_HINTING); in subset() 651 if (plan->flags & HB_SUBSET_FLAGS_NO_HINTING) in subset() 666 plan->flags & HB_SUBSET_FLAGS_NO_HINTING); in subset() 691 plan->flags & HB_SUBSET_FLAGS_NO_HINTING); in subset()
|
D | hb-subset.h | 71 HB_SUBSET_FLAGS_NO_HINTING = 0x00000001u, enumerator
|
D | hb-ot-maxp-table.hh | 110 if (c->plan->flags & HB_SUBSET_FLAGS_NO_HINTING) in subset()
|
D | hb-subset.cc | 250 return plan->flags & HB_SUBSET_FLAGS_NO_HINTING; in _should_drop_table()
|
D | hb-subset-cff2.cc | 265 drop_hints = plan->flags & HB_SUBSET_FLAGS_NO_HINTING; in create()
|
D | hb-ot-glyf-table.hh | 221 if (plan->flags & HB_SUBSET_FLAGS_NO_HINTING) in _populate_subset_glyphs() 1299 if (plan->flags & HB_SUBSET_FLAGS_NO_HINTING) in serialize()
|
D | hb-subset-cff1.cc | 546 drop_hints = plan->flags & HB_SUBSET_FLAGS_NO_HINTING; in create()
|
D | hb-ot-layout-gpos-table.hh | 541 if (c->plan->flags & HB_SUBSET_FLAGS_NO_HINTING) in subset() 1376 if (c->plan->flags & HB_SUBSET_FLAGS_NO_HINTING) in subset() 1594 if (c->plan->flags & HB_SUBSET_FLAGS_NO_HINTING) in subset()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | hb-subset.cc | 796 …PTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (gpointer) &set_flag<HB_SUBSET_FLAGS_NO_HINTING>, "Whet… in add_options()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 42493 plan->flags & HB_SUBSET_FLAGS_NO_HINTING); 42502 plan->flags & HB_SUBSET_FLAGS_NO_HINTING); 42511 plan->flags & HB_SUBSET_FLAGS_NO_HINTING);
|