HomeSort by relevance Sort by last modified time
    Searched defs:charcode (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/freetype/src/cff/
cffload.h 30 cff_get_standard_encoding( FT_UInt charcode ); variable
  /external/freetype/src/cff/
cffload.h 30 cff_get_standard_encoding( FT_UInt charcode ); variable
  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.c 98 FT_ULong charcode = range->first; local
102 gindex = FT_Get_Char_Index( face, charcode );
111 charcode = FT_Get_Next_Char( face, charcode, &gindex );
113 if ( gindex == 0 || charcode > range->last )
  /external/freetype/src/autofit/
afglobal.c 98 FT_ULong charcode = range->first; local
102 gindex = FT_Get_Char_Index( face, charcode );
111 charcode = FT_Get_Next_Char( face, charcode, &gindex );
113 if ( gindex == 0 || charcode > range->last )
  /external/chromium_org/third_party/freetype/src/sfnt/
ttcmap.c 133 FT_UInt32 charcode = *pchar_code; local
139 while ( ++charcode < 256 )
141 gindex = table[charcode];
144 result = charcode;
206 /***** assume that the value "charcode" correspond to following: *****/
208 /***** - For one byte characters, "charcode" is simply the *****/
211 /***** - For two byte characters, "charcode" is the 2-byte *****/
214 /***** (charcode >> 8) is the first byte value *****/
215 /***** (charcode & 0xFF) is the second byte value *****/
217 /***** Note that not all values of "charcode" are valid according *****
474 FT_UInt32 charcode = *pcharcode + 1; local
742 FT_UInt charcode; local
1010 FT_UInt32 charcode = *pcharcode; local
1099 FT_UInt charcode = (FT_UInt)*pcharcode; local
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 133 FT_UInt32 charcode = *pchar_code; local
139 while ( ++charcode < 256 )
141 gindex = table[charcode];
144 result = charcode;
206 /***** assume that the value "charcode" correspond to following: *****/
208 /***** - For one byte characters, "charcode" is simply the *****/
211 /***** - For two byte characters, "charcode" is the 2-byte *****/
214 /***** (charcode >> 8) is the first byte value *****/
215 /***** (charcode & 0xFF) is the second byte value *****/
217 /***** Note that not all values of "charcode" are valid according *****
474 FT_UInt32 charcode = *pcharcode + 1; local
742 FT_UInt charcode; local
1010 FT_UInt32 charcode = *pcharcode; local
1099 FT_UInt charcode = (FT_UInt)*pcharcode; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 1363 long charcode = 0; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 1364 long charcode = 0; local
    [all...]

Completed in 201 milliseconds