Searched defs:plan (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-tibetan.cc40 collect_features_tibetan (hb_ot_shape_planner_t *plan) argument
43 plan->map.add_global_bool_feature (*script_features);
H A Dhb-ot-shape-normalize-private.hh54 const hb_ot_shape_plan_t *plan; member in struct:hb_ot_shape_normalize_context_t
H A Dhb-ot-shape-private.hh80 inline void compile (hb_ot_shape_plan_t &plan) argument
82 plan.props = props;
83 plan.shaper = shaper;
84 map.compile (plan.map);
86 plan.rtlm_mask = plan.map.get_1_mask (HB_TAG ('r','t','l','m'));
87 plan.frac_mask = plan.map.get_1_mask (HB_TAG ('f','r','a','c'));
88 plan.numr_mask = plan
[all...]
H A Dhb-ot-shape-complex-arabic-fallback.hh48 arabic_fallback_synthesize_lookup_single (const hb_ot_shape_plan_t *plan HB_UNUSED,
101 arabic_fallback_synthesize_lookup_ligature (const hb_ot_shape_plan_t *plan HB_UNUSED,
184 arabic_fallback_synthesize_lookup (const hb_ot_shape_plan_t *plan, argument
189 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index);
191 return arabic_fallback_synthesize_lookup_ligature (plan, font);
226 const hb_ot_shape_plan_t *plan,
248 fallback_plan->mask_array[j] = plan->map.get_1_mask (manifest[i].tag);
271 const hb_ot_shape_plan_t *plan,
278 fallback_plan->mask_array[j] = plan->map.get_1_mask (arabic_fallback_features[i]);
281 fallback_plan->lookup_array[j] = arabic_fallback_synthesize_lookup (plan, fon
225 arabic_fallback_plan_init_win1256(arabic_fallback_plan_t *fallback_plan, const hb_ot_shape_plan_t *plan, hb_font_t *font) argument
270 arabic_fallback_plan_init_unicode(arabic_fallback_plan_t *fallback_plan, const hb_ot_shape_plan_t *plan, hb_font_t *font) argument
297 arabic_fallback_plan_create(const hb_ot_shape_plan_t *plan, hb_font_t *font) argument
[all...]
H A Dhb-ot-shape-complex-arabic.cc133 nuke_joiners (const hb_ot_shape_plan_t *plan,
138 arabic_fallback_shape (const hb_ot_shape_plan_t *plan,
143 collect_features_arabic (hb_ot_shape_planner_t *plan) argument
145 hb_ot_map_builder_t *map = &plan->map;
175 bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[i]);
181 if (plan->props.script == HB_SCRIPT_ARABIC)
216 data_create_arabic (const hb_ot_shape_plan_t *plan) argument
222 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC;
224 arabic_plan->mask_array[i] = plan->map.get_1_mask (arabic_features[i]);
227 plan
309 setup_masks_arabic(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font HB_UNUSED) argument
343 arabic_fallback_shape(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) argument
[all...]
H A Dhb-ot-shape-complex-sea.cc68 setup_syllables (const hb_ot_shape_plan_t *plan,
72 initial_reordering (const hb_ot_shape_plan_t *plan,
76 final_reordering (const hb_ot_shape_plan_t *plan,
81 collect_features_sea (hb_ot_shape_planner_t *plan) argument
83 hb_ot_map_builder_t *map = &plan->map;
105 override_features_sea (hb_ot_shape_planner_t *plan) argument
107 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL);
166 setup_masks_sea (const hb_ot_shape_plan_t *plan HB_UNUSED,
183 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED,
201 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, argument
240 initial_reordering_broken_cluster(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
261 initial_reordering_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
329 initial_reordering(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) argument
350 final_reordering(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) argument
[all...]
H A Dhb-ot-shape-fallback.cc165 _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_shape_plan_t *plan HB_UNUSED,
195 position_mark (const hb_ot_shape_plan_t *plan, argument
301 position_around_base (const hb_ot_shape_plan_t *plan, argument
348 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction))
349 horiz_dir = plan->props.direction;
351 horiz_dir = hb_script_get_horizontal_direction (plan->props.script);
368 position_mark (plan, font, buffer, cluster_extents, i, this_combining_class);
387 position_cluster (const hb_ot_shape_plan_t *plan, argument
407 position_around_base (plan, font, buffer, i, j);
414 _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan, argument
435 _hb_ot_shape_fallback_kern(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) argument
[all...]
H A Dhb-ot-shape-normalize.cc288 _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan, argument
294 hb_ot_shape_normalization_mode_t mode = plan->shaper->normalization_preference;
296 plan,
300 plan->shaper->decompose ? plan->shaper->decompose : decompose_unicode,
301 plan->shaper->compose ? plan->shaper->compose : compose_unicode
H A Dhb-ot-shape-complex-hangul.cc54 collect_features_hangul (hb_ot_shape_planner_t *plan) argument
56 hb_ot_map_builder_t *map = &plan->map;
63 override_features_hangul (hb_ot_shape_planner_t *plan) argument
68 plan->map.add_feature (HB_TAG('c','a','l','t'), 0, F_GLOBAL);
79 data_create_hangul (const hb_ot_shape_plan_t *plan) argument
86 hangul_plan->mask_array[i] = plan->map.get_1_mask (hangul_features[i]);
131 preprocess_text_hangul (const hb_ot_shape_plan_t *plan, argument
394 setup_masks_hangul (const hb_ot_shape_plan_t *plan, argument
398 const hangul_shape_plan_t *hangul_plan = (const hangul_shape_plan_t *) plan->data;
H A Dhb-ot-shape-complex-myanmar.cc76 setup_syllables (const hb_ot_shape_plan_t *plan,
80 initial_reordering (const hb_ot_shape_plan_t *plan,
84 final_reordering (const hb_ot_shape_plan_t *plan,
89 collect_features_myanmar (hb_ot_shape_planner_t *plan) argument
91 hb_ot_map_builder_t *map = &plan->map;
114 override_features_myanmar (hb_ot_shape_planner_t *plan) argument
116 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL);
269 setup_masks_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED,
286 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED,
307 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, argument
402 initial_reordering_broken_cluster(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
433 initial_reordering_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
502 initial_reordering(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) argument
523 final_reordering(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) argument
[all...]
H A Dhb-ot-shape-complex-thai.cc218 do_thai_pua_shaping (const hb_ot_shape_plan_t *plan HB_UNUSED,
257 preprocess_text_thai (const hb_ot_shape_plan_t *plan, argument
363 if (plan->props.script == HB_SCRIPT_THAI && !plan->map.found_script[0])
364 do_thai_pua_shaping (plan, buffer, font);
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-tibetan.cc40 collect_features_tibetan (hb_ot_shape_planner_t *plan) argument
43 plan->map.add_global_bool_feature (*script_features);
H A Dhb-ot-shape-normalize-private.hh54 const hb_ot_shape_plan_t *plan; member in struct:hb_ot_shape_normalize_context_t
H A Dhb-ot-shape-private.hh80 inline void compile (hb_ot_shape_plan_t &plan) argument
82 plan.props = props;
83 plan.shaper = shaper;
84 map.compile (plan.map);
86 plan.rtlm_mask = plan.map.get_1_mask (HB_TAG ('r','t','l','m'));
87 plan.frac_mask = plan.map.get_1_mask (HB_TAG ('f','r','a','c'));
88 plan.numr_mask = plan
[all...]
H A Dhb-ot-shape-complex-arabic-fallback.hh56 arabic_fallback_synthesize_lookup_single (const hb_ot_shape_plan_t *plan HB_UNUSED,
106 arabic_fallback_synthesize_lookup_ligature (const hb_ot_shape_plan_t *plan HB_UNUSED,
186 arabic_fallback_synthesize_lookup (const hb_ot_shape_plan_t *plan, argument
191 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index);
193 return arabic_fallback_synthesize_lookup_ligature (plan, font);
208 arabic_fallback_plan_create (const hb_ot_shape_plan_t *plan, argument
217 fallback_plan->mask_array[i] = plan->map.get_1_mask (arabic_fallback_features[i]);
219 fallback_plan->lookup_array[i] = arabic_fallback_synthesize_lookup (plan, font, i);
H A Dhb-ot-shape-complex-arabic.cc133 nuke_joiners (const hb_ot_shape_plan_t *plan,
138 arabic_fallback_shape (const hb_ot_shape_plan_t *plan,
143 collect_features_arabic (hb_ot_shape_planner_t *plan) argument
145 hb_ot_map_builder_t *map = &plan->map;
175 bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[i]);
181 if (plan->props.script == HB_SCRIPT_ARABIC)
216 data_create_arabic (const hb_ot_shape_plan_t *plan) argument
222 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC;
224 arabic_plan->mask_array[i] = plan->map.get_1_mask (arabic_features[i]);
227 plan
311 setup_masks_arabic(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font HB_UNUSED) argument
345 arabic_fallback_shape(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) argument
[all...]
H A Dhb-ot-shape-complex-hangul.cc54 collect_features_hangul (hb_ot_shape_planner_t *plan) argument
56 hb_ot_map_builder_t *map = &plan->map;
70 data_create_hangul (const hb_ot_shape_plan_t *plan) argument
77 hangul_plan->mask_array[i] = plan->map.get_1_mask (hangul_features[i]);
122 preprocess_text_hangul (const hb_ot_shape_plan_t *plan, argument
385 setup_masks_hangul (const hb_ot_shape_plan_t *plan, argument
389 const hangul_shape_plan_t *hangul_plan = (const hangul_shape_plan_t *) plan->data;
H A Dhb-ot-shape-complex-sea.cc68 setup_syllables (const hb_ot_shape_plan_t *plan,
72 initial_reordering (const hb_ot_shape_plan_t *plan,
76 final_reordering (const hb_ot_shape_plan_t *plan,
81 collect_features_sea (hb_ot_shape_planner_t *plan) argument
83 hb_ot_map_builder_t *map = &plan->map;
105 override_features_sea (hb_ot_shape_planner_t *plan) argument
107 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL);
166 setup_masks_sea (const hb_ot_shape_plan_t *plan HB_UNUSED,
183 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED,
201 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, argument
240 initial_reordering_broken_cluster(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
261 initial_reordering_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
329 initial_reordering(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) argument
350 final_reordering(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) argument
[all...]
H A Dhb-ot-shape-fallback.cc165 _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_shape_plan_t *plan HB_UNUSED,
195 position_mark (const hb_ot_shape_plan_t *plan, argument
301 position_around_base (const hb_ot_shape_plan_t *plan, argument
348 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction))
349 horiz_dir = plan->props.direction;
351 horiz_dir = hb_script_get_horizontal_direction (plan->props.script);
368 position_mark (plan, font, buffer, cluster_extents, i, this_combining_class);
387 position_cluster (const hb_ot_shape_plan_t *plan, argument
407 position_around_base (plan, font, buffer, i, j);
414 _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan, argument
433 _hb_ot_shape_fallback_kern(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) argument
[all...]
H A Dhb-ot-shape-normalize.cc288 _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan, argument
292 hb_ot_shape_normalization_mode_t mode = plan->shaper->normalization_preference;
294 plan,
298 plan->shaper->decompose ? plan->shaper->decompose : decompose_unicode,
299 plan->shaper->compose ? plan->shaper->compose : compose_unicode
H A Dhb-ot-shape-complex-myanmar.cc76 setup_syllables (const hb_ot_shape_plan_t *plan,
80 initial_reordering (const hb_ot_shape_plan_t *plan,
84 final_reordering (const hb_ot_shape_plan_t *plan,
89 collect_features_myanmar (hb_ot_shape_planner_t *plan) argument
91 hb_ot_map_builder_t *map = &plan->map;
114 override_features_myanmar (hb_ot_shape_planner_t *plan) argument
116 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL);
269 setup_masks_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED,
286 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED,
307 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, argument
402 initial_reordering_broken_cluster(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
433 initial_reordering_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
502 initial_reordering(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) argument
523 final_reordering(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) argument
[all...]
/external/clang/test/PCH/
H A Dfield-designator.c31 static const struct U plan = { .e = 1 }; local
/external/apache-http/src/org/apache/http/conn/routing/
H A DBasicRouteDirector.java61 * @param plan the planned route
69 public int nextStep(RouteInfo plan, RouteInfo fact) { argument
70 if (plan == null) {
78 step = firstStep(plan);
79 else if (plan.getHopCount() > 1)
80 step = proxiedStep(plan, fact);
82 step = directStep(plan, fact);
92 * @param plan the planned route
96 protected int firstStep(RouteInfo plan) { argument
98 return (plan
112 directStep(RouteInfo plan, RouteInfo fact) argument
147 proxiedStep(RouteInfo plan, RouteInfo fact) argument
[all...]
H A DHttpRouteDirector.java81 * @param plan the planned route
89 public int nextStep(RouteInfo plan, RouteInfo fact) argument
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_centscreen.h54 unsigned short plan; /* bitplanes */ member in struct:__anon29617

Completed in 333 milliseconds

123