/external/freetype/src/truetype/ |
ttpload.h | 34 FT_LOCAL( FT_ULong )
|
ttgxvar.c | 287 FT_ULong version; 290 FT_ULong table_len; 348 FT_ULong offsetToCoord; 351 FT_ULong offsetToData; 379 FT_ULong table_len; 380 FT_ULong gvar_start; 381 FT_ULong offsetToData; 586 FT_ULong axisTag; 587 FT_ULong minValue; 588 FT_ULong defaultValue [all...] |
ttobjs.h | 163 FT_ULong size; 298 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ 317 FT_ULong cvt_size; /* the scaled control value table */
|
ttdriver.c | 69 #define PAIR_TAG( left, right ) ( ( (FT_ULong)left << 16 ) | \ 70 (FT_ULong)right ) 186 FT_ULong strike_index ) 233 FT_ULong strike_index;
|
ttgxvar.h | 96 FT_ULong* glyphoffsets;
|
/external/freetype/include/freetype/internal/ |
sfnt.h | 241 FT_ULong tag, 244 FT_ULong* length ); 278 FT_ULong strike_index, 281 FT_ULong *aglyph_offset ); 358 FT_ULong strike_index, 392 FT_ULong* astrike_index ); 471 FT_ULong* astrike_index ); [all...] |
ftrfork.h | 47 FT_ULong offset;
|
ftmemory.h | 345 FT_ULong size, 355 (dst) = ft_mem_dup( memory, (address), (FT_ULong)(size), &error ) 367 FT_ULong size ); 370 ft_mem_strcpyn( (char*)dst, (const char*)(src), (FT_ULong)(size) )
|
/external/freetype/src/autofit/ |
afglobal.c | 120 FT_ULong charcode = range->first; 127 gindex < (FT_ULong)globals->glyph_count && 138 if ( gindex < (FT_ULong)globals->glyph_count && 151 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count ) 259 if ( gindex >= (FT_ULong)globals->glyph_count ) 312 if ( gindex < (FT_ULong)globals->glyph_count )
|
afcjk.h | 131 FT_ULong charcode );
|
/external/freetype/src/cff/ |
cffload.c | 201 static FT_ULong 208 FT_ULong result = 0; 243 FT_ULong size; 259 size = (FT_ULong)( count + 1 ) * offsize; 329 FT_ULong data_size; 332 FT_ULong* poff; 335 data_size = (FT_ULong)( idx->count + 1 ) * offsize; 407 FT_ULong n, cur_offset; 408 FT_ULong extra = 0; 431 FT_ULong next_offset = idx->offsets[n] - 1 [all...] |
/external/freetype/src/sfnt/ |
ttcmap.c | 162 cmap_info->language = (FT_ULong)TT_PEEK_USHORT( p ); 538 cmap_info->language = (FT_ULong)TT_PEEK_USHORT( p ); [all...] |
ttmtx.c | 71 FT_ULong tag, table_size; 72 FT_ULong* ptable_offset; 73 FT_ULong* ptable_size; 110 FT_ULong table_len; 129 if ( (FT_ULong)num_longs > table_len / 4 ) 148 if ( (FT_ULong)num_longs > table_len / 4 ) 358 FT_ULong table_pos, table_size, table_end;
|
ttsbit.c | 278 FT_ULong count, n, size; 308 range->glyph_offsets[n] = (FT_ULong)range->image_offset + 348 FT_ULong num_glyphs, n; 371 range->glyph_offsets[n] = (FT_ULong)( range->image_offset + 424 FT_ULong num_strikes; 425 FT_ULong table_base; 513 FT_ULong count = num_strikes; 537 FT_ULong count = num_strikes; 543 FT_ULong count2 = strike->num_ranges; 650 FT_ULong* astrike_index [all...] |
ttsbit0.c | 48 FT_ULong num_strikes, table_size; 124 FT_ULong* astrike_index ) 132 FT_ULong strike_index, 138 if ( strike_index >= (FT_ULong)face->sbit_num_strikes ) 170 FT_ULong ebdt_start; 171 FT_ULong ebdt_size; 173 FT_ULong strike_index_array; 174 FT_ULong strike_index_count; 184 FT_ULong strike_index, 189 FT_ULong ebdt_size [all...] |
ttload.c | 58 FT_ULong tag ) 128 FT_ULong tag, 130 FT_ULong* length ) 176 FT_ULong offset = sfnt->offset + 12; 466 FT_ULong tag, 469 FT_ULong* length ) 474 FT_ULong size; 533 FT_ULong tag ) 743 FT_ULong table_pos, table_len; 744 FT_ULong storage_start, storage_limit [all...] |
ttbdf.c | 66 FT_ULong length; 87 FT_ULong strings = FT_NEXT_ULONG ( p );
|
/external/freetype/include/freetype/ |
freetype.h | [all...] |
ftmm.h | 148 FT_ULong tag;
|
ftmodapi.h | 161 FT_ULong module_flags;
|
ftrender.h | 108 FT_ULong mode_tag,
|
/external/freetype/src/psaux/ |
psobjs.h | 98 FT_ULong* pflags ); 105 FT_ULong* pflags );
|
/external/freetype/src/cache/ |
ftcbasic.c | 150 if ( (FT_ULong)face->num_glyphs > FT_UINT_MAX || 0 > face->num_glyphs ) 345 if ( (FT_ULong)type->width >= 0x10000L ) 360 if ( (FT_ULong)(type->flags - FT_INT_MIN) > FT_UINT_MAX ) 363 FT_TRACE1(( "0x%x are dropped\n", (type->flags & ~((FT_ULong)FT_UINT_MAX)) )); 413 FT_ULong load_flags, 439 FT_TRACE1(( "0x%x are dropped\n", (load_flags & ~((FT_ULong)FT_UINT_MAX)) )); 680 if ( (FT_ULong)type->width >= 0x10000L ) 695 if ( (FT_ULong)(type->flags - FT_INT_MIN) > FT_UINT_MAX ) 698 FT_TRACE1(( "0x%x are dropped\n", (type->flags & ~((FT_ULong)FT_UINT_MAX)) )); 752 FT_ULong load_flags [all...] |
ftcsbits.h | 81 FT_LOCAL( FT_ULong )
|
/external/freetype/src/base/ |
ftcalc.c | 452 FT_ULong ua, ub; 481 ua = (FT_ULong)a; 482 ub = (FT_ULong)b; 488 FT_ULong al = ua & 0xFFFFU; 496 ua = (FT_ULong)(( ua ^ sa ) - sa); 503 FT_ULong ua, ub; 512 ua = (FT_ULong)a; 513 ub = (FT_ULong)b; 519 FT_ULong al = ua & 0xFFFFUL;
|