HomeSort by relevance Sort by last modified time
    Searched refs:FT_UInt32 (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svpscmap.h 34 typedef FT_UInt32
56 FT_UInt32 unicode; /* bit 31 set: is glyph variant */
99 FT_UInt32 unicode );
101 typedef FT_UInt32
103 FT_UInt32 *unicode );
  /external/freetype/include/internal/services/
svpscmap.h 34 typedef FT_UInt32
56 FT_UInt32 unicode; /* bit 31 set: is glyph variant */
99 FT_UInt32 unicode );
101 typedef FT_UInt32
103 FT_UInt32 *unicode );
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
svpscmap.h 34 typedef FT_UInt32
56 FT_UInt32 unicode; /* bit 31 set: is glyph variant */
99 FT_UInt32 unicode );
101 typedef FT_UInt32
103 FT_UInt32 *unicode );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
svpscmap.h 34 typedef FT_UInt32
56 FT_UInt32 unicode; /* bit 31 set: is glyph variant */
99 FT_UInt32 unicode );
101 typedef FT_UInt32
103 FT_UInt32 *unicode );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
fxft_psmodule.c 39 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) )
64 FT_UInt32 value = 0;
99 return (FT_UInt32)( value | VARIANT_BIT );
108 FT_UInt32 value = 0;
139 return (FT_UInt32)( value | VARIANT_BIT );
161 return (FT_UInt32)ft_get_adobe_glyph_index( glyph_name, p );
163 return (FT_UInt32)( ft_get_adobe_glyph_index( glyph_name, dot ) |
172 static int xyq_search_node(char* glyph_name, int name_offset, int table_offset, FT_UInt32 unicode)
209 void FXFT_adobe_name_from_unicode(char* glyph_name, FT_UInt32 unicode)
233 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode )
    [all...]
  /external/chromium_org/third_party/freetype/src/psnames/
psmodule.c 38 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) )
46 static FT_UInt32
62 FT_UInt32 value = 0;
97 return (FT_UInt32)( value | VARIANT_BIT );
106 FT_UInt32 value = 0;
137 return (FT_UInt32)( value | VARIANT_BIT );
159 return (FT_UInt32)ft_get_adobe_glyph_index( glyph_name, p );
161 return (FT_UInt32)( ft_get_adobe_glyph_index( glyph_name, dot ) |
174 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode );
175 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode )
    [all...]
  /external/freetype/src/psnames/
psmodule.c 38 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) )
46 static FT_UInt32
62 FT_UInt32 value = 0;
97 return (FT_UInt32)( value | VARIANT_BIT );
106 FT_UInt32 value = 0;
137 return (FT_UInt32)( value | VARIANT_BIT );
159 return (FT_UInt32)ft_get_adobe_glyph_index( glyph_name, p );
161 return (FT_UInt32)( ft_get_adobe_glyph_index( glyph_name, dot ) |
174 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode );
175 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode )
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttcmap.c 119 FT_UInt32 char_code )
128 FT_CALLBACK_DEF( FT_UInt32 )
130 FT_UInt32 *pchar_code )
133 FT_UInt32 charcode = *pchar_code;
134 FT_UInt32 result = 0;
380 FT_UInt32 char_code )
431 FT_UInt32 char_code )
467 FT_CALLBACK_DEF( FT_UInt32 )
469 FT_UInt32 *pcharcode )
473 FT_UInt32 result = 0
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 125 FT_UInt32 char_code )
134 FT_CALLBACK_DEF( FT_UInt32 )
136 FT_UInt32 *pchar_code )
139 FT_UInt32 charcode = *pchar_code;
140 FT_UInt32 result = 0;
395 FT_UInt32 char_code )
446 FT_UInt32 char_code )
482 FT_CALLBACK_DEF( FT_UInt32 )
484 FT_UInt32 *pcharcode )
488 FT_UInt32 result = 0
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttcmap.c 119 FT_UInt32 char_code )
128 FT_CALLBACK_DEF( FT_UInt32 )
130 FT_UInt32 *pchar_code )
133 FT_UInt32 charcode = *pchar_code;
134 FT_UInt32 result = 0;
380 FT_UInt32 char_code )
431 FT_UInt32 char_code )
467 FT_CALLBACK_DEF( FT_UInt32 )
469 FT_UInt32 *pcharcode )
473 FT_UInt32 result = 0
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cf2fixed.h 61 ( (CF2_Fixed)( (FT_UInt32)(i) << 16 ) )
63 ( (FT_Short)( ( (FT_UInt32)(x) + 0x8000U ) >> 16 ) )
cffcmap.c 58 FT_UInt32 char_code )
70 FT_CALLBACK_DEF( FT_UInt32 )
72 FT_UInt32 *pchar_code )
75 FT_UInt32 char_code = *pchar_code;
175 FT_UInt32 char_code )
186 FT_CALLBACK_DEF( FT_UInt32 )
188 FT_UInt32 *pchar_code )
  /external/freetype/src/cff/
