Home
last modified time | relevance | path

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

12

/external/freetype/include/freetype/
Dtttables.h77 FT_Short xMin;
78 FT_Short yMin;
79 FT_Short xMax;
80 FT_Short yMax;
85 FT_Short Font_Direction;
86 FT_Short Index_To_Loc_Format;
87 FT_Short Glyph_Data_Format;
183 FT_Short Ascender;
184 FT_Short Descender;
185 FT_Short Line_Gap;
[all …]
Dt1tables.h78 FT_Short underline_position;
128 FT_Short blue_values[14];
129 FT_Short other_blues[10];
131 FT_Short family_blues [14];
132 FT_Short family_other_blues[10];
146 FT_Short snap_widths [13]; /* including std width */
147 FT_Short snap_heights[13]; /* including std height */
154 FT_Short min_feature[2];
Dfreetype.h296 FT_Short height;
297 FT_Short width;
939 FT_Short ascender;
940 FT_Short descender;
941 FT_Short height;
943 FT_Short max_advance_width;
944 FT_Short max_advance_height;
946 FT_Short underline_position;
947 FT_Short underline_thickness;
Dfttypes.h194 typedef signed short FT_Short; typedef
/external/freetype/src/autofit/
Dafhints.h257 FT_Short fx, fy; /* original, unscaled position (font units) */
271 FT_Short pos; /* position of segment */
272 FT_Short min_coord; /* minimum coordinate of segment */
273 FT_Short max_coord; /* maximum coordinate of segment */
274 FT_Short height; /* the hinted segment height */
293 FT_Short fpos; /* original, unscaled position (font units) */
304 FT_Short num_linked; /* number of linked edges */
Daflatin.c827 segment->pos = (FT_Short)( ( min_pos + max_pos ) >> 1 ); in af_latin_hints_compute_segments()
844 segment->min_coord = (FT_Short)min_pos; in af_latin_hints_compute_segments()
845 segment->max_coord = (FT_Short)max_pos; in af_latin_hints_compute_segments()
846 segment->height = (FT_Short)( segment->max_coord - in af_latin_hints_compute_segments()
912 segment->height = (FT_Short)( segment->height + in af_latin_hints_compute_segments()
917 segment->height = (FT_Short)( segment->height + in af_latin_hints_compute_segments()
927 segment->height = (FT_Short)( segment->height + in af_latin_hints_compute_segments()
932 segment->height = (FT_Short)( segment->height + in af_latin_hints_compute_segments()
Daflatin2.c799 segment->pos = (FT_Short)(( min_u + max_u ) >> 1); in af_latin2_hints_compute_segments()
800 segment->min_coord = (FT_Short) min_v; in af_latin2_hints_compute_segments()
801 segment->max_coord = (FT_Short) max_v; in af_latin2_hints_compute_segments()
802 segment->height = (FT_Short)(max_v - min_v); in af_latin2_hints_compute_segments()
871 segment->height = (FT_Short)( segment->height + in af_latin2_hints_compute_segments()
876 segment->height = (FT_Short)( segment->height + in af_latin2_hints_compute_segments()
883 segment->height = (FT_Short)( segment->height + in af_latin2_hints_compute_segments()
888 segment->height = (FT_Short)( segment->height + in af_latin2_hints_compute_segments()
/external/freetype/include/freetype/internal/
Dtttypes.h157 FT_Short bearing;
171 typedef FT_Short TT_ShortMetrics;
360 FT_Short num_records;
1357 FT_Short* cvt;
1471 FT_Short n_contours; /* number of contours */
1502 FT_Short n_contours;
Dftstream.h295 #define FT_GET_SHORT() FT_GET_MACRO( FT_Stream_GetUShort, FT_Short )
303 #define FT_GET_SHORT_LE() FT_GET_MACRO( FT_Stream_GetUShortLE, FT_Short )
315 #define FT_READ_SHORT( var ) FT_READ_MACRO( FT_Stream_ReadUShort, FT_Short, var )
322 #define FT_READ_SHORT_LE( var ) FT_READ_MACRO( FT_Stream_ReadUShortLE, FT_Short, var )
/external/freetype/src/truetype/
Dttgload.h40 FT_Short* lsb,
46 FT_Short* tsb,
Dttobjs.h98 FT_Short delta_base;
99 FT_Short delta_shift;
124 FT_Short maxContours,
Dttgload.c73 FT_Short* lsb, in TT_Get_HMetrics()
96 FT_Short* tsb, in TT_Get_VMetrics()
136 FT_Short left_bearing = 0, top_bearing = 0; in tt_get_metrics()
168 FT_Short left_bearing = 0, top_bearing = 0; in tt_get_metrics_incr_overrides()
192 left_bearing = (FT_Short)metrics.bearing_x; in tt_get_metrics_incr_overrides()
208 top_bearing = (FT_Short)metrics.bearing_y; in tt_get_metrics_incr_overrides()
348 FT_Short *cont, *cont_limit, prev_cont; in TT_Load_Simple_Glyph()
541 outline->n_contours = (FT_Short) n_contours; in TT_Load_Simple_Glyph()
693 zone->n_contours = (FT_Short) ( load->outline.n_contours - in tt_prepare_zone()
1676 top = (FT_Short)FT_DivFix( loader->pp3.y - bbox.yMax, in compute_glyph_metrics()
[all …]
Dttdriver.c145 FT_Short tsb; in tt_get_advances()
157 FT_Short lsb; in tt_get_advances()
Dttinterp.c1754 static FT_Short
1759 return (FT_Short)( ( CUR.code[CUR.IP - 2] << 8 ) + in GetShortIns()
2880 FT_Short A, B; \
2883 A = (FT_Short)( CUR.opcode & 1 ) << 14; \
2884 B = A ^ (FT_Short)0x4000; \
2900 FT_Short A, B; \
2903 A = (FT_Short)( CUR.opcode & 1 ) << 14; \
2904 B = A ^ (FT_Short)0x4000; \
2920 FT_Short A, B; \
2923 A = (FT_Short)( CUR.opcode & 1 ) << 14; \
[all …]
Dttgxvar.c209 static FT_Short*
213 FT_Short *deltas = NULL; in ft_var_readpackeddeltas()
1135 FT_Short* deltas; in tt_face_vary_cvt()
1261 face->cvt[j] = (FT_Short)( face->cvt[j] + in tt_face_vary_cvt()
1271 face->cvt[pindex] = (FT_Short)( face->cvt[pindex] + in tt_face_vary_cvt()
1343 FT_Short *deltas_x, *deltas_y; in TT_Vary_Get_Glyph_Deltas()
Dttpload.c313 FT_Short* cur = face->cvt; in tt_face_load_cvt()
314 FT_Short* limit = cur + face->cvt_size; in tt_face_load_cvt()
/external/freetype/src/cff/
Dcffobjs.c117 priv->blue_values[n] = (FT_Short)cpriv->blue_values[n]; in cff_make_private_dict()
121 priv->other_blues[n] = (FT_Short)cpriv->other_blues[n]; in cff_make_private_dict()
125 priv->family_blues[n] = (FT_Short)cpriv->family_blues[n]; in cff_make_private_dict()
129 priv->family_other_blues[n] = (FT_Short)cpriv->family_other_blues[n]; in cff_make_private_dict()
140 priv->snap_widths[n] = (FT_Short)cpriv->snap_widths[n]; in cff_make_private_dict()
144 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 …]
Dcffparse.c68 val = (FT_Short)( ( (FT_Int)p[0] << 8 ) | p[1] ); in cff_parse_integer()
988 *(FT_Short*)q = (FT_Short)val; in cff_parser_run()
1055 *(FT_Short*)q = (FT_Short)val; in cff_parser_run()
Dcffdrivr.c349 font_info->underline_position = (FT_Short)dict->underline_position; in cff_ps_get_font_info()
350 font_info->underline_thickness = (FT_Short)dict->underline_thickness; in cff_ps_get_font_info()
/external/freetype/src/sfnt/
Dsfobjs.c923 FT_Short avgwidth = face->os2.xAvgCharWidth; in sfnt_load_face()
945 bsize->height = (FT_Short)( metrics.height >> 6 ); in sfnt_load_face()
946 bsize->width = (FT_Short)( in sfnt_load_face()
1016 root->height = (FT_Short)( root->ascender - root->descender + in sfnt_load_face()
1028 root->height = (FT_Short)( root->ascender - root->descender + in sfnt_load_face()
1033 root->ascender = (FT_Short)face->os2.usWinAscent; in sfnt_load_face()
1034 root->descender = -(FT_Short)face->os2.usWinDescent; in sfnt_load_face()
1042 root->max_advance_height = (FT_Short)( face->vertical_info in sfnt_load_face()
Dttmtx.c214 FT_Short val = (*shorts)[num_shorts_checked - 1]; in tt_face_load_hmtx()
352 FT_Short *abearing, in tt_face_get_metrics()
431 FT_Short* abearing, in tt_face_get_metrics()
Dttmtx.h47 FT_Short* abearing,
/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()
634 FT_Short* read; in psh_globals_new()
/external/freetype/src/base/
Dftstream.c361 FT_Short result; in FT_Stream_GetUShort()
380 FT_Short result; in FT_Stream_GetUShortLE()
492 FT_Short result = 0; in FT_Stream_ReadUShort()
539 FT_Short result = 0; in FT_Stream_ReadUShortLE()
/external/freetype/src/psaux/
Dpsobjs.h127 FT_Short* coords );

12