Searched refs:gindex (Results 26 - 34 of 34) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DGlyphMapAndroid.cpp78 glyphs[i] = static_cast<Glyph>(buffer->out_string[i].gindex);
/external/freetype/src/cff/
H A Dcffload.c1197 FT_UInt gindex; local
1219 for ( gindex = 0; gindex < num_glyphs; gindex++ )
1221 if ( charset->sids[gindex] == glyph_sid )
1223 encoding->codes[glyph_code] = (FT_UShort)gindex;
/external/freetype/src/sfnt/
H A Dttsbit0.c664 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/freetype/src/autofit/
H A Dafloader.c489 FT_UInt gindex,
524 error = af_face_globals_get_metrics( loader->globals, gindex,
546 error = af_loader_load_g( loader, &scaler, gindex, load_flags, 0 );
/external/freetype/include/freetype/internal/
H A Dsfnt.h571 FT_UInt gindex,
/external/freetype/src/base/
H A Dftobjs.c3319 FT_UInt gindex = 0; local
3324 gindex = FT_Get_Char_Index( face, 0 );
3325 if ( gindex == 0 || gindex >= (FT_UInt)face->num_glyphs )
3326 result = FT_Get_Next_Char( face, 0, &gindex );
3330 *agindex = gindex;
3344 FT_UInt gindex = 0; local
3354 gindex = cmap->clazz->char_next( cmap, &code );
3355 } while ( gindex >= (FT_UInt)face->num_glyphs );
3357 result = ( gindex
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp818 qDebug(" %x: cluster=%d", buffer->in_string[i].gindex, buffer->in_string[i].cluster);
1186 DEBUG(" glyph=%4x", hb_buffer->in_string[i].gindex);
1204 DEBUG(" glyph=%4x", hb_buffer->in_string[i].gindex);
1239 glyphs[i] = face->buffer->in_string[i].gindex;
H A Dharfbuzz-gdef.c1082 error = HB_GDEF_Get_Glyph_Property( gdef, gitem->gindex, &gitem->gproperties );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 135 milliseconds

12