HomeSort by relevance Sort by last modified time
    Searched refs:hb_bool_t (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/harfbuzz_ng/util/
hb-fc.h 40 hb_bool_t
view-cairo.hh 57 hb_bool_t utf8_clusters)
63 hb_bool_t utf8_clusters)
70 hb_bool_t utf8_clusters)
options.hh 87 void fail (hb_bool_t suggest_help, const char *format, ...) G_GNUC_NORETURN G_GNUC_PRINTF (2, 3);
90 extern hb_bool_t debug;
168 hb_bool_t annotate;
246 hb_bool_t shape (hb_font_t *font, hb_buffer_t *buffer)
248 hb_bool_t res = hb_shape_full (font, buffer, features, num_features, shapers);
270 hb_bool_t bot;
271 hb_bool_t eot;
272 hb_bool_t preserve_default_ignorables;
277 hb_bool_t utf8_clusters;
279 hb_bool_t normalize_glyphs
    [all...]
hb-shape.cc 84 hb_bool_t utf8_clusters)
93 hb_bool_t utf8_clusters)
102 hb_bool_t utf8_clusters)
helper-cairo.hh 83 hb_bool_t utf8_clusters);
hb-fc.cc 32 static hb_bool_t
121 hb_bool_t
  /external/harfbuzz_ng/src/
hb-set.h 59 HB_EXTERN hb_bool_t
64 hb_bool_t replace);
72 HB_EXTERN hb_bool_t
78 HB_EXTERN hb_bool_t
81 HB_EXTERN hb_bool_t
105 HB_EXTERN hb_bool_t
144 HB_EXTERN hb_bool_t
149 HB_EXTERN hb_bool_t
hb-ot-layout.h 51 HB_EXTERN hb_bool_t
106 HB_EXTERN hb_bool_t
113 HB_EXTERN hb_bool_t
135 HB_EXTERN hb_bool_t
142 HB_EXTERN hb_bool_t
149 HB_EXTERN hb_bool_t
175 HB_EXTERN hb_bool_t
224 typedef hb_bool_t
244 HB_EXTERN hb_bool_t
247 HB_EXTERN hb_bool_t
    [all...]
hb-shape-plan.h 64 HB_EXTERN hb_bool_t
69 hb_bool_t replace);
76 HB_EXTERN hb_bool_t
hb-set.cc 115 hb_bool_t
120 hb_bool_t replace)
152 hb_bool_t
182 hb_bool_t
199 hb_bool_t
285 hb_bool_t
445 hb_bool_t
465 hb_bool_t
hb-shape.h 50 HB_EXTERN hb_bool_t
65 HB_EXTERN hb_bool_t
hb-font.h 61 HB_EXTERN hb_bool_t
66 hb_bool_t replace);
77 HB_EXTERN hb_bool_t
112 typedef hb_bool_t (*hb_font_get_font_extents_func_t) (hb_font_t *font, void *font_data,
119 typedef hb_bool_t (*hb_font_get_nominal_glyph_func_t) (hb_font_t *font, void *font_data,
123 typedef hb_bool_t (*hb_font_get_variation_glyph_func_t) (hb_font_t *font, void *font_data,
135 typedef hb_bool_t (*hb_font_get_glyph_origin_func_t) (hb_font_t *font, void *font_data,
149 typedef hb_bool_t (*hb_font_get_glyph_extents_func_t) (hb_font_t *font, void *font_data,
153 typedef hb_bool_t (*hb_font_get_glyph_contour_point_func_t) (hb_font_t *font, void *font_data,
159 typedef hb_bool_t (*hb_font_get_glyph_name_func_t) (hb_font_t *font, void *font_data
    [all...]
hb-deprecated.h 47 typedef hb_bool_t (*hb_font_get_glyph_func_t) (hb_font_t *font, void *font_data,
hb-shape-plan-private.hh 40 hb_bool_t default_shaper_list;
hb-version.h 58 HB_EXTERN hb_bool_t
hb-blob.h 94 HB_EXTERN hb_bool_t
99 hb_bool_t replace);
110 HB_EXTERN hb_bool_t
hb-face.h 67 HB_EXTERN hb_bool_t
72 hb_bool_t replace);
82 HB_EXTERN hb_bool_t
hb-font.cc 47 static hb_bool_t
56 static hb_bool_t
62 hb_bool_t ret = font->parent->get_font_h_extents (metrics);
71 static hb_bool_t
80 static hb_bool_t
86 hb_bool_t ret = font->parent->get_font_v_extents (metrics);
95 static hb_bool_t
105 static hb_bool_t
115 static hb_bool_t
126 static hb_bool_t
    [all...]
hb-font-private.hh 65 hb_bool_t immutable;
100 hb_bool_t immutable;
166 inline hb_bool_t get_font_h_extents (hb_font_extents_t *extents)
173 inline hb_bool_t get_font_v_extents (hb_font_extents_t *extents)
187 inline hb_bool_t get_nominal_glyph (hb_codepoint_t unicode,
196 inline hb_bool_t get_variation_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector,
219 inline hb_bool_t get_glyph_h_origin (hb_codepoint_t glyph,
228 inline hb_bool_t get_glyph_v_origin (hb_codepoint_t glyph,
251 inline hb_bool_t get_glyph_extents (hb_codepoint_t glyph,
261 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index
    [all...]
hb-buffer.h 125 HB_EXTERN hb_bool_t
155 HB_EXTERN hb_bool_t
160 hb_bool_t replace);
301 HB_EXTERN hb_bool_t
306 HB_EXTERN hb_bool_t
363 HB_EXTERN hb_bool_t
446 HB_EXTERN hb_bool_t
459 typedef hb_bool_t (*hb_buffer_message_func_t) (hb_buffer_t *buffer,
hb-version.h.in 58 HB_EXTERN hb_bool_t
hb-unicode.cc 81 static hb_bool_t
91 static hb_bool_t
268 hb_bool_t
273 hb_bool_t replace)
324 hb_bool_t
400 hb_bool_t
422 hb_bool_t
hb-unicode.h 193 HB_EXTERN hb_bool_t
198 hb_bool_t replace);
209 HB_EXTERN hb_bool_t
238 typedef hb_bool_t (*hb_unicode_compose_func_t) (hb_unicode_funcs_t *ufuncs,
243 typedef hb_bool_t (*hb_unicode_decompose_func_t) (hb_unicode_funcs_t *ufuncs,
457 HB_EXTERN hb_bool_t
468 HB_EXTERN hb_bool_t
hb-face-private.hh 47 hb_bool_t immutable;
hb-ot-layout-private.hh 41 HB_INTERNAL hb_bool_t
75 HB_INTERNAL hb_bool_t
80 hb_bool_t zero_context);
350 static inline hb_bool_t
356 static inline hb_bool_t
362 static inline hb_bool_t
368 static inline hb_bool_t

Completed in 243 milliseconds

1 2 3