Home
last modified time | relevance | path

Searched refs:FT_Short (Results 1 – 25 of 82) sorted by relevance

1234

/external/freetype/include/freetype/
Dtttables.h97 FT_Short xMin;
98 FT_Short yMin;
99 FT_Short xMax;
100 FT_Short yMax;
105 FT_Short Font_Direction;
106 FT_Short Index_To_Loc_Format;
107 FT_Short Glyph_Data_Format;
202 FT_Short Ascender;
203 FT_Short Descender;
204 FT_Short Line_Gap;
[all …]
Dt1tables.h98 FT_Short underline_position;
148 FT_Short blue_values[14];
149 FT_Short other_blues[10];
151 FT_Short family_blues [14];
152 FT_Short family_other_blues[10];
166 FT_Short snap_widths [13]; /* including std width */
167 FT_Short snap_heights[13]; /* including std height */
174 FT_Short min_feature[2];
Dfreetype.h369 FT_Short height;
370 FT_Short width;
1077 FT_Short ascender;
1078 FT_Short descender;
1079 FT_Short height;
1081 FT_Short max_advance_width;
1082 FT_Short max_advance_height;
1084 FT_Short underline_position;
1085 FT_Short underline_thickness;
/external/pdfium/third_party/freetype/include/freetype/
Dtttables.h96 FT_Short xMin;
97 FT_Short yMin;
98 FT_Short xMax;
99 FT_Short yMax;
104 FT_Short Font_Direction;
105 FT_Short Index_To_Loc_Format;
106 FT_Short Glyph_Data_Format;
202 FT_Short Ascender;
203 FT_Short Descender;
204 FT_Short Line_Gap;
[all …]
Dt1tables.h98 FT_Short underline_position;
148 FT_Short blue_values[14];
149 FT_Short other_blues[10];
151 FT_Short family_blues [14];
152 FT_Short family_other_blues[10];
166 FT_Short snap_widths [13]; /* including std width */
167 FT_Short snap_heights[13]; /* including std height */
174 FT_Short min_feature[2];
Dfreetype.h365 FT_Short height;
366 FT_Short width;
1061 FT_Short ascender;
1062 FT_Short descender;
1063 FT_Short height;
1065 FT_Short max_advance_width;
1066 FT_Short max_advance_height;
1068 FT_Short underline_position;
1069 FT_Short underline_thickness;
/external/pdfium/third_party/freetype/include/freetype/internal/
Dtttypes.h226 FT_Short bearing;
240 typedef FT_Short TT_ShortMetrics;
428 FT_Short horiBearingX;
429 FT_Short horiBearingY;
432 FT_Short vertBearingX;
433 FT_Short vertBearingY;
1331 FT_Short* cvt;
1441 FT_Short max_contours;
1443 FT_Short n_contours; /* number of contours */
1486 FT_Short n_contours;
Dftstream.h288 #define FT_GET_SHORT() FT_GET_MACRO( FT_Stream_GetUShort, FT_Short )
296 #define FT_GET_SHORT_LE() FT_GET_MACRO( FT_Stream_GetUShortLE, FT_Short )
308 #define FT_READ_SHORT( var ) FT_READ_MACRO( FT_Stream_ReadUShort, FT_Short, var )
315 #define FT_READ_SHORT_LE( var ) FT_READ_MACRO( FT_Stream_ReadUShortLE, FT_Short, var )
/external/freetype/src/autofit/
Dafhints.h248 FT_Short fx, fy; /* original, unscaled position (in font units) */
262 FT_Short pos; /* position of segment */
263 FT_Short delta; /* deviation from segment position */
264 FT_Short min_coord; /* minimum coordinate of segment */
265 FT_Short max_coord; /* maximum coordinate of segment */
266 FT_Short height; /* the hinted segment height */
284 FT_Short fpos; /* original, unscaled position (in font units) */
Daflatin.c1633 segment->pos = (FT_Short)( ( min_pos + max_pos ) >> 1 ); in af_latin_hints_compute_segments()
1634 segment->delta = (FT_Short)( ( max_pos - min_pos ) >> 1 ); in af_latin_hints_compute_segments()
1643 segment->min_coord = (FT_Short)min_coord; in af_latin_hints_compute_segments()
1644 segment->max_coord = (FT_Short)max_coord; in af_latin_hints_compute_segments()
1694 prev_segment->pos = (FT_Short)( ( min_pos + in af_latin_hints_compute_segments()
1703 prev_segment->min_coord = (FT_Short)min_coord; in af_latin_hints_compute_segments()
1704 prev_segment->max_coord = (FT_Short)max_coord; in af_latin_hints_compute_segments()
1724 prev_segment->pos = (FT_Short)( ( prev_min_pos + in af_latin_hints_compute_segments()
1737 segment->pos = (FT_Short)( ( min_pos + max_pos ) >> 1 ); in af_latin_hints_compute_segments()
1743 segment->min_coord = (FT_Short)min_coord; in af_latin_hints_compute_segments()
[all …]
/external/freetype/include/freetype/internal/
Dtttypes.h226 FT_Short bearing;
240 typedef FT_Short TT_ShortMetrics;
464 FT_Short horiBearingX;
465 FT_Short horiBearingY;
468 FT_Short vertBearingX;
469 FT_Short vertBearingY;
1474 FT_Short* cvt;
1590 FT_Short max_contours;
1592 FT_Short n_contours; /* number of contours */
1635 FT_Short n_contours;
Dftstream.h288 #define FT_GET_SHORT() FT_GET_MACRO( FT_Stream_GetUShort, FT_Short )
296 #define FT_GET_SHORT_LE() FT_GET_MACRO( FT_Stream_GetUShortLE, FT_Short )
308 #define FT_READ_SHORT( var ) FT_READ_MACRO( FT_Stream_ReadUShort, FT_Short, var )
315 #define FT_READ_SHORT_LE( var ) FT_READ_MACRO( FT_Stream_ReadUShortLE, FT_Short, var )
/external/pdfium/third_party/freetype/src/type1/
Dt1objs.c469 root->ascender = (FT_Short)( root->bbox.yMax ); in T1_Face_Init()
470 root->descender = (FT_Short)( root->bbox.yMin ); in T1_Face_Init()
472 root->height = (FT_Short)( ( root->units_per_EM * 12 ) / 10 ); in T1_Face_Init()
474 root->height = (FT_Short)( root->ascender - root->descender ); in T1_Face_Init()
478 (FT_Short)( root->bbox.xMax ); in T1_Face_Init()
487 root->max_advance_width = (FT_Short)FIXED_TO_INT( max_advance ); in T1_Face_Init()
494 root->underline_position = (FT_Short)info->underline_position; in T1_Face_Init()
495 root->underline_thickness = (FT_Short)info->underline_thickness; in T1_Face_Init()
Dt1driver.c366 *((FT_Short *)value) = type1->private_dict.blue_values[idx]; in t1_ps_get_font_value()
399 *((FT_Short *)value) = type1->private_dict.other_blues[idx]; in t1_ps_get_font_value()
414 *((FT_Short *)value) = type1->private_dict.family_blues[idx]; in t1_ps_get_font_value()
429 *((FT_Short *)value) = type1->private_dict.family_other_blues[idx]; in t1_ps_get_font_value()
444 *((FT_Short *)value) = type1->private_dict.snap_widths[idx]; in t1_ps_get_font_value()
459 *((FT_Short *)value) = type1->private_dict.snap_heights[idx]; in t1_ps_get_font_value()
481 *((FT_Short *)value) = type1->private_dict.min_feature[idx]; in t1_ps_get_font_value()
512 *((FT_Short *)value) = type1->font_info.underline_position; in t1_ps_get_font_value()
/external/pdfium/third_party/freetype/src/cid/
Dcidobjs.c435 cidface->ascender = (FT_Short)( cidface->bbox.yMax ); in cid_face_init()
436 cidface->descender = (FT_Short)( cidface->bbox.yMin ); in cid_face_init()
438 cidface->height = (FT_Short)( ( cidface->units_per_EM * 12 ) / 10 ); in cid_face_init()
440 cidface->height = (FT_Short)( cidface->ascender - cidface->descender ); in cid_face_init()
442 cidface->underline_position = (FT_Short)info->underline_position; in cid_face_init()
443 cidface->underline_thickness = (FT_Short)info->underline_thickness; in cid_face_init()
/external/pdfium/third_party/freetype/src/pshinter/
Dpshglob.c142 FT_Short* read, in psh_blues_set_zones_0()
236 FT_Short* blues, in psh_blues_set_zones()
238 FT_Short* other_blues, in psh_blues_set_zones()
526 static FT_Short
528 const FT_Short* values, in psh_calc_max_height()
529 FT_Short cur_max ) in psh_calc_max_height()
536 FT_Short cur_height = values[count + 1] - values[count]; in psh_calc_max_height()
656 FT_Short* read; in psh_globals_new()
712 FT_Short max_height = 1; in psh_globals_new()
/external/freetype/src/pshinter/
Dpshglob.c142 FT_Short* read, in psh_blues_set_zones_0()
236 FT_Short* blues, in psh_blues_set_zones()
238 FT_Short* other_blues, in psh_blues_set_zones()
526 static FT_Short
528 const FT_Short* values, in psh_calc_max_height()
529 FT_Short cur_max ) in psh_calc_max_height()
536 FT_Short cur_height = values[count + 1] - values[count]; in psh_calc_max_height()
656 FT_Short* read; in psh_globals_new()
712 FT_Short max_height = 1; in psh_globals_new()
/external/pdfium/third_party/freetype/src/truetype/
Dttgload.h40 FT_Short* lsb,
47 FT_Short* tsb,
Dttgload.c75 FT_Short* lsb, in TT_Get_HMetrics()
94 FT_Short* tsb, in TT_Get_VMetrics()
102 *tsb = (FT_Short)( face->os2.sTypoAscender - yMax ); in TT_Get_VMetrics()
109 *tsb = (FT_Short)( face->horizontal.Ascender - yMax ); in TT_Get_VMetrics()
131 FT_Short left_bearing = 0, top_bearing = 0; in tt_get_metrics()
187 FT_Short left_bearing = 0, top_bearing = 0; in tt_get_metrics_incr_overrides()
211 left_bearing = (FT_Short)metrics.bearing_x; in tt_get_metrics_incr_overrides()
227 top_bearing = (FT_Short)metrics.bearing_y; in tt_get_metrics_incr_overrides()
340 FT_Short *cont, *cont_limit, prev_cont; in TT_Load_Simple_Glyph()
539 outline->n_points = (FT_Short)n_points; in TT_Load_Simple_Glyph()
[all …]
/external/freetype/src/truetype/
Dttgload.h40 FT_Short* lsb,
47 FT_Short* tsb,
Dttgxvar.c232 static FT_Short*
237 FT_Short *deltas = NULL; in ft_var_readpackeddeltas()
401 ( (FT_Short)( ( (FT_UInt32)(x) + 0x8000U ) >> 16 ) )
494 FT_Short start, peak, end; in ft_var_load_item_variation_store()
580 FT_Short delta; in ft_var_load_item_variation_store()
854 FT_Short* deltaSet; in ft_var_get_item_delta()
1079 p = (FT_Short*)&face->dflt; \
1085 p = (FT_Short*)&face->gasp.gaspRanges[idx].maxPPEM; \
1091 static FT_Short*
1095 FT_Short* p; in ft_var_get_value_pointer()
[all …]
/external/pdfium/third_party/freetype/src/cff/
Dcffobjs.c121 priv->blue_values[n] = (FT_Short)cpriv->blue_values[n]; in cff_make_private_dict()
125 priv->other_blues[n] = (FT_Short)cpriv->other_blues[n]; in cff_make_private_dict()
129 priv->family_blues[n] = (FT_Short)cpriv->family_blues[n]; in cff_make_private_dict()
133 priv->family_other_blues[n] = (FT_Short)cpriv->family_other_blues[n]; in cff_make_private_dict()
144 priv->snap_widths[n] = (FT_Short)cpriv->snap_widths[n]; in cff_make_private_dict()
148 priv->snap_heights[n] = (FT_Short)cpriv->snap_heights[n]; in cff_make_private_dict()
760 cffface->ascender = (FT_Short)( cffface->bbox.yMax ); in cff_face_init()
761 cffface->descender = (FT_Short)( cffface->bbox.yMin ); in cff_face_init()
763 cffface->height = (FT_Short)( ( cffface->units_per_EM * 12 ) / 10 ); in cff_face_init()
765 cffface->height = (FT_Short)( cffface->ascender - cffface->descender ); in cff_face_init()
[all …]
/external/freetype/src/cff/
Dcffobjs.c121 priv->blue_values[n] = (FT_Short)cpriv->blue_values[n]; in cff_make_private_dict()
125 priv->other_blues[n] = (FT_Short)cpriv->other_blues[n]; in cff_make_private_dict()
129 priv->family_blues[n] = (FT_Short)cpriv->family_blues[n]; in cff_make_private_dict()
133 priv->family_other_blues[n] = (FT_Short)cpriv->family_other_blues[n]; in cff_make_private_dict()
144 priv->snap_widths[n] = (FT_Short)cpriv->snap_widths[n]; in cff_make_private_dict()
148 priv->snap_heights[n] = (FT_Short)cpriv->snap_heights[n]; in cff_make_private_dict()
876 cffface->ascender = (FT_Short)( cffface->bbox.yMax ); in cff_face_init()
877 cffface->descender = (FT_Short)( cffface->bbox.yMin ); in cff_face_init()
879 cffface->height = (FT_Short)( ( cffface->units_per_EM * 12 ) / 10 ); in cff_face_init()
881 cffface->height = (FT_Short)( cffface->ascender - cffface->descender ); in cff_face_init()
[all …]
/external/freetype/src/sfnt/
Dttmtx.c221 FT_Short *abearing, in tt_face_get_metrics()
320 *abearing = (FT_Short)b; in tt_face_get_metrics()
/external/pdfium/third_party/freetype/src/sfnt/
Dttmtx.h47 FT_Short* abearing,

1234