/external/harfbuzz_ng/src/ |
hb-ot-layout.cc | 638 hb_bool_t zero_context) 641 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context); 649 hb_bool_t zero_context) 652 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, zero_context);
|
hb-ot-layout-private.hh | 197 hb_bool_t zero_context);
|
hb-ot-layout.h | 243 hb_bool_t zero_context);
|
hb-ot-shape-complex-indic.cc | 462 bool zero_context, 466 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context)) 562 bool zero_context = indic_plan->is_old_spec ? false : true; local 564 if (indic_plan->pref.would_substitute (glyphs , 2, zero_context, face) || 565 indic_plan->pref.would_substitute (glyphs_r, 2, zero_context, face)) 567 if (indic_plan->blwf.would_substitute (glyphs , 2, zero_context, face) || 568 indic_plan->blwf.would_substitute (glyphs_r, 2, zero_context, face)) 570 if (indic_plan->pstf.would_substitute (glyphs , 2, zero_context, face) || 571 indic_plan->pstf.would_substitute (glyphs_r, 2, zero_context, face)) [all...] |
hb-ot-layout-gsubgpos-private.hh | 119 bool zero_context; member in struct:OT::hb_would_apply_context_t 129 zero_context (zero_context_), [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout.cc | 664 hb_bool_t zero_context) 667 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context); 675 hb_bool_t zero_context) 678 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, zero_context);
|
hb-ot-layout.h | 249 hb_bool_t zero_context);
|
hb-ot-shape-complex-indic.cc | 483 zero_context = zero_context_; 494 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context)) 502 bool zero_context; member in struct:would_substitute_feature_t 560 bool zero_context = indic_plan->config->has_old_spec || !indic_plan->is_old_spec; local 561 indic_plan->rphf.init (&plan->map, HB_TAG('r','p','h','f'), zero_context); 562 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context); 563 indic_plan->blwf.init (&plan->map, HB_TAG('b','l','w','f'), zero_context); 564 indic_plan->pstf.init (&plan->map, HB_TAG('p','s','t','f'), zero_context); [all...] |
hb-ot-layout-private.hh | 70 hb_bool_t zero_context);
|
hb-ot-layout-gsubgpos-private.hh | 118 bool zero_context; member in struct:OT::hb_would_apply_context_t 128 zero_context (zero_context_), [all...] |