Searched defs:charcode (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/cff/
H A Dcffload.h30 cff_get_standard_encoding( FT_UInt charcode ); variable
/external/freetype/src/autofit/
H A Dafglobal.c120 FT_ULong charcode = range->first; local
124 gindex = FT_Get_Char_Index( face, charcode );
133 charcode = FT_Get_Next_Char( face, charcode, &gindex );
135 if ( gindex == 0 || charcode > range->last )
/external/freetype/src/sfnt/
H A Dttcmap.c133 FT_UInt32 charcode = *pchar_code; local
139 while ( ++charcode < 256 )
141 gindex = table[charcode];
144 result = charcode;
202 /***** assume that the value "charcode" correspond to following: *****/
204 /***** - For one byte characters, "charcode" is simply the *****/
207 /***** - For two byte characters, "charcode" is the 2-byte *****/
210 /***** (charcode >> 8) is the first byte value *****/
211 /***** (charcode & 0xFF) is the second byte value *****/
213 /***** Note that not all values of "charcode" ar
470 FT_UInt32 charcode = *pcharcode + 1; local
734 FT_UInt charcode; local
1002 FT_UInt32 charcode = *pcharcode; local
1091 FT_UInt charcode = (FT_UInt)*pcharcode; local
[all...]

Completed in 500 milliseconds