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

1 2 3

  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.h 52 FT_UInt gindex,
61 FT_UInt gindex );
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...]
afloader.h 62 FT_UInt gindex,
  /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...]
afglobal.h 90 FT_UInt gindex,
99 FT_UInt gindex );
afloader.h 74 FT_UInt gindex,
  /external/freetype/src/cache/
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.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;
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...]
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...]
  /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/include/freetype/
ftadvanc.h 91 /* gindex :: The glyph index. */
118 FT_UInt gindex,
ftpfr.h 147 * gindex :: The glyph index.
161 FT_UInt gindex,
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svttglyf.h 32 FT_UInt gindex,
svpfr.h 47 FT_UInt gindex,
  /external/chromium_org/third_party/freetype/src/sfnt/
ttmtx.h 46 FT_UInt gindex,
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...]
  /external/freetype/include/freetype/
ftadvanc.h 90 /* gindex :: The glyph index. */
118 FT_UInt gindex,
ftpfr.h 147 * gindex :: The glyph index.
161 FT_UInt gindex,
  /external/freetype/include/freetype/internal/services/
svttglyf.h 32 FT_UInt gindex,
svpfr.h 47 FT_UInt gindex,
  /external/freetype/src/sfnt/
ttmtx.h 46 FT_UInt gindex,
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/chromium_org/third_party/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 );

Completed in 509 milliseconds

1 2 3