Searched refs:FT_Short (Results 1 - 25 of 64) sorted by relevance

123

/external/freetype/include/freetype/
H A 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_Ga
[all...]
H A 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];
652 PS_DICT_BLUE_VALUE, /* FT_Short */
655 PS_DICT_OTHER_BLUE, /* FT_Short */
[all...]
H A Dfreetype.h373 FT_Short height;
374 FT_Short width;
1095 FT_Short ascender;
1096 FT_Short descender;
1097 FT_Short height;
1099 FT_Short max_advance_width;
1100 FT_Short max_advance_height;
1102 FT_Short underline_position;
1103 FT_Short underline_thickness;
H A Dfttypes.h62 /* FT_Short */
193 /* FT_Short */
198 typedef signed short FT_Short; typedef
/external/freetype/src/truetype/
H A Dttgload.h40 FT_Short* lsb,
47 FT_Short* tsb,
/external/freetype/src/sfnt/
H A Dttmtx.h47 FT_Short* abearing,
H A Dttmtx.c221 FT_Short *abearing,
320 *abearing = (FT_Short)b;
/external/freetype/src/pcf/
H A Dpcf.h96 FT_Short leftSideBearing;
97 FT_Short rightSideBearing;
98 FT_Short characterWidth;
99 FT_Short ascent;
100 FT_Short descent;
101 FT_Short attributes;
156 FT_Short defaultChar;
H A Dpcfread.c348 metric->leftSideBearing = (FT_Short)( compr.leftSideBearing - 0x80 );
349 metric->rightSideBearing = (FT_Short)( compr.rightSideBearing - 0x80 );
350 metric->characterWidth = (FT_Short)( compr.characterWidth - 0x80 );
351 metric->ascent = (FT_Short)( compr.ascent - 0x80 );
352 metric->descent = (FT_Short)( compr.descent - 0x80 );
1500 FT_Short resolution_x = 0, resolution_y = 0;
1523 bsize->height = FT_ABS( (FT_Short)( face->accel.fontAscent +
1540 bsize->width = FT_ABS( (FT_Short)( ( prop->value.l + 5 ) / 10 ) );
1545 bsize->width = (FT_Short)FT_MulDiv( bsize->height, 2, 3 );
1582 bsize->y_ppem = FT_ABS( (FT_Short)pro
[all...]
/external/freetype/src/gxvalid/
H A Dgxvmort1.c103 FT_Short wordOffset,
148 FT_Short markOffset;
149 FT_Short currentOffset;
161 markOffset = (FT_Short)( glyphOffset_p->ul >> 16 );
162 currentOffset = (FT_Short)( glyphOffset_p->ul );
H A Dgxvmorx1.c117 FT_Short markIndex;
118 FT_Short currentIndex;
135 markIndex = (FT_Short)( glyphOffset_p->ul >> 16 );
136 currentIndex = (FT_Short)( glyphOffset_p->ul );
H A Dgxvopbd.c77 FT_Short delta_value;
116 | lastGlyph[1] | | (glyphID - firstGlyph) * 4 * sizeof(FT_Short) [byte]
147 relative_gindex * 4 * sizeof ( FT_Short ) );
H A Dgxvlcar.c69 gxv_lcar_partial_validate( FT_Short partial,
93 FT_Short partial;
/external/freetype/include/freetype/internal/
H A 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;
1484 FT_Short* cvt;
1603 FT_Short max_contours;
1605 FT_Short n_contours; /* number of contours */
1648 FT_Short n_contour
[all...]
H A Dftrfork.h46 FT_Short res_id;
H A 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/
H A 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) */
/external/freetype/src/psaux/
H A Dpsfixed.h63 ( (FT_Short)( ( (FT_UInt32)(x) + 0x8000U ) >> 16 ) )
/external/freetype/src/pfr/
H A Dpfrobjs.c201 pfrface->ascender = (FT_Short) phy_font->bbox.yMax;
202 pfrface->descender = (FT_Short) phy_font->bbox.yMin;
204 pfrface->height = (FT_Short)( ( pfrface->units_per_EM * 12 ) / 10 );
206 pfrface->height = (FT_Short)(pfrface->ascender - pfrface->descender);
223 size->height = (FT_Short)strike->y_ppm;
224 size->width = (FT_Short)strike->x_ppm;
234 pfrface->max_advance_width = (FT_Short)phy_font->standard_advance;
248 pfrface->max_advance_width = (FT_Short)max;
253 pfrface->underline_position = (FT_Short)( -pfrface->units_per_EM / 10 );
254 pfrface->underline_thickness = (FT_Short)( pfrfac
[all...]
/external/freetype/src/cid/
H A Dcidobjs.c436 cidface->ascender = (FT_Short)( cidface->bbox.yMax );
437 cidface->descender = (FT_Short)( cidface->bbox.yMin );
439 cidface->height = (FT_Short)( ( cidface->units_per_EM * 12 ) / 10 );
441 cidface->height = (FT_Short)( cidface->ascender - cidface->descender );
443 cidface->underline_position = (FT_Short)info->underline_position;
444 cidface->underline_thickness = (FT_Short)info->underline_thickness;
/external/freetype/src/type1/
H A Dt1objs.c470 root->ascender = (FT_Short)( root->bbox.yMax );
471 root->descender = (FT_Short)( root->bbox.yMin );
473 root->height = (FT_Short)( ( root->units_per_EM * 12 ) / 10 );
475 root->height = (FT_Short)( root->ascender - root->descender );
479 (FT_Short)( root->bbox.xMax );
488 root->max_advance_width = (FT_Short)FIXED_TO_INT( max_advance );
495 root->underline_position = (FT_Short)info->underline_position;
496 root->underline_thickness = (FT_Short)info->underline_thickness;
H A Dt1driver.c400 *((FT_Short *)value) = type1->private_dict.blue_values[idx];
433 *((FT_Short *)value) = type1->private_dict.other_blues[idx];
448 *((FT_Short *)value) = type1->private_dict.family_blues[idx];
463 *((FT_Short *)value) = type1->private_dict.family_other_blues[idx];
478 *((FT_Short *)value) = type1->private_dict.snap_widths[idx];
493 *((FT_Short *)value) = type1->private_dict.snap_heights[idx];
515 *((FT_Short *)value) = type1->private_dict.min_feature[idx];
546 *((FT_Short *)value) = type1->font_info.underline_position;
/external/freetype/src/pshinter/
H A Dpshglob.c142 FT_Short* read,
236 FT_Short* blues,
238 FT_Short* other_blues,
526 static FT_Short
528 const FT_Short* values,
529 FT_Short cur_max )
536 FT_Short cur_height = values[count + 1] - values[count];
656 FT_Short* read;
712 FT_Short max_height = 1;
/external/freetype/src/cff/
H A Dcffobjs.c129 priv->blue_values[n] = (FT_Short)cpriv->blue_values[n];
133 priv->other_blues[n] = (FT_Short)cpriv->other_blues[n];
137 priv->family_blues[n] = (FT_Short)cpriv->family_blues[n];
141 priv->family_other_blues[n] = (FT_Short)cpriv->family_other_blues[n];
152 priv->snap_widths[n] = (FT_Short)cpriv->snap_widths[n];
156 priv->snap_heights[n] = (FT_Short)cpriv->snap_heights[n];
866 cffface->ascender = (FT_Short)( cffface->bbox.yMax );
867 cffface->descender = (FT_Short)( cffface->bbox.yMin );
869 cffface->height = (FT_Short)( ( cffface->units_per_EM * 12 ) / 10 );
871 cffface->height = (FT_Short)( cfffac
[all...]
/external/freetype/src/cache/
H A Dftcimage.c139 (FT_Offset)outg->outline.n_contours * sizeof ( FT_Short ) +

Completed in 759 milliseconds

123