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

1 2

  /external/chromium_org/third_party/freetype/src/autofit/
afdummy.c 26 af_dummy_hints_init( AF_GlyphHints hints,
36 af_dummy_hints_apply( AF_GlyphHints hints,
aflatin.h 180 af_latin_hints_compute_segments( AF_GlyphHints hints,
184 af_latin_hints_link_segments( AF_GlyphHints hints,
188 af_latin_hints_compute_edges( AF_GlyphHints hints,
192 af_latin_hints_detect_features( AF_GlyphHints hints,
afhints.h 415 af_glyph_hints_init( AF_GlyphHints hints,
419 af_glyph_hints_rescale( AF_GlyphHints hints,
423 af_glyph_hints_reload( AF_GlyphHints hints,
427 af_glyph_hints_save( AF_GlyphHints hints,
431 af_glyph_hints_align_edge_points( AF_GlyphHints hints,
435 af_glyph_hints_align_strong_points( AF_GlyphHints hints,
439 af_glyph_hints_align_weak_points( AF_GlyphHints hints,
444 af_glyph_hints_scale_dim( AF_GlyphHints hints,
451 af_glyph_hints_done( AF_GlyphHints hints );
afwarp.h 52 AF_GlyphHints hints,
afcjk.h 116 af_cjk_hints_init( AF_GlyphHints hints,
120 af_cjk_hints_apply( AF_GlyphHints hints,
afindic.c 73 af_indic_hints_init( AF_GlyphHints hints,
82 af_indic_hints_apply( AF_GlyphHints hints,
afhints.c 182 af_glyph_hints_dump_points( AF_GlyphHints hints )
250 af_glyph_hints_dump_segments( AF_GlyphHints hints )
306 af_glyph_hints_get_num_segments( AF_GlyphHints hints,
332 af_glyph_hints_get_segment_offset( AF_GlyphHints hints,
369 af_glyph_hints_dump_edges( AF_GlyphHints hints )
424 af_glyph_hints_dump_points( AF_GlyphHints hints )
431 af_glyph_hints_dump_segments( AF_GlyphHints hints )
438 af_glyph_hints_get_num_segments( AF_GlyphHints hints,
451 af_glyph_hints_get_segment_offset( AF_GlyphHints hints,
466 af_glyph_hints_dump_edges( AF_GlyphHints hints
    [all...]
aftypes.h 156 typedef struct AF_GlyphHintsRec_* AF_GlyphHints;
278 (*AF_Script_InitHintsFunc)( AF_GlyphHints hints,
282 (*AF_Script_ApplyHintsFunc)( AF_GlyphHints hints,
afcjk.c 686 af_cjk_hints_compute_segments( AF_GlyphHints hints,
730 af_cjk_hints_link_segments( AF_GlyphHints hints,
895 af_cjk_hints_compute_edges( AF_GlyphHints hints,
    [all...]
aflatin2.c 43 af_latin2_hints_compute_segments( AF_GlyphHints hints,
47 af_latin2_hints_link_segments( AF_GlyphHints hints,
706 af_latin2_hints_compute_segments( AF_GlyphHints hints,
964 af_latin2_hints_link_segments( AF_GlyphHints hints,
1064 af_latin2_hints_compute_edges( AF_GlyphHints hints,
    [all...]
aflatin.c 793 af_latin_hints_compute_segments( AF_GlyphHints hints,
1013 af_latin_hints_link_segments( AF_GlyphHints hints,
1106 af_latin_hints_compute_edges( AF_GlyphHints hints,
    [all...]
afwarp.c 163 AF_GlyphHints hints,
afloader.c 112 AF_GlyphHints hints = &loader->hints;
  /external/freetype/src/autofit/
afdummy.c 26 af_dummy_hints_init( AF_GlyphHints hints,
41 af_dummy_hints_apply( AF_GlyphHints hints,
afhints.h 426 af_glyph_hints_init( AF_GlyphHints hints,
430 af_glyph_hints_rescale( AF_GlyphHints hints,
434 af_glyph_hints_reload( AF_GlyphHints hints,
438 af_glyph_hints_save( AF_GlyphHints hints,
442 af_glyph_hints_align_edge_points( AF_GlyphHints hints,
446 af_glyph_hints_align_strong_points( AF_GlyphHints hints,
450 af_glyph_hints_align_weak_points( AF_GlyphHints hints,
455 af_glyph_hints_scale_dim( AF_GlyphHints hints,
462 af_glyph_hints_done( AF_GlyphHints hints );
aflatin.h 170 af_latin_hints_compute_segments( AF_GlyphHints hints,
174 af_latin_hints_link_segments( AF_GlyphHints hints,
180 af_latin_hints_compute_edges( AF_GlyphHints hints,
184 af_latin_hints_detect_features( AF_GlyphHints hints,
afwarp.h 52 AF_GlyphHints hints,
afcjk.h 118 af_cjk_hints_init( AF_GlyphHints hints,
122 af_cjk_hints_apply( AF_GlyphHints hints,
afindic.c 73 af_indic_hints_init( AF_GlyphHints hints,
82 af_indic_hints_apply( AF_GlyphHints hints,
afhints.c 193 af_glyph_hints_dump_points( AF_GlyphHints hints,
262 af_glyph_hints_dump_segments( AF_GlyphHints hints,
319 af_glyph_hints_get_num_segments( AF_GlyphHints hints,
345 af_glyph_hints_get_segment_offset( AF_GlyphHints hints,
393 af_glyph_hints_dump_edges( AF_GlyphHints hints,
496 af_glyph_hints_init( AF_GlyphHints hints,
505 af_glyph_hints_done( AF_GlyphHints hints )
547 af_glyph_hints_rescale( AF_GlyphHints hints,
555 /* Recompute all AF_Point in AF_GlyphHints from the definitions */
559 af_glyph_hints_reload( AF_GlyphHints hints
    [all...]
aftypes.h 155 typedef struct AF_GlyphHintsRec_* AF_GlyphHints;
218 (*AF_WritingSystem_InitHintsFunc)( AF_GlyphHints hints,
222 (*AF_WritingSystem_ApplyHintsFunc)( AF_GlyphHints hints,
afcjk.c 703 af_cjk_hints_compute_segments( AF_GlyphHints hints,
747 af_cjk_hints_link_segments( AF_GlyphHints hints,
912 af_cjk_hints_compute_edges( AF_GlyphHints hints,
    [all...]
aflatin2.c 43 af_latin2_hints_compute_segments( AF_GlyphHints hints,
47 af_latin2_hints_link_segments( AF_GlyphHints hints,
707 af_latin2_hints_compute_segments( AF_GlyphHints hints,
965 af_latin2_hints_link_segments( AF_GlyphHints hints,
1065 af_latin2_hints_compute_edges( AF_GlyphHints hints,
    [all...]
aflatin.c     [all...]
afwarp.c 163 AF_GlyphHints hints,

Completed in 3909 milliseconds

1 2