Home
last modified time | relevance | path

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

12345678

/external/freetype/src/truetype/
Dttinterp.h187 FT_Bool step_ins; /* true if the interpreter must */
224 FT_Bool instruction_trap; /* If `True', the interpreter will */
229 FT_Bool is_composite; /* true if the glyph is composite */
230 FT_Bool pedantic_hinting; /* true if pedantic interpretation */
251 FT_Bool grayscale; /* bi-level hinting and */
353 FT_Bool subpixel_hinting_lean;
358 FT_Bool vertical_lcd_lean;
363 FT_Bool backwards_compatibility;
367 FT_Bool iupx_called;
368 FT_Bool iupy_called;
[all …]
Dttobjs.h79 FT_Bool auto_flip;
91 FT_Bool scan_control;
165 FT_Bool active; /* is it active? */
166 FT_Bool inline_delta; /* is function that defines inline delta? */
263 FT_Bool valid;
265 FT_Bool rotated; /* `is the glyph rotated?'-flag */
266 FT_Bool stretched; /* `is the glyph stretched?'-flag */
379 FT_Bool pedantic );
383 FT_Bool pedantic );
387 FT_Bool pedantic );
[all …]
/external/pdfium/third_party/freetype/src/cff/
Dcf2hints.h75 FT_Bool isValid;
76 FT_Bool isNew;
88 FT_Bool used; /* DS positions are valid */
137 FT_Bool isValid;
138 FT_Bool hinted;
151 FT_LOCAL( FT_Bool )
153 FT_LOCAL( FT_Bool )
155 FT_LOCAL( FT_Bool )
173 FT_Bool initialMap );
206 FT_Bool pathIsOpen; /* true after MoveTo */
[all …]
Dcffgload.h102 FT_Bool path_begun;
103 FT_Bool load_points;
104 FT_Bool no_recurse;
106 FT_Bool metrics_only;
178 FT_Bool read_width;
179 FT_Bool width_only;
197 FT_Bool seac;
209 FT_Bool hinting,
Dcf2intrp.h53 FT_LOCAL( FT_Bool )
55 FT_LOCAL( FT_Bool )
59 FT_Bool val );
71 FT_Bool doingSeac,
Dcf2font.h88 FT_Bool hinted;
89 FT_Bool darkened; /* true if stemDarkened or synthetic bold */
91 FT_Bool stemDarkened;
101 FT_Bool reverseWinding; /* darken assuming */
Dcf2blues.h136 FT_Bool bottomZone;
153 FT_Bool suppressOvershoot;
154 FT_Bool doEmBoxHints;
173 FT_LOCAL( FT_Bool )
/external/freetype/src/cff/
Dcf2hints.h75 FT_Bool isValid;
76 FT_Bool isNew;
88 FT_Bool used; /* DS positions are valid */
137 FT_Bool isValid;
138 FT_Bool hinted;
151 FT_LOCAL( FT_Bool )
153 FT_LOCAL( FT_Bool )
155 FT_LOCAL( FT_Bool )
173 FT_Bool initialMap );
206 FT_Bool pathIsOpen; /* true after MoveTo */
[all …]
Dcffgload.h102 FT_Bool path_begun;
103 FT_Bool load_points;
104 FT_Bool no_recurse;
106 FT_Bool metrics_only;
178 FT_Bool read_width;
179 FT_Bool width_only;
197 FT_Bool seac;
209 FT_Bool hinting,
231 FT_Bool in_dict );
Dcf2font.h67 FT_Bool isCFF2;
97 FT_Bool hinted;
98 FT_Bool darkened; /* true if stemDarkened or synthetic bold */
100 FT_Bool stemDarkened;
110 FT_Bool reverseWinding; /* darken assuming */
Dcf2intrp.h53 FT_LOCAL( FT_Bool )
55 FT_LOCAL( FT_Bool )
59 FT_Bool val );
71 FT_Bool doingSeac,
Dcf2blues.h136 FT_Bool bottomZone;
153 FT_Bool suppressOvershoot;
154 FT_Bool doEmBoxHints;
173 FT_LOCAL( FT_Bool )
Dcf2hints.c96 FT_Bool bottom ) in cf2_hint_init()
217 FT_LOCAL_DEF( FT_Bool )
220 return (FT_Bool)( hint->flags != 0 ); in cf2_hint_isValid()
224 static FT_Bool
227 return (FT_Bool)( ( hint->flags & in cf2_hint_isPair()
232 static FT_Bool
235 return (FT_Bool)( ( hint->flags & CF2_PairTop ) != 0 ); in cf2_hint_isPairTop()
239 FT_LOCAL_DEF( FT_Bool )
242 return (FT_Bool)( ( hint->flags & in cf2_hint_isTop()
247 FT_LOCAL_DEF( FT_Bool )
[all …]
/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.h186 FT_Bool step_ins; /* true if the interpreter must */
223 FT_Bool instruction_trap; /* If `True', the interpreter will */
228 FT_Bool is_composite; /* true if the glyph is composite */
229 FT_Bool pedantic_hinting; /* true if pedantic interpretation */
250 FT_Bool grayscale; /* are we hinting for grayscale? */
255 FT_Bool subpixel_hinting; /* Using subpixel hinting? */
256 FT_Bool ignore_x_mode; /* Standard rendering mode for */
262 FT_Bool compatible_widths; /* compatible widths? */
263 FT_Bool symmetrical_smoothing; /* symmetrical_smoothing? */
264 FT_Bool bgr; /* bgr instead of rgb? */
[all …]
Dttobjs.h76 FT_Bool both_x_axis;
83 FT_Bool auto_flip;
95 FT_Bool scan_control;
169 FT_Bool active; /* is it active? */
170 FT_Bool inline_delta; /* is function that defines inline delta? */
267 FT_Bool valid;
269 FT_Bool rotated; /* `is the glyph rotated?'-flag */
270 FT_Bool stretched; /* `is the glyph stretched?'-flag */
381 FT_Bool pedantic );
385 FT_Bool pedantic );
[all …]
/external/pdfium/third_party/freetype/src/base/
Dftpatent.c28 static FT_Bool
32 FT_Bool result = FALSE; in _tt_check_patents_in_range()
113 static FT_Bool
120 FT_Bool result = FALSE; in _tt_check_patents_in_table()
147 static FT_Bool
153 FT_Bool result; in _tt_face_check_patents()
191 FT_Bool has_instr = 0; in _tt_face_check_patents()
250 FT_EXPORT_DEF( FT_Bool )
253 FT_Bool result = FALSE; in FT_Face_CheckTrueTypePatents()
265 FT_EXPORT_DEF( FT_Bool )
[all …]
/external/freetype/src/autofit/
Dafmodule.c34 FT_Bool to_stdout );
37 FT_Bool to_stdout );
40 FT_Bool to_stdout );
124 FT_Bool value_is_string ) in af_property_set()
227 FT_Bool* warping = (FT_Bool*)value; in af_property_set()
317 FT_Bool* no_stem_darkening = (FT_Bool*)value; in af_property_set()
342 FT_Bool warping = module->warping; in af_property_get()
393 FT_Bool* val = (FT_Bool*)value; in af_property_get()
420 FT_Bool no_stem_darkening = module->no_stem_darkening; in af_property_get()
421 FT_Bool* val = (FT_Bool*)value; in af_property_get()
/external/pdfium/third_party/freetype/include/freetype/
Dftstroke.h377 FT_Bool opened );
408 FT_Bool open );
728 FT_Bool destroy );
770 FT_Bool inside,
771 FT_Bool destroy );
/external/freetype/include/freetype/
Dftstroke.h377 FT_Bool opened );
408 FT_Bool open );
728 FT_Bool destroy );
770 FT_Bool inside,
771 FT_Bool destroy );
/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.h202 FT_Bool vertical;
206 FT_Bool do_horz_hints;
207 FT_Bool do_vert_hints;
208 FT_Bool do_horz_snapping;
209 FT_Bool do_vert_snapping;
210 FT_Bool do_stem_adjust;
220 FT_Bool vertical );
/external/freetype/src/pshinter/
Dpshalgo.h202 FT_Bool vertical;
206 FT_Bool do_horz_hints;
207 FT_Bool do_vert_hints;
208 FT_Bool do_horz_snapping;
209 FT_Bool do_vert_snapping;
210 FT_Bool do_stem_adjust;
220 FT_Bool vertical );
/external/freetype/src/cache/
Dftccback.h57 FT_LOCAL( FT_Bool )
61 FT_Bool* list_changed );
64 FT_LOCAL( FT_Bool )
68 FT_Bool* list_changed );
/external/freetype/src/base/
Dftpatent.c30 FT_EXPORT_DEF( FT_Bool )
41 FT_EXPORT_DEF( FT_Bool )
43 FT_Bool value ) in FT_Face_SetUnpatentedHinting()
/external/pdfium/third_party/freetype/src/sfnt/
Dttmtx.h34 FT_Bool vertical );
40 FT_Bool vertical );
45 FT_Bool vertical,
/external/freetype/src/sfnt/
Dttmtx.h34 FT_Bool vertical );
40 FT_Bool vertical );
45 FT_Bool vertical,

12345678