/external/chromium_org/third_party/freetype/src/autofit/ |
afglobal.c | 99 FT_UInt gindex; local 102 gindex = FT_Get_Char_Index( face, charcode ); 104 if ( gindex != 0 && 105 gindex < (FT_ULong)globals->glyph_count && 106 gscripts[gindex] == AF_SCRIPT_NONE ) 107 gscripts[gindex] = (FT_Byte)ss; 111 charcode = FT_Get_Next_Char( face, charcode, &gindex ); 113 if ( gindex == 0 || charcode > range->last ) 116 if ( gindex < (FT_ULong)globals->glyph_count && 117 gscripts[gindex] == AF_SCRIPT_NONE 126 FT_UInt gindex = FT_Get_Char_Index( face, i ); local [all...] |
/external/freetype/src/autofit/ |
afglobal.c | 99 FT_UInt gindex; local 102 gindex = FT_Get_Char_Index( face, charcode ); 104 if ( gindex != 0 && 105 gindex < (FT_ULong)globals->glyph_count && 106 gscripts[gindex] == AF_SCRIPT_NONE ) 107 gscripts[gindex] = (FT_Byte)ss; 111 charcode = FT_Get_Next_Char( face, charcode, &gindex ); 113 if ( gindex == 0 || charcode > range->last ) 116 if ( gindex < (FT_ULong)globals->glyph_count && 117 gscripts[gindex] == AF_SCRIPT_NONE 126 FT_UInt gindex = FT_Get_Char_Index( face, i ); local [all...] |
/external/chromium_org/third_party/freetype/src/cache/ |
ftcglyph.c | 32 FT_UInt gindex, 36 gnode->gindex = gindex; 59 gnode->gindex = 0; 79 gnode->gindex == gquery->gindex ); 189 FT_UInt gindex, 196 query->gindex = gindex;
|
ftcbasic.c | 127 FT_UInt gindex, 142 error = FT_Load_Glyph( face, gindex, 154 FT_UInt gindex, 173 error = FT_Load_Glyph( face, gindex, family->attrs.load_flags ); 280 FT_UInt gindex, 318 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex; 324 hash, gindex, 330 hash, gindex, 356 FT_UInt gindex, 387 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex; [all...] |
ftcsbits.c | 104 FT_UInt gindex, 116 if ( (FT_UInt)(gindex - gnode->gindex) >= snode->count ) 122 sbit = snode->sbits + ( gindex - gnode->gindex ); 127 error = clazz->family_load_glyph( family, gindex, manager, &face ); 215 FT_UInt gindex = gquery->gindex; local 224 if ( total == 0 || gindex >= total ) 235 start = gindex - ( gindex % FTC_SBIT_ITEMS_PER_NODE ) 333 FT_UInt gindex = gquery->gindex; local [all...] |
ftcglyph.h | 35 * * gindex: A glyph index, or the first index in a glyph range. 152 FT_UInt gindex; member in struct:FTC_GNodeRec_ 162 FT_UInt gindex; member in struct:FTC_GQueryRec_ 180 FT_UInt gindex, /* glyph index for node */ 264 FT_UInt gindex, 281 gindex, query, node, error ) \ 289 _gquery->gindex = (gindex); \ 312 gindex, query, node, error ) \ 315 error = FTC_GCache_Lookup( FTC_GCACHE( cache ), hash, gindex, \ [all...] |
ftcsbits.h | 42 #define FTC_SNODE_GINDEX( x ) FTC_GNODE( x )->gindex 51 FT_UInt gindex,
|
ftccmap.c | 244 FT_UInt gindex = 0; local 289 gindex = FTC_CMAP_NODE( node )->indices[char_code - 291 if ( gindex == FTC_CMAP_UNKNOWN ) 296 gindex = 0; 321 gindex = FT_Get_Char_Index( face, char_code ); 329 = (FT_UShort)gindex; 333 return gindex;
|
/external/freetype/src/cache/ |
ftcglyph.c | 32 FT_UInt gindex, 36 gnode->gindex = gindex; 59 gnode->gindex = 0; 79 gnode->gindex == gquery->gindex ); 189 FT_UInt gindex, 196 query->gindex = gindex;
|
ftcbasic.c | 127 FT_UInt gindex, 142 error = FT_Load_Glyph( face, gindex, 154 FT_UInt gindex, 173 error = FT_Load_Glyph( face, gindex, family->attrs.load_flags ); 280 FT_UInt gindex, 318 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex; 324 hash, gindex, 330 hash, gindex, 356 FT_UInt gindex, 387 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex; [all...] |
ftcsbits.c | 104 FT_UInt gindex, 116 if ( (FT_UInt)(gindex - gnode->gindex) >= snode->count ) 122 sbit = snode->sbits + ( gindex - gnode->gindex ); 127 error = clazz->family_load_glyph( family, gindex, manager, &face ); 215 FT_UInt gindex = gquery->gindex; local 224 if ( total == 0 || gindex >= total ) 235 start = gindex - ( gindex % FTC_SBIT_ITEMS_PER_NODE ) 333 FT_UInt gindex = gquery->gindex; local [all...] |
ftcglyph.h | 35 * * gindex: A glyph index, or the first index in a glyph range. 152 FT_UInt gindex; member in struct:FTC_GNodeRec_ 162 FT_UInt gindex; member in struct:FTC_GQueryRec_ 180 FT_UInt gindex, /* glyph index for node */ 264 FT_UInt gindex, 281 gindex, query, node, error ) \ 289 _gquery->gindex = (gindex); \ 312 gindex, query, node, error ) \ 315 error = FTC_GCache_Lookup( FTC_GCACHE( cache ), hash, gindex, \ [all...] |
ftcsbits.h | 42 #define FTC_SNODE_GINDEX( x ) FTC_GNODE( x )->gindex 51 FT_UInt gindex,
|
ftccmap.c | 244 FT_UInt gindex = 0; local 289 gindex = FTC_CMAP_NODE( node )->indices[char_code - 291 if ( gindex == FTC_CMAP_UNKNOWN ) 296 gindex = 0; 321 gindex = FT_Get_Char_Index( face, char_code ); 329 = (FT_UShort)gindex; 333 return gindex;
|
/external/chromium_org/third_party/freetype/src/truetype/ |
ttpload.h | 36 FT_UInt gindex, 68 FT_UInt gindex );
|
/external/freetype/src/truetype/ |
ttpload.h | 36 FT_UInt gindex, 68 FT_UInt gindex );
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttcmap.c | 135 FT_UInt gindex = 0; local 141 gindex = table[charcode]; 142 if ( gindex != 0 ) 150 return gindex; 472 FT_UInt gindex = 0; local 512 gindex = ( idx + delta ) & 0xFFFFU; 513 if ( gindex != 0 ) 530 return gindex; 769 FT_UInt gindex = FT_NEXT_USHORT( p ); local 772 if ( gindex != 0 788 FT_UInt gindex = (FT_UInt)( ( charcode + delta ) & 0xFFFFU ); local 1011 FT_UInt gindex = 0; local 1100 FT_UInt gindex = 0; local 1345 FT_UInt gindex; local 1460 FT_UInt gindex; local 1503 FT_UInt gindex = 0; local 1759 FT_UInt gindex = 0; local 1879 FT_UInt gindex; local 1921 FT_UInt gindex = 0; local 2103 FT_UInt gindex; local 2148 FT_UInt gindex = 0; local 2242 FT_ULong gindex; local 2427 FT_UInt gindex; local 2472 FT_UInt gindex = 0; local 2564 FT_UInt gindex; local [all...] |
ttmtx.h | 46 FT_UInt gindex,
|
/external/freetype/src/sfnt/ |
ttcmap.c | 135 FT_UInt gindex = 0; local 141 gindex = table[charcode]; 142 if ( gindex != 0 ) 150 return gindex; 472 FT_UInt gindex = 0; local 512 gindex = ( idx + delta ) & 0xFFFFU; 513 if ( gindex != 0 ) 530 return gindex; 769 FT_UInt gindex = FT_NEXT_USHORT( p ); local 772 if ( gindex != 0 788 FT_UInt gindex = (FT_UInt)( ( charcode + delta ) & 0xFFFFU ); local 1011 FT_UInt gindex = 0; local 1100 FT_UInt gindex = 0; local 1345 FT_UInt gindex; local 1460 FT_UInt gindex; local 1503 FT_UInt gindex = 0; local 1759 FT_UInt gindex = 0; local 1879 FT_UInt gindex; local 1921 FT_UInt gindex = 0; local 2103 FT_UInt gindex; local 2148 FT_UInt gindex = 0; local 2242 FT_ULong gindex; local 2427 FT_UInt gindex; local 2472 FT_UInt gindex = 0; local 2564 FT_UInt gindex; local [all...] |
/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)
|
/external/harfbuzz_ng/src/hb-old/ |
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)
|
/external/chromium_org/third_party/freetype/include/freetype/internal/services/ |
svpfr.h | 47 FT_UInt gindex,
|
svttglyf.h | 32 FT_UInt gindex,
|
/external/chromium_org/third_party/freetype/src/base/ |
ftadvanc.c | 73 FT_UInt gindex, 83 if ( gindex >= (FT_UInt)face->num_glyphs ) 92 error = func( face, gindex, 1, flags, padvance ); 100 return FT_Get_Advances( face, gindex, 1, flags, padvance );
|
/external/freetype/include/freetype/internal/services/ |
svpfr.h | 47 FT_UInt gindex,
|