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

1 2 3 4

  /external/freetype/src/autofit/
afglobal.c 189 FT_UInt gindex; local
192 gindex = FT_Get_Char_Index( face, charcode );
194 if ( gindex != 0 &&
195 gindex < (FT_ULong)globals->glyph_count &&
196 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED )
197 gstyles[gindex] = (FT_UShort)ss;
201 charcode = FT_Get_Next_Char( face, charcode, &gindex );
203 if ( gindex == 0 || charcode > range->last )
206 if ( gindex < (FT_ULong)globals->glyph_count &&
207 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED
218 FT_UInt gindex; local
264 FT_UInt gindex = FT_Get_Char_Index( face, i ); local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afglobal.c 188 FT_UInt gindex; local
191 gindex = FT_Get_Char_Index( face, charcode );
193 if ( gindex != 0 &&
194 gindex < (FT_ULong)globals->glyph_count &&
195 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED )
196 gstyles[gindex] = (FT_UShort)ss;
200 charcode = FT_Get_Next_Char( face, charcode, &gindex );
202 if ( gindex == 0 || charcode > range->last )
205 if ( gindex < (FT_ULong)globals->glyph_count &&
206 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED
217 FT_UInt gindex; local
263 FT_UInt gindex = FT_Get_Char_Index( face, i ); local
    [all...]
  /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 126 FT_UInt gindex,
143 gindex,
155 FT_UInt gindex,
175 gindex,
283 FT_UInt gindex,
318 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex;
324 hash, gindex,
330 hash, gindex,
356 FT_UInt gindex,
386 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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...]
ftcimage.h 55 #define FTC_INODE_GINDEX( x ) FTC_GNODE(x)->gindex
60 FT_UInt gindex,
ftcbasic.c 126 FT_UInt gindex,
143 gindex,
155 FT_UInt gindex,
175 gindex,
283 FT_UInt gindex,
318 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex;
324 hash, gindex,
330 hash, gindex,
356 FT_UInt gindex,
386 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex;
    [all...]
  /external/freetype/src/truetype/
ttpload.h 36 FT_UInt gindex,
68 FT_UInt gindex );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttpload.h 36 FT_UInt gindex,
68 FT_UInt gindex );
  /external/pdfium/third_party/freetype/src/truetype/
ttpload.h 36 FT_UInt gindex,
68 FT_UInt gindex );
  /external/freetype/include/freetype/
ftadvanc.h 95 /* gindex :: The glyph index. */
123 FT_UInt gindex,
  /external/freetype/include/freetype/internal/services/
svttglyf.h 33 FT_UInt gindex,
  /external/freetype/src/sfnt/
ttmtx.h 46 FT_UInt gindex,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftadvanc.h 95 /* gindex :: The glyph index. */
123 FT_UInt gindex,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/services/
svttglyf.h 33 FT_UInt gindex,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttmtx.h 46 FT_UInt gindex,
  /external/pdfium/third_party/freetype/include/freetype/
ftadvanc.h 95 /* gindex :: The glyph index. */
123 FT_UInt gindex,
  /external/pdfium/third_party/freetype/include/freetype/internal/services/
svttglyf.h 33 FT_UInt gindex,
  /external/pdfium/third_party/freetype/src/sfnt/
ttmtx.h 46 FT_UInt gindex,
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftadvanc.h 95 /* gindex :: The glyph index. */
123 FT_UInt gindex,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrdrivr.c 67 FT_UInt gindex,
76 if ( !gindex )
79 gindex--;
86 if ( gindex < phys->num_chars )
88 *anadvance = phys->chars[gindex].advance;

Completed in 370 milliseconds

1 2 3 4