cf2fixed.h 61 ( (CF2_Fixed)( (FT_UInt32)(i) << 16 ) )
63 ( (FT_Short)( ( (FT_UInt32)(x) + 0x8000U ) >> 16 ) )
cffcmap.c 58 FT_UInt32 char_code )
70 FT_CALLBACK_DEF( FT_UInt32 )
72 FT_UInt32 *pchar_code )
75 FT_UInt32 char_code = *pchar_code;
175 FT_UInt32 char_code )
186 FT_CALLBACK_DEF( FT_UInt32 )
188 FT_UInt32 *pchar_code )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftcalc.c 49 FT_UInt32 lo;
50 FT_UInt32 hi;
101 FT_MSB( FT_UInt32 z )
245 FT_UInt32 q;
265 q = (FT_UInt32)( ( ( (FT_UInt64)a << 16 ) + ( b >> 1 ) ) / b );
275 ft_multo64( FT_UInt32 x,
276 FT_UInt32 y,
279 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2;
292 hi += (FT_UInt32)( i1 < i2 ) << 16;
306 static FT_UInt32
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2fixed.h 61 ( (CF2_Fixed)( (FT_UInt32)(i) << 16 ) )
63 ( (FT_Short)( ( (FT_UInt32)(x) + 0x8000U ) >> 16 ) )
cffcmap.c 58 FT_UInt32 char_code )
70 FT_CALLBACK_DEF( FT_UInt32 )
72 FT_UInt32 *pchar_code )
75 FT_UInt32 char_code = *pchar_code;
175 FT_UInt32 char_code )
186 FT_CALLBACK_DEF( FT_UInt32 )
188 FT_UInt32 *pchar_code )
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftbdf.h 123 FT_UInt32 cardinal;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftbdf.h 123 FT_UInt32 cardinal;
  /external/chromium_org/third_party/freetype/src/psaux/
t1cmap.c 64 FT_UInt32 char_code )
98 FT_CALLBACK_DEF( FT_UInt32 )
100 FT_UInt32 *pchar_code )
103 FT_UInt32 char_code = *pchar_code + 1;
203 FT_UInt32 char_code )
216 FT_CALLBACK_DEF( FT_UInt32 )
218 FT_UInt32 *pchar_code )
221 FT_UInt32 char_code = *pchar_code;
305 FT_UInt32 char_code )
315 FT_CALLBACK_DEF( FT_UInt32 )
    [all...]
  /external/freetype/src/psaux/
t1cmap.c 64 FT_UInt32 char_code )
98 FT_CALLBACK_DEF( FT_UInt32 )
100 FT_UInt32 *pchar_code )
103 FT_UInt32 char_code = *pchar_code + 1;
203 FT_UInt32 char_code )
216 FT_CALLBACK_DEF( FT_UInt32 )
218 FT_UInt32 *pchar_code )
221 FT_UInt32 char_code = *pchar_code;
305 FT_UInt32 char_code )
315 FT_CALLBACK_DEF( FT_UInt32 )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
t1cmap.c 64 FT_UInt32 char_code )
98 FT_CALLBACK_DEF( FT_UInt32 )
100 FT_UInt32 *pchar_code )
103 FT_UInt32 char_code = *pchar_code + 1;
203 FT_UInt32 char_code )
216 FT_CALLBACK_DEF( FT_UInt32 )
218 FT_UInt32 *pchar_code )
221 FT_UInt32 char_code = *pchar_code;
305 FT_UInt32 char_code )
315 FT_CALLBACK_DEF( FT_UInt32 )
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
aftypes.h 189 FT_UInt32 flags; /* additional control flags, see above */
289 FT_UInt32 first;
290 FT_UInt32 last;
294 #define AF_UNIRANGE_REC( a, b ) { (FT_UInt32)(a), (FT_UInt32)(b) }
303 FT_UInt32 standard_char; /* for default width and height */
  /external/chromium_org/third_party/freetype/include/freetype/
ftbdf.h 123 FT_UInt32 cardinal;
  /external/freetype/include/
ftbdf.h 124 FT_UInt32 cardinal;

Completed in 439 milliseconds

1 2 3 4 5 6