/AliOS-Things-master/components/freetype/include/ |
A D | tttables.h | 77 FT_Short xMin; 78 FT_Short yMin; 79 FT_Short xMax; 80 FT_Short yMax; 183 FT_Short Ascender; 184 FT_Short Descender; 185 FT_Short Line_Gap; 309 FT_Short Ascender; 311 FT_Short Line_Gap; 355 FT_Short fsType; [all …]
|
A D | t1tables.h | 78 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];
|
A D | freetype.h | 335 FT_Short height; 336 FT_Short width; 985 FT_Short ascender; 986 FT_Short descender; 987 FT_Short height; 989 FT_Short max_advance_width; 990 FT_Short max_advance_height; 992 FT_Short underline_position; 993 FT_Short underline_thickness;
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcf.h | 96 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;
|
A D | pcfread.c | 276 metric->leftSideBearing = (FT_Short)( compr.leftSideBearing - 0x80 ); in pcf_get_metric() 277 metric->rightSideBearing = (FT_Short)( compr.rightSideBearing - 0x80 ); in pcf_get_metric() 278 metric->characterWidth = (FT_Short)( compr.characterWidth - 0x80 ); in pcf_get_metric() 842 encoding[k].glyph = (FT_Short)encodingOffset; in pcf_get_encodings() 1191 FT_Short resolution_x = 0, resolution_y = 0; in pcf_load_font() 1199 bsize->height = (FT_Short)( face->accel.fontAscent + in pcf_load_font() 1204 bsize->width = (FT_Short)( ( prop->value.l + 5 ) / 10 ); in pcf_load_font() 1206 bsize->width = (FT_Short)( bsize->height * 2/3 ); in pcf_load_font() 1216 bsize->y_ppem = (FT_Short)prop->value.l << 6; in pcf_load_font() 1220 resolution_x = (FT_Short)prop->value.l; in pcf_load_font() [all …]
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afhints.h | 270 FT_Short fx, fy; /* original, unscaled position (in font units) */ 284 FT_Short pos; /* position of segment */ 285 FT_Short min_coord; /* minimum coordinate of segment */ 286 FT_Short max_coord; /* maximum coordinate of segment */ 287 FT_Short height; /* the hinted segment height */ 306 FT_Short fpos; /* original, unscaled position (in font units) */ 317 FT_Short num_linked; /* number of linked edges */
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | gxvmort1.c | 102 FT_Short wordOffset, in gxv_mort_subtable_type1_offset_to_subst_validate() 147 FT_Short markOffset; in gxv_mort_subtable_type1_entry_validate() 148 FT_Short currentOffset; in gxv_mort_subtable_type1_entry_validate() 158 reserved = (FT_Short)( flags & 0x3FFF ); in gxv_mort_subtable_type1_entry_validate() 160 markOffset = (FT_Short)( glyphOffset_p->ul >> 16 ); in gxv_mort_subtable_type1_entry_validate() 161 currentOffset = (FT_Short)( glyphOffset_p->ul ); in gxv_mort_subtable_type1_entry_validate()
|
A D | gxvmorx1.c | 116 FT_Short markIndex; in gxv_morx_subtable_type1_entry_validate() 117 FT_Short currentIndex; in gxv_morx_subtable_type1_entry_validate() 134 markIndex = (FT_Short)( glyphOffset_p->ul >> 16 ); in gxv_morx_subtable_type1_entry_validate() 135 currentIndex = (FT_Short)( glyphOffset_p->ul ); in gxv_morx_subtable_type1_entry_validate() 151 (FT_Short)( markIndex + 1 ); in gxv_morx_subtable_type1_entry_validate() 155 (FT_Short)( currentIndex + 1 ); in gxv_morx_subtable_type1_entry_validate()
|
A D | gxvopbd.c | 76 FT_Short delta_value; in gxv_opbd_LookupValue_validate() 146 relative_gindex * 4 * sizeof ( FT_Short ) ); in gxv_opbd_LookupFmt4_transit()
|
A D | gxvcommn.h | 92 FT_Short s; 148 FT_Short s; /* same as GXV_LookupValueDesc */ 407 FT_Short ctl_point,
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | tttypes.h | 226 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; 1333 FT_Short* cvt; 1445 FT_Short n_contours; /* number of contours */ 1476 FT_Short n_contours;
|
A D | ftstream.h | 288 #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 )
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1objs.c | 472 root->ascender = (FT_Short)( root->bbox.yMax ); in T1_Face_Init() 473 root->descender = (FT_Short)( root->bbox.yMin ); in T1_Face_Init() 475 root->height = (FT_Short)( ( root->units_per_EM * 12 ) / 10 ); in T1_Face_Init() 477 root->height = (FT_Short)( root->ascender - root->descender ); in T1_Face_Init() 481 (FT_Short)( root->bbox.xMax ); in T1_Face_Init() 490 root->max_advance_width = (FT_Short)FIXED_TO_INT( max_advance ); in T1_Face_Init() 497 root->underline_position = (FT_Short)info->underline_position; in T1_Face_Init() 498 root->underline_thickness = (FT_Short)info->underline_thickness; in T1_Face_Init()
|
A D | t1driver.c | 364 *((FT_Short *)value) = type1->private_dict.blue_values[idx]; in t1_ps_get_font_value() 397 *((FT_Short *)value) = type1->private_dict.other_blues[idx]; in t1_ps_get_font_value() 412 *((FT_Short *)value) = type1->private_dict.family_blues[idx]; in t1_ps_get_font_value() 427 *((FT_Short *)value) = type1->private_dict.family_other_blues[idx]; in t1_ps_get_font_value() 442 *((FT_Short *)value) = type1->private_dict.snap_widths[idx]; in t1_ps_get_font_value() 457 *((FT_Short *)value) = type1->private_dict.snap_heights[idx]; in t1_ps_get_font_value() 479 *((FT_Short *)value) = type1->private_dict.min_feature[idx]; in t1_ps_get_font_value() 510 *((FT_Short *)value) = type1->font_info.underline_position; in t1_ps_get_font_value()
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttgload.h | 40 FT_Short* lsb, 47 FT_Short* tsb,
|
A D | ttobjs.h | 98 FT_Short delta_base; 99 FT_Short delta_shift; 124 FT_Short maxContours,
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidobjs.c | 435 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()
|
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshglob.c | 142 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()
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrobjs.c | 198 pfrface->ascender = (FT_Short) phy_font->bbox.yMax; in pfr_face_init() 199 pfrface->descender = (FT_Short) phy_font->bbox.yMin; in pfr_face_init() 201 pfrface->height = (FT_Short)( ( pfrface->units_per_EM * 12 ) / 10 ); in pfr_face_init() 203 pfrface->height = (FT_Short)(pfrface->ascender - pfrface->descender); in pfr_face_init() 231 pfrface->max_advance_width = (FT_Short)phy_font->standard_advance; in pfr_face_init() 245 pfrface->max_advance_width = (FT_Short)max; in pfr_face_init() 250 pfrface->underline_position = (FT_Short)( -pfrface->units_per_EM / 10 ); in pfr_face_init() 251 pfrface->underline_thickness = (FT_Short)( pfrface->units_per_EM / 30 ); in pfr_face_init()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffobjs.c | 121 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() 753 cffface->ascender = (FT_Short)( cffface->bbox.yMax ); in cff_face_init() 754 cffface->descender = (FT_Short)( cffface->bbox.yMin ); in cff_face_init() 756 cffface->height = (FT_Short)( ( cffface->units_per_EM * 12 ) / 10 ); in cff_face_init() 761 (FT_Short)( dict->underline_position >> 16 ); in cff_face_init() [all …]
|
A D | cf2fixed.h | 63 ( (FT_Short)( ( (FT_UInt32)(x) + 0x8000U ) >> 16 ) )
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdfdrivr.c | 438 FT_Short resolution_x = 0, resolution_y = 0; in BDF_Face_Init() 443 bsize->height = (FT_Short)( font->font_ascent + font->font_descent ); in BDF_Face_Init() 447 bsize->width = (FT_Short)( ( prop->value.l + 5 ) / 10 ); in BDF_Face_Init() 449 bsize->width = (FT_Short)( bsize->height * 2/3 ); in BDF_Face_Init() 461 bsize->y_ppem = (FT_Short)prop->value.l << 6; in BDF_Face_Init() 465 resolution_x = (FT_Short)prop->value.l; in BDF_Face_Init() 469 resolution_y = (FT_Short)prop->value.l; in BDF_Face_Init() 497 (face->en_table[n]).glyph = (FT_Short)n; in BDF_Face_Init()
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttmtx.h | 47 FT_Short* abearing,
|
A D | sfobjs.c | 1339 FT_Short avgwidth = face->os2.xAvgCharWidth; in sfnt_load_face() 1361 bsize->height = (FT_Short)( metrics.height >> 6 ); in sfnt_load_face() 1362 bsize->width = (FT_Short)( in sfnt_load_face() 1432 root->height = (FT_Short)( root->ascender - root->descender + in sfnt_load_face() 1444 root->height = (FT_Short)( root->ascender - root->descender + in sfnt_load_face() 1449 root->ascender = (FT_Short)face->os2.usWinAscent; in sfnt_load_face() 1450 root->descender = -(FT_Short)face->os2.usWinDescent; in sfnt_load_face() 1458 root->max_advance_height = (FT_Short)( face->vertical_info in sfnt_load_face()
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftstream.c | 361 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()
|