Home
last modified time | relevance | path

Searched refs:charcode (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/freetype/src/sfnt/
A Dttcmap.c145 while ( ++charcode < 256 ) in tt_cmap0_char_next()
150 result = charcode; in tt_cmap0_char_next()
519 charcode = FT_PAD_FLOOR( charcode, 256 ) + char_lo; in tt_cmap2_char_next()
539 charcode = FT_PAD_FLOOR( charcode, 256 ) + 256; in tt_cmap2_char_next()
757 FT_UInt charcode; in tt_cmap4_next() local
775 if ( charcode <= end ) in tt_cmap4_next()
1046 charcode++; in tt_cmap4_char_map_linear()
1049 for ( ; charcode <= 0xFFFFU; charcode++ ) in tt_cmap4_char_map_linear()
1062 if ( charcode >= start && charcode <= end ) in tt_cmap4_char_map_linear()
1139 charcode++; in tt_cmap4_char_map_binary()
[all …]
/AliOS-Things-master/components/freetype/src/type42/
A Dt42objs.c95 FT_Int charcode, idx, min_char, max_char; in T42_Open_Face() local
108 charcode = 0; in T42_Open_Face()
109 for ( ; charcode < loader.encoding_table.max_elems; charcode++ ) in T42_Open_Face()
114 type1->encoding.char_index[charcode] = 0; in T42_Open_Face()
115 type1->encoding.char_name [charcode] = (char *)".notdef"; in T42_Open_Face()
117 char_name = loader.encoding_table.elements[charcode]; in T42_Open_Face()
125 type1->encoding.char_index[charcode] = (FT_UShort)idx; in T42_Open_Face()
133 if ( charcode < min_char ) in T42_Open_Face()
134 min_char = charcode; in T42_Open_Face()
135 if ( charcode >= max_char ) in T42_Open_Face()
[all …]
A Dt42parse.c421 FT_Int charcode; in t42_parse_encoding() local
425 charcode = n; in t42_parse_encoding()
428 charcode = (FT_Int)T1_ToInt( parser ); in t42_parse_encoding()
450 parser->root.error = T1_Add_Table( char_table, charcode, in t42_parse_encoding()
454 char_table->elements[charcode][len] = '\0'; in t42_parse_encoding()
/AliOS-Things-master/components/freetype/src/pcf/
A Dpcfdrivr.c103 FT_UInt32 charcode ) in pcf_cmap_char_index() argument
122 if ( charcode == code ) in pcf_cmap_char_index()
128 if ( charcode < code ) in pcf_cmap_char_index()
145 FT_ULong charcode = *acharcode + 1; in pcf_cmap_char_next() local
160 if ( charcode == code ) in pcf_cmap_char_next()
166 if ( charcode < code ) in pcf_cmap_char_next()
172 charcode = 0; in pcf_cmap_char_next()
175 charcode = encodings[min].enc; in pcf_cmap_char_next()
180 if ( charcode > 0xFFFFFFFFUL ) in pcf_cmap_char_next()
187 *acharcode = (FT_UInt32)charcode; in pcf_cmap_char_next()
/AliOS-Things-master/components/freetype/src/autofit/
A Dhbshim.c408 FT_ULong charcode, in af_get_char_index() argument
422 in_idx = FT_Get_Char_Index( metrics->globals->face, charcode ); in af_get_char_index()
435 uint32_t c = (uint32_t)charcode; in af_get_char_index()
509 FT_ULong charcode, in af_get_char_index() argument
521 *codepoint = FT_Get_Char_Index( face, charcode ); in af_get_char_index()
A Dafglobal.c186 FT_ULong charcode = range->first; in af_face_globals_compute_style_coverage() local
190 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage()
199 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_style_coverage()
201 if ( gindex == 0 || charcode > range->last ) in af_face_globals_compute_style_coverage()
A Dhbshim.h45 FT_ULong charcode,
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdfdrivr.c92 FT_UInt32 charcode ) in bdf_cmap_char_index() argument
111 if ( charcode == code ) in bdf_cmap_char_index()
119 if ( charcode < code ) in bdf_cmap_char_index()
137 FT_ULong charcode = *acharcode + 1; in bdf_cmap_char_next() local
151 if ( charcode == code ) in bdf_cmap_char_next()
159 if ( charcode < code ) in bdf_cmap_char_next()
165 charcode = 0; in bdf_cmap_char_next()
168 charcode = encodings[min].enc; in bdf_cmap_char_next()
173 if ( charcode > 0xFFFFFFFFUL ) in bdf_cmap_char_next()
180 *acharcode = (FT_UInt32)charcode; in bdf_cmap_char_next()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1load.c1266 FT_Int charcode; in parse_encoding() local
1270 charcode = n; in parse_encoding()
1273 charcode = (FT_Int)T1_ToInt( parser ); in parse_encoding()
2216 FT_Int charcode, idx, min_char, max_char; in T1_Open_Face() local
2228 charcode = 0; in T1_Open_Face()
2229 for ( ; charcode < loader.encoding_table.max_elems; charcode++ ) in T1_Open_Face()
2234 type1->encoding.char_index[charcode] = 0; in T1_Open_Face()
2253 if ( charcode < min_char ) in T1_Open_Face()
2254 min_char = charcode; in T1_Open_Face()
2255 if ( charcode >= max_char ) in T1_Open_Face()
[all …]
/AliOS-Things-master/components/freetype/include/internal/
A Dftdriver.h72 FT_Long charcode );
76 FT_Long charcode );
/AliOS-Things-master/components/freetype/src/cff/
A Dcffload.h30 cff_get_standard_encoding( FT_UInt charcode );
A Dcffgload.h132 FT_Int charcode );
A Dcffload.c183 cff_get_standard_encoding( FT_UInt charcode ) in cff_get_standard_encoding() argument
185 return (FT_UShort)( charcode < 256 ? cff_standard_encoding[charcode] in cff_get_standard_encoding()
A Dcffgload.c629 FT_Int charcode ) in cff_lookup_glyph_by_stdcharcode() argument
640 if ( charcode < 0 || charcode > 255 ) in cff_lookup_glyph_by_stdcharcode()
644 glyph_sid = cff_get_standard_encoding( (FT_UInt)charcode ); in cff_lookup_glyph_by_stdcharcode()
/AliOS-Things-master/components/freetype/include/
A Dfreetype.h3217 FT_ULong charcode );
3575 FT_ULong charcode,
3611 FT_ULong charcode,
3675 FT_ULong charcode );
/AliOS-Things-master/components/freetype/src/cache/
A Dftccmap.c52 #define FTC_CMAP_HASH( faceid, index, charcode ) \ argument
54 ( (charcode) / FTC_CMAP_INDICES_MAX ) )
/AliOS-Things-master/components/freetype/src/base/
A Dftobjs.c3333 FT_ULong charcode ) in FT_Get_Char_Index() argument
3343 if ( charcode > 0xFFFFFFFFUL ) in FT_Get_Char_Index()
3346 FT_TRACE1(( " 0x%x is truncated\n", charcode )); in FT_Get_Char_Index()
3383 FT_ULong charcode, in FT_Get_Next_Char() argument
3392 FT_UInt32 code = (FT_UInt32)charcode; in FT_Get_Next_Char()
3416 FT_ULong charcode, in FT_Face_GetCharVariantIndex() argument
3434 if ( charcode > 0xFFFFFFFFUL ) in FT_Face_GetCharVariantIndex()
3459 FT_ULong charcode, in FT_Face_GetCharVariantIsDefault() argument
3475 if ( charcode > 0xFFFFFFFFUL ) in FT_Face_GetCharVariantIsDefault()
3527 FT_ULong charcode ) in FT_Face_GetVariantsOfChar() argument
[all …]
/AliOS-Things-master/components/freetype/
A DREADME.md73 glyph_index = FT_Get_Char_Index(face, charcode);
/AliOS-Things-master/components/freetype/src/psaux/
A Dt1decode.c131 FT_Int charcode ) in t1_lookup_glyph_by_stdcharcode() argument
139 if ( charcode < 0 || charcode > 255 ) in t1_lookup_glyph_by_stdcharcode()
143 psnames->adobe_std_encoding[charcode]); in t1_lookup_glyph_by_stdcharcode()

Completed in 47 milliseconds