Searched refs:FT_Bool (Results 1 – 25 of 65) sorted by relevance
123
/external/freetype/src/truetype/ |
D | ttobjs.h | 87 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 …]
|
D | ttinterp.h | 151 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 );
|
D | ttobjs.c | 148 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/ |
D | ftpatent.c | 27 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 …]
|
D | ftstroke.c | 97 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 …]
|
D | ftbase.h | 58 FT_LOCAL( FT_Bool )
|
/external/freetype/src/cff/ |
D | cffgload.h | 97 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,
|
D | cffobjs.h | 75 FT_Bool hint; 76 FT_Bool scaled;
|
D | cfftypes.h | 113 FT_Bool is_fixed_pitch; 172 FT_Bool force_bold;
|
/external/freetype/include/freetype/ |
D | ftstroke.h | 343 FT_Bool opened ); 374 FT_Bool open ); 689 FT_Bool destroy ); 726 FT_Bool inside, 727 FT_Bool destroy );
|
D | t1tables.h | 77 FT_Bool is_fixed_pitch; 143 FT_Bool force_bold; 144 FT_Bool round_stem_up;
|
D | fttypes.h | 104 typedef unsigned char FT_Bool; typedef 581 #define FT_BOOL( x ) ( (FT_Bool)( x ) )
|
D | ftcid.h | 122 FT_Bool *is_cid );
|
/external/freetype/src/pshinter/ |
D | pshalgo.h | 216 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/ |
D | ttmtx.h | 34 FT_Bool vertical ); 40 FT_Bool vertical ); 45 FT_Bool vertical,
|
D | ttmtx.c | 68 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/ |
D | tttypes.h | 817 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;
|
D | psaux.h | 365 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/ |
D | afmparse.h | 64 FT_Bool b; 80 FT_Bool line,
|
D | psobjs.h | 116 FT_Bool delimiters ); 159 FT_Bool hinting );
|
D | t1decode.h | 51 FT_Bool hinting,
|
/external/freetype/src/autofit/ |
D | afcjk.h | 84 FT_Bool extra_light; 87 FT_Bool control_overshoot;
|
D | afglobal.c | 308 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()
|
D | afglobal.h | 59 FT_LOCAL_DEF( FT_Bool )
|
D | afloader.h | 35 FT_Bool transformed;
|
123