HomeSort by relevance Sort by last modified time
    Searched refs:FT_ULong (Results 51 - 75 of 82) sorted by null

1 23 4

  /external/freetype/src/autofit/
aflatin.h 137 FT_ULong charcode );
afcjk.c 71 FT_ULong charcode )
193 static const FT_ULong af_cjk_hani_blue_chars[AF_CJK_BLUE_MAX]
266 const FT_ULong blue_chars
316 const FT_ULong* p = blue_chars[bb][fill_type];
317 const FT_ULong* limit = p + AF_CJK_MAX_TEST_CHARACTERS;
    [all...]
  /external/freetype/src/base/
ftutil.c 178 FT_ULong size,
198 FT_ULong len = str ? (FT_ULong)ft_strlen( str ) + 1
209 FT_ULong size )
ftbitmap.c 48 FT_ULong size;
63 size = (FT_ULong)( pitch * source->rows );
68 FT_ULong target_size;
73 target_size = (FT_ULong)( target_pitch * target->rows );
421 (FT_ULong)target->rows > FT_ULONG_MAX / target->pitch )
ftbbox.c 381 FT_ULong t1, t2;
403 t1 = (FT_ULong)( ( a >= 0 ) ? a : -a );
404 t2 = (FT_ULong)( ( b >= 0 ) ? b : -b );
406 t2 = (FT_ULong)( ( c >= 0 ) ? c : -c );
ftobjs.c 296 FT_ULong size )
810 FT_ULong char_code,
    [all...]
  /external/freetype/src/cache/
ftcsbits.c 49 FT_ULong size;
55 size = (FT_ULong)( pitch * bitmap->rows );
105 FT_ULong *asize )
381 FT_ULong size;
  /external/freetype/src/cff/
cffgload.h 187 FT_ULong charstring_len );
cffobjs.c 207 FT_ULong strike_index )
225 FT_ULong top_upm = font->top_font.font_dict.units_per_em;
236 FT_ULong sub_upm = sub->font_dict.units_per_em;
276 FT_ULong strike_index;
297 FT_ULong top_upm = font->top_font.font_dict.units_per_em;
308 FT_ULong sub_upm = sub->font_dict.units_per_em;
650 FT_ULong* upm = &dict->units_per_em;
677 FT_ULong* upm;
    [all...]
cffdrivr.c 66 #define PAIR_TAG( left, right ) ( ( (FT_ULong)left << 16 ) | \
67 (FT_ULong)right )
cffgload.c 643 FT_ULong* length )
678 FT_ULong length )
724 FT_ULong charstring_len;
885 FT_ULong charstring_len )
    [all...]
  /external/freetype/src/sfnt/
sfdriver.c 116 FT_ULong *tag,
117 FT_ULong *offset,
118 FT_ULong *length )
181 else if ( ( FT_ULong ) root->num_glyphs < FT_UINT_MAX )
494 FT_ULong* astrike_index )
ttpost.c 379 FT_ULong post_len;
  /external/freetype/src/truetype/
ttinterp.c 233 #define BOUNDSL( x, n ) ( (FT_ULong)(x) >= (FT_ULong)(n) )
297 FT_ASSERT( (FT_ULong)IP <= coderange->size );
517 FT_ULong* size,
520 FT_ULong new_max )
565 FT_ULong tmp;
    [all...]
ttobjs.c 188 FT_ULong length )
212 static FT_ULong
230 return (FT_ULong)tt_synth_sfnt_checksum( face->root.stream,
237 FT_ULong CheckSum;
238 FT_ULong Length;
323 FT_ULong checksum;
420 FT_ULong i;
421 FT_ULong glyph_index = 0;
    [all...]
ttgload.c 270 FT_ULong offset,
658 loader->ins_pos = (FT_ULong)( FT_STREAM_POS() +
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 192 FT_ULong size;
596 FT_ULong strike_index );
610 FT_ULong* size_index );
629 FT_ULong size );
    [all...]
psaux.h 391 FT_ULong* pflags );
398 FT_ULong* pflags );
    [all...]
ftdriver.h 61 FT_ULong size_index );
  /external/harfbuzz/contrib/
harfbuzz-freetype.c 141 FT_ULong ftlen = *len;
  /external/icu4c/samples/layout/
GnomeFontInstance.cpp 124 FT_ULong len = 0;
  /external/freetype/src/smooth/
ftsmooth.c 48 FT_ULong mode_tag,
244 if ( FT_ALLOC( bitmap->buffer, (FT_ULong)pitch * height ) )
  /external/freetype/src/psaux/
afmparse.c 656 #define KERN_INDEX( g1, g2 ) ( ( (FT_ULong)g1 << 16 ) | g2 )
667 FT_ULong index1 = KERN_INDEX( kp1->index1, kp1->index2 );
668 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 );
psobjs.c 269 if ( (FT_ULong)table->init == 0xDEADBEEFUL )
1028 FT_ULong* pflags )
    [all...]
  /external/freetype/src/raster/
ftrend1.c 47 FT_ULong mode_tag,

Completed in 474 milliseconds

1 23 4