Home
last modified time | relevance | path

Searched refs:FT_Short (Results 1 – 25 of 37) 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.h295 FT_Short height;
296 FT_Short width;
938 FT_Short ascender;
939 FT_Short descender;
940 FT_Short height;
942 FT_Short max_advance_width;
943 FT_Short max_advance_height;
945 FT_Short underline_position;
946 FT_Short underline_thickness;
Dfttypes.h194 typedef signed short FT_Short; typedef
/external/freetype/src/autofit/
Dafhints.h112 FT_Short fx, fy; /* original, unscaled position (font units) */
126 FT_Short pos; /* position of segment */
127 FT_Short min_coord; /* minimum coordinate of segment */
128 FT_Short max_coord; /* maximum coordinate of segment */
129 FT_Short height; /* the hinted segment height */
149 FT_Short fpos; /* original, unscaled position (font units) */
160 FT_Short num_linked;
Daflatin.c760 segment->pos = (FT_Short)( ( min_pos + max_pos ) >> 1 ); in af_latin_hints_compute_segments()
777 segment->min_coord = (FT_Short)min_pos; in af_latin_hints_compute_segments()
778 segment->max_coord = (FT_Short)max_pos; in af_latin_hints_compute_segments()
779 segment->height = (FT_Short)( segment->max_coord - in af_latin_hints_compute_segments()
846 segment->height = (FT_Short)( segment->height + in af_latin_hints_compute_segments()
851 segment->height = (FT_Short)( segment->height + in af_latin_hints_compute_segments()
861 segment->height = (FT_Short)( segment->height + in af_latin_hints_compute_segments()
866 segment->height = (FT_Short)( segment->height + in af_latin_hints_compute_segments()
Daflatin2.c783 segment->pos = (FT_Short)(( min_u + max_u ) >> 1); in af_latin2_hints_compute_segments()
784 segment->min_coord = (FT_Short) min_v; in af_latin2_hints_compute_segments()
785 segment->max_coord = (FT_Short) max_v; in af_latin2_hints_compute_segments()
786 segment->height = (FT_Short)(max_v - min_v); in af_latin2_hints_compute_segments()
855 segment->height = (FT_Short)( segment->height + in af_latin2_hints_compute_segments()
860 segment->height = (FT_Short)( segment->height + in af_latin2_hints_compute_segments()
867 segment->height = (FT_Short)( segment->height + in af_latin2_hints_compute_segments()
872 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_GetShort, FT_Short )
303 #define FT_GET_SHORT_LE() FT_GET_MACRO( FT_Stream_GetShortLE, FT_Short )
315 #define FT_READ_SHORT( var ) FT_READ_MACRO( FT_Stream_ReadShort, FT_Short, var )
322 #define FT_READ_SHORT_LE( var ) FT_READ_MACRO( FT_Stream_ReadShortLE, FT_Short, var )
435 FT_BASE( FT_Short )
447 FT_BASE( FT_Short )
461 FT_BASE( FT_Short )
476 FT_BASE( FT_Short )
/external/freetype/src/cff/
Dcffobjs.c118 priv->blue_values[n] = (FT_Short)cpriv->blue_values[n]; in cff_make_private_dict()
122 priv->other_blues[n] = (FT_Short)cpriv->other_blues[n]; in cff_make_private_dict()
126 priv->family_blues[n] = (FT_Short)cpriv->family_blues[n]; in cff_make_private_dict()
130 priv->family_other_blues[n] = (FT_Short)cpriv->family_other_blues[n]; in cff_make_private_dict()
141 priv->snap_widths[n] = (FT_Short)cpriv->snap_widths[n]; in cff_make_private_dict()
145 priv->snap_heights[n] = (FT_Short)cpriv->snap_heights[n]; in cff_make_private_dict()
693 cffface->ascender = (FT_Short)( cffface->bbox.yMax ); in cff_face_init()
694 cffface->descender = (FT_Short)( cffface->bbox.yMin ); in cff_face_init()
696 cffface->height = (FT_Short)( ( cffface->units_per_EM * 12 ) / 10 ); in cff_face_init()
698 cffface->height = (FT_Short)( cffface->ascender - cffface->descender ); in cff_face_init()
[all …]
Dcffparse.c70 val = (FT_Short)( ( (FT_Int)p[0] << 8 ) | p[1] ); in cff_parse_integer()
834 *(FT_Short*)q = (FT_Short)val; in cff_parser_run()
871 *(FT_Short*)q = (FT_Short)val; in cff_parser_run()
Dcffdrivr.c350 font_info->underline_position = (FT_Short)dict->underline_position; in cff_ps_get_font_info()
351 font_info->underline_thickness = (FT_Short)dict->underline_thickness; in cff_ps_get_font_info()
/external/freetype/src/base/
Dftstream.c357 FT_BASE_DEF( FT_Short )
361 FT_Short result; in FT_Stream_GetShort()
376 FT_BASE_DEF( FT_Short )
380 FT_Short result; in FT_Stream_GetShortLE()
486 FT_BASE_DEF( FT_Short )
492 FT_Short result = 0; in FT_Stream_ReadShort()
533 FT_BASE_DEF( FT_Short )
539 FT_Short result = 0; in FT_Stream_ReadShortLE()
Dftoutln.c313 anoutline->n_contours = (FT_Short)numContours; in FT_Outline_New_Internal()
731 FT_Short c,
784 FT_Short i;
815 FT_Short i;
/external/freetype/src/truetype/
Dttgload.h41 FT_Short* lsb,
48 FT_Short* tsb,
Dttobjs.h98 FT_Short delta_base;
99 FT_Short delta_shift;
124 FT_Short maxContours,
Dttgload.c77 FT_Short* lsb, in TT_Get_HMetrics()
107 FT_Short* tsb, in TT_Get_VMetrics()
149 FT_Short left_bearing = 0, top_bearing = 0; in tt_get_metrics()
185 FT_Short left_bearing = 0, top_bearing = 0; in tt_get_metrics_incr_overrides()
209 left_bearing = (FT_Short)metrics.bearing_x; in tt_get_metrics_incr_overrides()
225 top_bearing = (FT_Short)metrics.bearing_y; in tt_get_metrics_incr_overrides()
365 FT_Short *cont, *cont_limit, prev_cont; in TT_Load_Simple_Glyph()
561 outline->n_contours = (FT_Short) n_contours; in TT_Load_Simple_Glyph()
713 zone->n_contours = (FT_Short) ( load->outline.n_contours - in tt_prepare_zone()
1712 top = (FT_Short)FT_DivFix( loader->pp3.y - bbox.yMax, in compute_glyph_metrics()
[all …]
Dttinterp.c1746 static FT_Short
1751 return (FT_Short)( ( CUR.code[CUR.IP - 2] << 8 ) + in GetShortIns()
2861 FT_Short A, B; \
2864 A = (FT_Short)( CUR.opcode & 1 ) << 14; \
2865 B = A ^ (FT_Short)0x4000; \
2881 FT_Short A, B; \
2884 A = (FT_Short)( CUR.opcode & 1 ) << 14; \
2885 B = A ^ (FT_Short)0x4000; \
2901 FT_Short A, B; \
2904 A = (FT_Short)( CUR.opcode & 1 ) << 14; \
[all …]
Dttdriver.c148 FT_Short tsb; in tt_get_advances()
160 FT_Short lsb; in tt_get_advances()
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.c286 FT_Short* cur = face->cvt; in tt_face_load_cvt()
287 FT_Short* limit = cur + face->cvt_size; in tt_face_load_cvt()
/external/freetype/src/sfnt/
Dsfobjs.c905 FT_Short avgwidth = face->os2.xAvgCharWidth; in sfnt_load_face()
927 bsize->height = (FT_Short)( metrics.height >> 6 ); in sfnt_load_face()
928 bsize->width = (FT_Short)( in sfnt_load_face()
1000 root->height = (FT_Short)( root->ascender - root->descender + in sfnt_load_face()
1007 root->height = (FT_Short)( ( root->height * 115 + 50 ) / 100 ); in sfnt_load_face()
1028 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()

12