HomeSort by relevance Sort by last modified time
    Searched refs:chosen_script (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-private.hh 176 if (planner->map.chosen_script[0] != HB_OT_TAG_DEFAULT_SCRIPT ||
307 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T'))
331 if (planner->map.chosen_script[0] == HB_TAG ('m','y','m','2'))
349 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T'))
hb-ot-layout.cc 231 hb_tag_t *chosen_script)
239 if (chosen_script)
240 *chosen_script = *script_tags;
248 if (chosen_script)
249 *chosen_script = HB_OT_TAG_DEFAULT_SCRIPT;
255 if (chosen_script)
256 *chosen_script = HB_OT_TAG_DEFAULT_LANGUAGE;
263 if (chosen_script)
264 *chosen_script = HB_OT_TAG_LATIN_SCRIPT;
269 if (chosen_script)
    [all...]
hb-ot-map.cc 86 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
172 m.chosen_script[table_index] = chosen_script[table_index];
hb-ot-map-private.hh 138 hb_tag_t chosen_script[2];
235 hb_tag_t chosen_script[2]; variable
hb-ot-layout.h 117 hb_tag_t *chosen_script);
hb-ot-shape-complex-indic.cc 526 indic_plan->is_old_spec = indic_plan->config->has_old_spec && ((plan->map.chosen_script[0] & 0x000000FF) != '2');
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh 174 if (planner->map.chosen_script[0] != HB_OT_TAG_DEFAULT_SCRIPT ||
291 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T'))
315 if (planner->map.chosen_script[0] == HB_TAG ('m','y','m','2'))
333 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T'))
hb-ot-layout.cc 225 hb_tag_t *chosen_script)
233 if (chosen_script)
234 *chosen_script = *script_tags;
242 if (chosen_script)
243 *chosen_script = HB_OT_TAG_DEFAULT_SCRIPT;
249 if (chosen_script)
250 *chosen_script = HB_OT_TAG_DEFAULT_LANGUAGE;
257 if (chosen_script)
258 *chosen_script = HB_OT_TAG_LATIN_SCRIPT;
263 if (chosen_script)
    [all...]
hb-ot-map-private.hh 133 hb_tag_t chosen_script[2];
228 hb_tag_t chosen_script[2]; variable
hb-ot-map.cc 84 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
175 m.chosen_script[table_index] = chosen_script[table_index];
hb-ot-layout.h 117 hb_tag_t *chosen_script);
hb-ot-shape-complex-indic.cc 526 indic_plan->is_old_spec = indic_plan->config->has_old_spec && ((plan->map.chosen_script[0] & 0x000000FF) != '2');
    [all...]

Completed in 1123 milliseconds