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

1 2 3

  /external/harfbuzz_ng/src/
hb-uniscribe.h 41 hb_uniscribe_font_get_logfontw (hb_font_t *font);
44 hb_uniscribe_font_get_hfont (hb_font_t *font);
hb-ft.h 46 hb_font_t *
52 /* Makes an hb_font_t use FreeType internally to implement font functions. */
54 hb_ft_font_set_funcs (hb_font_t *font);
57 hb_ft_font_get_face (hb_font_t *font);
hb-ot-shape-fallback-private.hh 36 hb_font_t *font,
40 hb_font_t *font,
45 hb_font_t *font,
hb-font.h 41 typedef struct hb_font_t hb_font_t; typedef in typeref:struct:hb_font_t
167 typedef hb_bool_t (*hb_font_get_glyph_func_t) (hb_font_t *font, void *font_data,
173 typedef hb_position_t (*hb_font_get_glyph_advance_func_t) (hb_font_t *font, void *font_data,
179 typedef hb_bool_t (*hb_font_get_glyph_origin_func_t) (hb_font_t *font, void *font_data,
186 typedef hb_position_t (*hb_font_get_glyph_kerning_func_t) (hb_font_t *font, void *font_data,
193 typedef hb_bool_t (*hb_font_get_glyph_extents_func_t) (hb_font_t *font, void *font_data,
197 typedef hb_bool_t (*hb_font_get_glyph_contour_point_func_t) (hb_font_t *font, void *font_data,
203 typedef hb_bool_t (*hb_font_get_glyph_name_func_t) (hb_font_t *font, void *font_data,
207 typedef hb_bool_t (*hb_font_get_glyph_from_name_func_t) (hb_font_t *font, void *font_data
    [all...]
hb-graphite2.h 41 hb_graphite2_font_get_gr_font (hb_font_t *font);
hb-coretext.h 41 hb_coretext_font_get_ct_font (hb_font_t *font);
hb-ot.h 40 hb_ot_shape_glyphs_closure (hb_font_t *font,
hb-ot-shape-normalize-private.hh 51 hb_font_t *font);
58 hb_font_t *font;
hb-shape.h 63 hb_shape (hb_font_t *font,
69 hb_shape_full (hb_font_t *font,
hb-font.cc 50 hb_font_get_glyph_nil (hb_font_t *font,
65 hb_font_get_glyph_h_advance_nil (hb_font_t *font,
77 hb_font_get_glyph_v_advance_nil (hb_font_t *font,
89 hb_font_get_glyph_h_origin_nil (hb_font_t *font,
108 hb_font_get_glyph_v_origin_nil (hb_font_t *font,
127 hb_font_get_glyph_h_kerning_nil (hb_font_t *font,
140 hb_font_get_glyph_v_kerning_nil (hb_font_t *font,
153 hb_font_get_glyph_extents_nil (hb_font_t *font,
173 hb_font_get_glyph_contour_point_nil (hb_font_t *font,
193 hb_font_get_glyph_name_nil (hb_font_t *font
    [all...]
hb-ot-layout-private.hh 202 hb_ot_layout_substitute_start (hb_font_t *font,
206 hb_ot_layout_substitute_lookup (hb_font_t *font,
214 hb_ot_layout_substitute_finish (hb_font_t *font,
220 hb_ot_layout_position_start (hb_font_t *font,
224 hb_ot_layout_position_lookup (hb_font_t *font,
232 hb_ot_layout_position_finish (hb_font_t *font,
hb-ft.cc 63 hb_ft_get_glyph (hb_font_t *font HB_UNUSED,
86 hb_ft_get_glyph_h_advance (hb_font_t *font HB_UNUSED,
102 hb_ft_get_glyph_v_advance (hb_font_t *font HB_UNUSED,
120 hb_ft_get_glyph_h_origin (hb_font_t *font HB_UNUSED,
132 hb_ft_get_glyph_v_origin (hb_font_t *font HB_UNUSED,
154 hb_ft_get_glyph_h_kerning (hb_font_t *font,
171 hb_ft_get_glyph_v_kerning (hb_font_t *font HB_UNUSED,
182 hb_ft_get_glyph_extents (hb_font_t *font HB_UNUSED,
202 hb_ft_get_glyph_contour_point (hb_font_t *font HB_UNUSED,
229 hb_ft_get_glyph_name (hb_font_t *font HB_UNUSED
    [all...]
hb-ot-shape-private.hh 55 inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, buffer); }
56 inline void position (hb_font_t *font, hb_buffer_t *buffer) const { map.position (this, font, buffer); }
hb-tt-font.cc 49 _hb_tt_font_create (hb_font_t *font)
hb-old.cc 87 hb_font_t *font = (hb_font_t *) old_font->userData;
115 hb_font_t *font = (hb_font_t *) old_font->userData;
146 hb_font_t *font = (hb_font_t *) old_font->userData;
164 hb_font_t *font = (hb_font_t *) old_font->userData;
222 _hb_old_shaper_font_data_create (hb_font_t *font)
273 hb_font_t *font
    [all...]
hb-ot-layout.h 82 hb_ot_layout_get_ligature_carets (hb_font_t *font,
216 (*hb_ot_layout_glyph_sequence_func_t) (hb_font_t *font,
254 Xhb_ot_layout_lookup_substitute (hb_font_t *font,
274 Xhb_ot_layout_lookup_position (hb_font_t *font,
hb-shape-plan.h 78 hb_font_t *font,
hb-fallback-shape.cc 56 _hb_fallback_shaper_font_data_create (hb_font_t *font HB_UNUSED)
93 hb_font_t *font,
hb-ot-shape-complex-sea.cc 69 hb_font_t *font,
73 hb_font_t *font,
77 hb_font_t *font,
168 hb_font_t *font HB_UNUSED)
183 hb_font_t *font HB_UNUSED,
275 hb_font_t *font,
327 hb_font_t *font,
348 hb_font_t *font HB_UNUSED,
hb-ot-layout-gdef-table.hh 99 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const
121 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const
146 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const
171 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const
205 inline unsigned int get_lig_carets (hb_font_t *font,
238 inline unsigned int get_lig_carets (hb_font_t *font,
355 inline unsigned int get_lig_carets (hb_font_t *font,
  /frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.h 55 hb_font_t* createFont(hb_face_t* face, SkPaint* paint, float sizeX, float sizeY);
HarfBuzzNGFaceSkia.cpp 79 static hb_bool_t harfbuzzGetGlyph(hb_font_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_codepoint_t variationSelector, hb_codepoint_t* glyph, void* userData)
97 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, void* userData)
106 static hb_bool_t harfbuzzGetGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, hb_position_t* x, hb_position_t* y, void* userData)
113 static hb_bool_t harfbuzzGetGlyphExtents(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, hb_glyph_extents_t* extents, void* userData)
164 hb_font_t* createFont(hb_face_t* face, SkPaint* paint, float sizeX, float sizeY) {
165 hb_font_t* font = hb_font_create(face);
  /external/harfbuzz_ng/test/api/
test-shape.c 44 glyph_h_advance_func (hb_font_t *font, void *font_data,
57 glyph_func (hb_font_t *font, void *font_data,
71 glyph_h_kerning_func (hb_font_t *font, void *font_data,
89 hb_font_t *font;
test-font.c 113 _test_font_nil_funcs (hb_font_t *font)
149 hb_font_t *font;
150 hb_font_t *subfont;
203 contour_point_func1 (hb_font_t *font, void *font_data,
223 contour_point_func2 (hb_font_t *font, void *font_data,
239 glyph_h_advance_func1 (hb_font_t *font, void *font_data,
258 hb_font_t *font1;
259 hb_font_t *font2;
260 hb_font_t *font3;
366 hb_font_t *font
    [all...]
  /external/harfbuzz_ng/util/
options.hh 204 hb_bool_t shape (hb_font_t *font, hb_buffer_t *buffer)
213 hb_font_t *font, hb_buffer_t *buffer,
256 hb_font_t *get_font (void) const;
262 mutable hb_font_t *font;
375 hb_font_t *font,
385 hb_font_t *font,
394 hb_font_t *font,

Completed in 3578 milliseconds

1 2 3