Home
last modified time | relevance | path

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

123

/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;
[all …]
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 );
Dttobjs.c148 static FT_Bool
243 static FT_Bool
325 FT_Bool has_cvt, has_fpgm, has_prep; in tt_check_trickyness_sfnt_ids()
391 static FT_Bool
413 static FT_Bool
416 FT_Bool result = FALSE; in tt_check_single_notdef()
601 FT_Bool unpatented_hinting; in tt_face_init()
714 FT_Bool pedantic ) in tt_size_run_fpgm()
808 FT_Bool pedantic ) in tt_size_run_prep()
912 FT_Bool pedantic ) in tt_size_init_bytecode()
[all …]
/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.c97 static FT_Bool
187 static FT_Bool
308 FT_Bool movable; /* TRUE for ends of lineto borders */
311 FT_Bool valid;
348 FT_Bool reverse ) in ft_stroke_border_close()
415 FT_Bool movable ) in ft_stroke_border_lineto()
767 FT_Bool first_point; /* is this the start? */
768 FT_Bool subpath_open; /* is the subpath open? */
772 FT_Bool handle_wide_strokes; /* use wide strokes logic? */
987 FT_Bool intersect; /* use intersection of lines? */ in ft_stroker_inside()
[all …]
Dftbase.h58 FT_LOCAL( FT_Bool )
/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.h343 FT_Bool opened );
374 FT_Bool open );
689 FT_Bool destroy );
726 FT_Bool inside,
727 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()
/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 );
Dt1decode.h51 FT_Bool hinting,
/external/freetype/src/autofit/
Dafcjk.h84 FT_Bool extra_light;
87 FT_Bool control_overshoot;
Dafglobal.c308 FT_LOCAL_DEF( FT_Bool )
313 return (FT_Bool)( globals->glyph_scripts[gindex] & AF_DIGIT ); in af_face_globals_is_digit()
315 return (FT_Bool)0; in af_face_globals_is_digit()
Dafglobal.h59 FT_LOCAL_DEF( FT_Bool )
Dafloader.h35 FT_Bool transformed;

123