Home
last modified time | relevance | path

Searched refs:FT_Bool (Results 1 – 25 of 64) sorted by relevance

123

/external/freetype/src/base/
Dftpatent.c27 static FT_Bool
31 FT_Bool result = FALSE; in _tt_check_patents_in_range()
112 static FT_Bool
119 FT_Bool result = FALSE; in _tt_check_patents_in_table()
146 static FT_Bool
152 FT_Bool result; in _tt_face_check_patents()
190 FT_Bool has_instr = 0; in _tt_face_check_patents()
249 FT_EXPORT_DEF( FT_Bool )
252 FT_Bool result = FALSE; in FT_Face_CheckTrueTypePatents()
264 FT_EXPORT_DEF( FT_Bool )
[all …]
Dftstroke.c96 static FT_Bool
165 static FT_Bool
250 FT_Bool movable;
253 FT_Bool valid;
290 FT_Bool reverse ) in ft_stroke_border_close()
357 FT_Bool movable ) in ft_stroke_border_lineto()
697 FT_Bool first_point;
698 FT_Bool subpath_open;
707 FT_Bool valid;
961 FT_Bool miter; in ft_stroker_outside()
[all …]
/external/freetype/src/truetype/
Dttobjs.h87 FT_Bool both_x_axis;
94 FT_Bool auto_flip;
106 FT_Bool scan_control;
179 FT_Bool active; /* is it active? */
275 FT_Bool valid;
277 FT_Bool rotated; /* `is the glyph rotated?'-flag */
278 FT_Bool stretched; /* `is the glyph stretched?'-flag */
330 FT_Bool debug;
333 FT_Bool bytecode_ready;
334 FT_Bool cvt_ready;
Dttinterp.h151 FT_Bool step_ins; /* true if the interpreter must */
193 FT_Bool instruction_trap; /* If `True', the interpreter will */
198 FT_Bool is_composite; /* true if the glyph is composite */
199 FT_Bool pedantic_hinting; /* true if pedantic interpretation */
218 FT_Bool grayscale; /* are we hinting for grayscale? */
286 FT_Bool debug );
Dttgload.h40 FT_Bool check,
47 FT_Bool check,
Dttgload.c76 FT_Bool check, in TT_Get_HMetrics()
106 FT_Bool check, in TT_Get_VMetrics()
154 (FT_Bool)!( loader->load_flags & in tt_get_metrics()
159 (FT_Bool)!( loader->load_flags & in tt_get_metrics()
735 FT_Bool is_composite ) in TT_Hint_Glyph()
798 FT_Bool debug; in TT_Hint_Glyph()
962 FT_Bool have_scale; in TT_Process_Composite_Component()
1234 FT_Bool header_only ) in load_truetype_glyph()
1241 FT_Bool opened_frame = 0; in load_truetype_glyph()
1250 FT_Bool glyph_data_loaded = 0; in load_truetype_glyph()
[all …]
/external/freetype/src/cff/
Dcffgload.h97 FT_Bool path_begun;
98 FT_Bool load_points;
99 FT_Bool no_recurse;
101 FT_Bool metrics_only;
138 FT_Bool read_width;
139 FT_Bool width_only;
157 FT_Bool seac;
167 FT_Bool hinting,
Dcffobjs.h75 FT_Bool hint;
76 FT_Bool scaled;
Dcfftypes.h113 FT_Bool is_fixed_pitch;
172 FT_Bool force_bold;
/external/freetype/include/freetype/
Dftstroke.h318 FT_Bool opened );
349 FT_Bool open );
664 FT_Bool destroy );
701 FT_Bool inside,
702 FT_Bool destroy );
Dt1tables.h77 FT_Bool is_fixed_pitch;
143 FT_Bool force_bold;
144 FT_Bool round_stem_up;
Dfttypes.h104 typedef unsigned char FT_Bool; typedef
581 #define FT_BOOL( x ) ( (FT_Bool)( x ) )
Dftcid.h122 FT_Bool *is_cid );
/external/freetype/src/pshinter/
Dpshalgo.h216 FT_Bool vertical;
220 FT_Bool do_horz_hints;
221 FT_Bool do_vert_hints;
222 FT_Bool do_horz_snapping;
223 FT_Bool do_vert_snapping;
224 FT_Bool do_stem_adjust;
234 FT_Bool vertical );
/external/freetype/src/sfnt/
Dttmtx.h34 FT_Bool vertical );
40 FT_Bool vertical );
45 FT_Bool vertical,
Dttmtx.c68 FT_Bool vertical ) in tt_face_load_hmtx()
105 FT_Bool vertical ) in tt_face_load_hmtx()
258 FT_Bool vertical ) in tt_face_load_hhea()
350 FT_Bool vertical, in tt_face_get_metrics()
429 FT_Bool vertical, in tt_face_get_metrics()
Dsfobjs.c150 FT_Bool is_english = 0; in tt_face_get_name()
529 FT_Bool has_outline; in sfnt_load_face()
530 FT_Bool is_apple_sbit; in sfnt_load_face()
531 FT_Bool ignore_preferred_family = FALSE; in sfnt_load_face()
532 FT_Bool ignore_preferred_subfamily = FALSE; in sfnt_load_face()
/external/freetype/include/freetype/internal/
Dtttypes.h817 FT_Bool loaded;
907 FT_Bool loaded;
1276 FT_Bool vertical_info;
1372 FT_Bool unpatented_hinting;
1392 FT_Bool doblend;
1507 FT_Bool linear_def;
1508 FT_Bool preserve_pps;
Dpsaux.h365 FT_Bool delimiters );
485 FT_Bool hinting );
576 FT_Bool load_points;
577 FT_Bool no_recurse;
579 FT_Bool metrics_only;
644 FT_Bool hinting,
695 FT_Bool seac;
/external/freetype/src/psaux/
Dafmparse.h64 FT_Bool b;
80 FT_Bool line,
Dpsobjs.h116 FT_Bool delimiters );
159 FT_Bool hinting );
/external/freetype/src/autofit/
Dafglobal.c312 FT_LOCAL_DEF( FT_Bool )
317 return (FT_Bool)( globals->glyph_scripts[gindex] & AF_DIGIT ); in af_face_globals_is_digit()
319 return (FT_Bool)0; in af_face_globals_is_digit()
Daflatin.h105 FT_Bool extra_light;
108 FT_Bool control_overshoot;
Dafglobal.h59 FT_LOCAL_DEF( FT_Bool )
Daflatin.c205 FT_Bool round = 0; in af_latin_metrics_init_blues()
375 FT_Bool over_ref = FT_BOOL( shoot > ref ); in af_latin_metrics_init_blues()
406 FT_Bool started = 0, same_width = 1; in af_latin_metrics_check_digits()
587 (FT_Bool)( FT_MulFix( axis->standard_width, scale ) < 32 + 8 ); in af_latin_metrics_scale_dim()
715 FT_Bool passed; in af_latin_hints_compute_segments()
1142 FT_Bool is_serif; in af_latin_hints_compute_edges()
1159 is_serif = (FT_Bool)( seg->serif && in af_latin_hints_compute_edges()
1294 FT_Bool is_top_blue, is_major_dir; in af_latin_hints_compute_blue_edges()
1333 FT_Bool is_under_ref = FT_BOOL( edge->fpos < blue->ref.org ); in af_latin_hints_compute_blue_edges()

123