Home
last modified time | relevance | path

Searched refs:FT_Char (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/freetype/include/internal/
A Dtttypes.h465 FT_Char bearingX;
466 FT_Char bearingY;
525 FT_Char ascender;
526 FT_Char descender;
530 FT_Char caret_offset;
531 FT_Char min_origin_SB;
534 FT_Char min_after_BL;
535 FT_Char pads[2];
682 FT_Char x_offset;
683 FT_Char y_offset;
[all …]
A Dftstream.h286 #define FT_GET_CHAR() FT_GET_MACRO( FT_Stream_GetChar, FT_Char )
307 #define FT_READ_CHAR( var ) FT_READ_MACRO( FT_Stream_ReadChar, FT_Char, var )
424 FT_BASE( FT_Char )
449 FT_BASE( FT_Char )
/AliOS-Things-master/components/freetype/include/
A Dtttables.h375 FT_Char achVendID[4];
455 FT_Char TypeFace[16];
456 FT_Char CharacterComplement[8];
457 FT_Char FileName[6];
458 FT_Char StrokeWeight;
459 FT_Char WidthType;
A Dftcache.h891 FT_Char left;
892 FT_Char top;
897 FT_Char xadvance;
898 FT_Char yadvance;
A Dfttypes.h139 typedef signed char FT_Char; typedef
/AliOS-Things-master/components/freetype/src/psaux/
A Dpsconv.c43 static const FT_Char ft_char_table[128] =
64 static const FT_Char ft_char_table[128] =
95 FT_Char c_limit; in PS_Conv_Strtol()
117 c_limit = (FT_Char)( 0x7FFFFFFFL % base ); in PS_Conv_Strtol()
121 FT_Char c; in PS_Conv_Strtol()
242 FT_Char c; in PS_Conv_ToFixed()
514 FT_Char c; in PS_Conv_ASCIIHexDecode()
/AliOS-Things-master/components/freetype/src/cache/
A Dftcsbits.c149 #define CHECK_CHAR( d ) ( temp = (FT_Char)d, temp == d ) in ftc_snode_load()
171 sbit->pitch = (FT_Char)bitmap->pitch; in ftc_snode_load()
172 sbit->left = (FT_Char)slot->bitmap_left; in ftc_snode_load()
173 sbit->top = (FT_Char)slot->bitmap_top; in ftc_snode_load()
174 sbit->xadvance = (FT_Char)xadvance; in ftc_snode_load()
175 sbit->yadvance = (FT_Char)yadvance; in ftc_snode_load()
/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.h266 FT_Char in_dir; /* direction of inwards vector */
267 FT_Char out_dir; /* direction of outwards vector */
283 FT_Char dir; /* segment direction */
311 FT_Char dir; /* edge direction */
A Dafhints.c135 edge->dir = (FT_Char)dir; in af_axis_hints_new_edge()
763 point->in_dir = (FT_Char)in_dir; in af_glyph_hints_reload()
782 point->out_dir = (FT_Char)in_dir; in af_glyph_hints_reload()
A Daflatin.c1271 segment->dir = (FT_Char)segment_dir; in af_latin_hints_compute_segments()
1704 edge->dir = (FT_Char)up_dir; in af_latin_hints_compute_edges()
1707 edge->dir = (FT_Char)-up_dir; in af_latin_hints_compute_edges()
A Daflatin2.c1348 edge->dir = (FT_Char)up_dir; in af_latin2_hints_compute_edges()
1351 edge->dir = (FT_Char)-up_dir; in af_latin2_hints_compute_edges()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1driver.c285 ((FT_Char *)value)[retval - 1] = (FT_Char)'\0'; in t1_ps_get_font_value()
298 ((FT_Char *)value)[retval - 1] = (FT_Char)'\0'; in t1_ps_get_font_value()
318 ((FT_Char *)value)[retval - 1] = (FT_Char)'\0'; in t1_ps_get_font_value()
336 ((FT_Char *)value)[retval - 1] = (FT_Char)'\0'; in t1_ps_get_font_value()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttsbit.c244 metrics->ascender = (FT_Char)strike[16] << 6; /* hori.ascender */ in tt_face_load_strike_metrics()
249 metrics->max_advance = ( (FT_Char)strike[22] + /* min_origin_SB */ in tt_face_load_strike_metrics()
251 (FT_Char)strike[23] /* min_advance_SB */ in tt_face_load_strike_metrics()
491 metrics->horiBearingX = (FT_Char)p[2]; in tt_sbit_decoder_load_metrics()
492 metrics->horiBearingY = (FT_Char)p[3]; in tt_sbit_decoder_load_metrics()
501 metrics->vertBearingX = (FT_Char)p[0]; in tt_sbit_decoder_load_metrics()
502 metrics->vertBearingY = (FT_Char)p[1]; in tt_sbit_decoder_load_metrics()
803 FT_Char horiBearingX = decoder->metrics->horiBearingX; in tt_sbit_decoder_load_compound()
804 FT_Char horiBearingY = decoder->metrics->horiBearingY; in tt_sbit_decoder_load_compound()
806 FT_Char vertBearingX = decoder->metrics->vertBearingX; in tt_sbit_decoder_load_compound()
[all …]
A Dttload.c68 (FT_Char)( tag >> 24 ), in tt_face_lookup_table()
69 (FT_Char)( tag >> 16 ), in tt_face_lookup_table()
70 (FT_Char)( tag >> 8 ), in tt_face_lookup_table()
71 (FT_Char)( tag ) )); in tt_face_lookup_table()
403 (FT_Char)( entry->Tag >> 24 ), in tt_face_load_font_dir()
404 (FT_Char)( entry->Tag >> 16 ), in tt_face_load_font_dir()
405 (FT_Char)( entry->Tag >> 8 ), in tt_face_load_font_dir()
406 (FT_Char)( entry->Tag ), in tt_face_load_font_dir()
A Dttpost.c167 FT_Char** name_strings = 0; in load_format_20()
316 FT_Char* offset_table = 0; in load_format_25()
A Dsfobjs.c537 (FT_Char)( table->Tag >> 24 ), in woff_open_font()
538 (FT_Char)( table->Tag >> 16 ), in woff_open_font()
539 (FT_Char)( table->Tag >> 8 ), in woff_open_font()
540 (FT_Char)( table->Tag ), in woff_open_font()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.h168 FT_Char dir_in;
169 FT_Char dir_out;
A Dpshalgo.c1340 point->dir_in = (FT_Char)psh_compute_dir( dxi, dyi ); in psh_glyph_init()
1345 point->dir_out = (FT_Char)psh_compute_dir( dxo, dyo ); in psh_glyph_init()
/AliOS-Things-master/components/freetype/src/base/
A Dftstream.c341 FT_BASE_DEF( FT_Char )
344 FT_Char result; in FT_Stream_GetChar()
449 FT_BASE_DEF( FT_Char )
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrsbit.c358 FT_Char b; in pfr_load_bitmap_metrics()
379 ypos = ( (FT_Char)( b << 4 ) ) >> 4; in pfr_load_bitmap_metrics()
/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvcommn.h147 FT_Char c;
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.c1412 const FT_Char opcode_length[256] =

Completed in 53 milliseconds