Searched defs:gindex (Results 1 - 23 of 23) sorted by relevance

/external/freetype/src/cache/
H A Dftcglyph.c32 FT_UInt gindex,
36 gnode->gindex = gindex;
59 gnode->gindex = 0;
79 gnode->gindex == gquery->gindex );
189 FT_UInt gindex,
196 query->gindex = gindex;
31 FTC_GNode_Init( FTC_GNode gnode, FT_UInt gindex, FTC_Family family ) argument
H A Dftccmap.c240 FT_UInt gindex = 0; local
288 gindex = FTC_CMAP_NODE( node )->indices[char_code -
290 if ( gindex == FTC_CMAP_UNKNOWN )
295 gindex = 0;
314 gindex = FT_Get_Char_Index( face, char_code );
322 = (FT_UShort)gindex;
326 return gindex;
H A Dftcglyph.h35 * * 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...]
H A Dftcsbits.c104 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
102 ftc_snode_load( FTC_SNode snode, FTC_Manager manager, FT_UInt gindex, FT_ULong *asize ) argument
333 FT_UInt gindex = gquery->gindex; local
[all...]
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttmtx.c196 /* gindex :: The glyph index. */
207 FT_UInt gindex,
240 if ( gindex < (FT_UInt)k )
242 table_pos += 4 * gindex;
261 table_pos += 4 + 2 * ( gindex - k );
205 tt_face_get_metrics( TT_Face face, FT_Bool vertical, FT_UInt gindex, FT_Short *abearing, FT_UShort *aadvance ) argument
H A Dttsbit.c855 FT_UInt gindex = FT_NEXT_USHORT( p ); local
861 error = tt_sbit_decoder_load_image( decoder, gindex,
1185 FT_UInt gindex = FT_NEXT_USHORT( p ); local
1188 if ( gindex == glyph_index )
1225 FT_UInt gindex = FT_NEXT_USHORT( p ); local
1228 if ( gindex == glyph_index )
H A Dttcmap.c148 FT_UInt gindex = 0; local
154 gindex = table[charcode];
155 if ( gindex != 0 )
163 return gindex;
496 FT_UInt gindex = 0; local
536 gindex = (FT_UInt)( (FT_Int)idx + delta ) & 0xFFFFU;
537 if ( gindex != 0 )
554 return gindex;
793 FT_UInt gindex = FT_NEXT_USHORT( p ); local
796 if ( gindex !
812 FT_UInt gindex = (FT_UInt)( (FT_Int)charcode + delta ) & 0xFFFFU; local
1046 FT_UInt gindex = 0; local
1177 FT_UInt gindex = 0; local
1421 FT_UInt gindex; local
1536 FT_UInt gindex; local
1580 FT_UInt gindex = 0; local
1849 FT_UInt gindex = 0; local
1993 FT_UInt gindex; local
2041 FT_UInt gindex = 0; local
2240 FT_UInt gindex; local
2300 FT_UInt gindex = 0; local
2405 FT_UInt gindex; local
2586 FT_UInt gindex; local
2629 FT_UInt gindex = 0; local
2729 FT_UInt gindex; local
[all...]
/external/freetype/src/autofit/
H A Dafglobal.c189 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]
218 FT_UInt gindex; local
264 FT_UInt gindex = FT_Get_Char_Index( face, i ); local
[all...]
/external/freetype/src/sfnt/
H A Dttmtx.c209 /* gindex :: The glyph index. */
220 FT_UInt gindex,
258 if ( gindex < (FT_UInt)k )
260 table_pos += 4 * gindex;
279 table_pos += 4 + 2 * ( gindex - k );
307 var->vadvance_adjust( f, gindex, &a );
309 var->tsb_adjust( f, gindex, &b );
314 var->hadvance_adjust( f, gindex, &a );
316 var->lsb_adjust( f, gindex, &b );
218 tt_face_get_metrics( TT_Face face, FT_Bool vertical, FT_UInt gindex, FT_Short *abearing, FT_UShort *aadvance ) argument
H A Dttsbit.c1002 FT_UInt gindex = FT_NEXT_USHORT( p ); local
1009 gindex,
1356 FT_UInt gindex = FT_NEXT_USHORT( p ); local
1359 if ( gindex == glyph_index )
1396 FT_UInt gindex = FT_NEXT_USHORT( p ); local
1399 if ( gindex == glyph_index )
H A Dttcmap.c148 FT_UInt gindex = 0; local
154 gindex = table[charcode];
155 if ( gindex != 0 )
163 return gindex;
498 FT_UInt gindex = 0; local
538 gindex = (FT_UInt)( (FT_Int)idx + delta ) & 0xFFFFU;
539 if ( gindex != 0 )
556 return gindex;
804 FT_UInt gindex = FT_NEXT_USHORT( p ); local
807 if ( gindex )
823 FT_UInt gindex = (FT_UInt)( (FT_Int)charcode + delta ) & 0xFFFFU; local
1077 FT_UInt gindex = 0; local
1211 FT_UInt gindex = 0; local
1478 FT_UInt gindex; local
1596 FT_UInt gindex; local
1640 FT_UInt gindex = 0; local
1911 FT_UInt gindex = 0; local
2060 FT_UInt gindex; local
2108 FT_UInt gindex = 0; local
2309 FT_UInt gindex; local
2372 FT_UInt gindex = 0; local
2477 FT_UInt gindex; local
2660 FT_UInt gindex; local
2703 FT_UInt gindex = 0; local
2803 FT_UInt gindex; local
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftpatent.c151 FT_UInt gindex; local
170 for ( gindex = 0; gindex < (FT_UInt)face->num_glyphs; gindex++ )
176 offset = service->get_location( face, gindex, &size );
H A Dftobjs.c3406 FT_UInt gindex = 0; local
3412 gindex = FT_Get_Char_Index( face, 0 );
3413 if ( gindex == 0 )
3414 result = FT_Get_Next_Char( face, 0, &gindex );
3418 *agindex = gindex;
3432 FT_UInt gindex = 0; local
3443 gindex = cmap->clazz->char_next( cmap, &code );
3445 } while ( gindex >= (FT_UInt)face->num_glyphs );
3447 result = ( gindex == 0 ) ? 0 : code;
3451 *agindex = gindex;
[all...]
/external/freetype/src/cff/
H A Dcffdrivr.c1031 FT_UInt gindex,
1037 return var->hadvance_adjust( FT_FACE( face ), gindex, avalue );
1030 cff_hadvance_adjust( CFF_Face face, FT_UInt gindex, FT_Int *avalue ) argument
H A Dcffload.c1750 FT_UInt gindex; local
1772 for ( gindex = 0; gindex < num_glyphs; gindex++ )
1774 if ( charset->sids[gindex] == glyph_sid )
1776 encoding->codes[glyph_code] = (FT_UShort)gindex;
/external/libvncserver/test/
H A Dtjbench.c176 int gindex=index2+tjGreenOffset[pf]; local
179 + (double)srcbuf[gindex]*0.587
183 dstbuf[gindex]=abs(dstbuf[gindex]-y);
/external/pdfium/third_party/freetype/src/cff/
H A Dcffload.c1205 FT_UInt gindex; local
1227 for ( gindex = 0; gindex < num_glyphs; gindex++ )
1229 if ( charset->sids[gindex] == glyph_sid )
1231 encoding->codes[glyph_code] = (FT_UShort)gindex;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUCharacterName.java341 int gindex = (result + endGroup) >> 1;
342 if (msb < getGroupMSB(gindex)) {
343 endGroup = gindex;
346 result = gindex;
393 * @param gindex group index
394 * @return the MSB of the group if gindex is valid, -1 otherwise
396 public int getGroupMSB(int gindex) argument
398 if (gindex >= m_groupcount_) {
401 return m_groupinfo_[gindex * m_groupsize_];
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterName.java340 int gindex = (result + endGroup) >> 1;
341 if (msb < getGroupMSB(gindex)) {
342 endGroup = gindex;
345 result = gindex;
392 * @param gindex group index
393 * @return the MSB of the group if gindex is valid, -1 otherwise
395 public int getGroupMSB(int gindex) argument
397 if (gindex >= m_groupcount_) {
400 return m_groupinfo_[gindex * m_groupsize_];
/external/libjpeg-turbo/
H A Dtjbench.c246 int gindex=index2+tjGreenOffset[pf]; local
249 + (double)srcbuf[gindex]*0.587
254 dstbuf[gindex]=abs(dstbuf[gindex]-y);
/external/freetype/src/base/
H A Dftobjs.c3541 FT_UInt gindex = 0; local
3547 gindex = FT_Get_Char_Index( face, 0 );
3548 if ( gindex == 0 )
3549 result = FT_Get_Next_Char( face, 0, &gindex );
3553 *agindex = gindex;
3567 FT_UInt gindex = 0; local
3578 gindex = cmap->clazz->char_next( cmap, &code );
3580 } while ( gindex >= (FT_UInt)face->num_glyphs );
3582 result = ( gindex == 0 ) ? 0 : code;
3586 *agindex = gindex;
[all...]
/external/freetype/src/truetype/
H A Dttgxvar.c946 /* gindex :: The glyph index. */
957 FT_UInt gindex,
1009 FT_UInt idx = gindex;
1026 innerIndex = gindex;
1029 if ( gindex >= varData->itemCount )
1031 FT_TRACE2(( "gindex %d out of range\n", gindex ));
1057 FT_UInt gindex,
1060 return tt_hvadvance_adjust( face, gindex, avalue, 0 );
1066 FT_UInt gindex,
956 tt_hvadvance_adjust( TT_Face face, FT_UInt gindex, FT_Int *avalue, FT_Bool vertical ) argument
[all...]
/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 478 milliseconds