/external/freetype/src/autofit/ |
afglobal.c | 121 FT_UInt gindex; local 124 gindex = FT_Get_Char_Index( face, charcode ); 126 if ( gindex != 0 && 127 gindex < (FT_ULong)globals->glyph_count && 128 gscripts[gindex] == AF_SCRIPT_LIST_NONE ) 129 gscripts[gindex] = (FT_Byte)ss; 133 charcode = FT_Get_Next_Char( face, charcode, &gindex ); 135 if ( gindex == 0 || charcode > range->last ) 138 if ( gindex < (FT_ULong)globals->glyph_count && 139 gscripts[gindex] == AF_SCRIPT_LIST_NONE 148 FT_UInt gindex = FT_Get_Char_Index( face, i ); local [all...] |
afglobal.h | 52 FT_UInt gindex, 61 FT_UInt gindex );
|
afloader.h | 62 FT_UInt gindex,
|
afloader.c | 482 FT_UInt gindex, 517 error = af_face_globals_get_metrics( loader->globals, gindex, 539 error = af_loader_load_g( loader, &scaler, gindex, load_flags, 0 );
|
/external/freetype/src/truetype/ |
ttpload.h | 36 FT_UInt gindex, 68 FT_UInt gindex );
|
ttpload.c | 174 FT_UInt gindex, 184 if ( gindex < face->num_locations ) 188 p = face->glyph_locations + gindex * 4; 199 p = face->glyph_locations + gindex * 2; 219 pos1, gindex, face->glyf_len )); 229 pos2, gindex + 1, face->glyf_len )); 578 FT_UInt gindex ) 589 gindex += 2; 590 if ( gindex < record_size ) 591 result = record + nn * record_size + gindex; [all...] |
/external/freetype/src/sfnt/ |
ttcmap.c | 135 FT_UInt gindex = 0; local 141 gindex = table[charcode]; 142 if ( gindex != 0 ) 150 return gindex; 468 FT_UInt gindex = 0; local 508 gindex = ( idx + delta ) & 0xFFFFU; 509 if ( gindex != 0 ) 526 return gindex; 761 FT_UInt gindex = FT_NEXT_USHORT( p ); local 764 if ( gindex != 0 780 FT_UInt gindex = (FT_UInt)( ( charcode + delta ) & 0xFFFFU ); local 1003 FT_UInt gindex = 0; local 1092 FT_UInt gindex = 0; local 1337 FT_UInt gindex; local 1448 FT_UInt gindex; local 1491 FT_UInt gindex = 0; local 1743 FT_UInt gindex = 0; local 1859 FT_UInt gindex; local 1901 FT_UInt gindex = 0; local 2079 FT_UInt gindex; local 2124 FT_UInt gindex = 0; local 2218 FT_ULong gindex; local 2399 FT_UInt gindex; local 2444 FT_UInt gindex = 0; local 2537 FT_UInt gindex; local [all...] |
ttmtx.c | 351 FT_UInt gindex, 384 if ( gindex < (FT_UInt)k ) 386 table_pos += 4 * gindex; 405 table_pos += 4 + 2 * ( gindex - k ); 430 FT_UInt gindex, 444 gindex >= (FT_UInt)face->max_profile.numGlyphs ) 450 if ( gindex < (FT_UInt)k ) 452 longs_m = (TT_LongMetrics)header->long_metrics + gindex; 458 *abearing = ((TT_ShortMetrics*)header->short_metrics)[gindex - k];
|
ttmtx.h | 46 FT_UInt gindex,
|
ttsbit0.c | 664 FT_UInt gindex = FT_NEXT_USHORT( p ); local 670 error = tt_sbit_decoder_load_image( decoder, gindex, 902 FT_UInt gindex = FT_NEXT_USHORT( p ); local 905 if ( gindex == glyph_index ) 944 FT_UInt gindex = FT_NEXT_USHORT( p ); local 947 if ( gindex == glyph_index )
|
/external/harfbuzz/src/ |
harfbuzz-buffer-private.h | 75 #define IN_GLYPH( pos ) (buffer->in_string[(pos)].gindex) 77 #define IN_CURGLYPH() (buffer->in_string[buffer->in_pos].gindex) 83 #define OUT_GLYPH( pos ) (buffer->out_string[(pos)].gindex)
|
harfbuzz-buffer.c | 185 glyph->gindex = glyph_index; 302 item->gindex = glyph_data[i]; 365 buffer->out_string[buffer->out_pos-1].gindex = glyph_index;
|
harfbuzz-buffer.h | 40 HB_UInt gindex; member in struct:HB_GlyphItemRec_
|
harfbuzz-shaper.cpp | [all...] |
/external/freetype/include/freetype/internal/services/ |
svpfr.h | 47 FT_UInt gindex,
|
svttglyf.h | 32 FT_UInt gindex,
|
/external/freetype/src/base/ |
ftadvanc.c | 71 FT_UInt gindex, 81 if ( gindex >= (FT_UInt)face->num_glyphs ) 90 error = func( face, gindex, 1, flags, padvance ); 98 return FT_Get_Advances( face, gindex, 1, flags, padvance );
|
ftpatent.c | 150 FT_UInt gindex; local 169 for ( gindex = 0; gindex < (FT_UInt)face->num_glyphs; gindex++ ) 175 offset = service->get_location( face, gindex, &size );
|
ftobjs.c | 3238 FT_UInt gindex = 0; local 3263 FT_UInt gindex = 0; local [all...] |
/external/freetype/include/freetype/ |
ftadvanc.h | 91 /* gindex :: The glyph index. */ 118 FT_UInt gindex,
|
ftpfr.h | 147 * gindex :: The glyph index. 161 FT_UInt gindex,
|
ftcache.h | [all...] |
/external/webkit/Source/WebCore/platform/graphics/skia/ |
GlyphPageTreeNodeSkia.cpp | 69 glyphs[i] = static_cast<Glyph>(buffer->out_string[i].gindex);
|
/external/freetype/src/cff/ |
cffload.c | 1198 FT_UInt gindex; local [all...] |
/external/freetype/include/freetype/internal/ |
sfnt.h | [all...] |