HomeSort by relevance Sort by last modified time
    Searched defs:gindex (Results 1 - 23 of 23) sorted by null

  /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/pdfium/third_party/freetype/src/base/
ftpatent.c 151 FT_UInt gindex; local
170 for ( gindex = 0; gindex < (FT_UInt)face->num_glyphs; gindex++ )
176 offset = service->get_location( face, gindex, &size );
ftobjs.c 3406 FT_UInt gindex = 0; local
3432 FT_UInt gindex = 0; local
    [all...]
  /external/freetype/src/cache/
ftccmap.c 240 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;
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.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...]
  /external/freetype/src/sfnt/
ttsbit.c 1002 FT_UInt gindex = FT_NEXT_USHORT( p ); local
1009 gindex,
1356 FT_UInt gindex = FT_NEXT_USHORT( p ); local
1396 FT_UInt gindex = FT_NEXT_USHORT( p ); local
    [all...]
ttcmap.c 148 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/libjpeg-turbo/
tjbench.c 246 int gindex=index2+tjGreenOffset[pf]; local
249 + (double)srcbuf[gindex]*0.587
254 dstbuf[gindex]=abs(dstbuf[gindex]-y);
  /external/libvncserver/test/
tjbench.c 176 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/
cffload.c 1205 FT_UInt gindex; local
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttsbit.c 855 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
1225 FT_UInt gindex = FT_NEXT_USHORT( p ); local
    [all...]
ttcmap.c 148 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 != 0
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/cff/
cffload.c 1750 FT_UInt gindex; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterName.java 341 int gindex = (result + endGroup) >> 1; local
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)
398 if (gindex >= m_groupcount_) {
401 return m_groupinfo_[gindex * m_groupsize_];
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterName.java 340 int gindex = (result + endGroup) >> 1; local
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)
397 if (gindex >= m_groupcount_) {
400 return m_groupinfo_[gindex * m_groupsize_];
    [all...]
  /external/libjpeg-turbo/java/
TJBench.java 97 int gindex = TJ.getGreenOffset(pixelFormat); local
103 dstBuf[dstPtr + gindex] = (byte)((rgb[rgbPtr] >> 8) & 0xff);
118 int gindex = TJ.getGreenOffset(pixelFormat); local
123 (srcBuf[srcPtr + gindex] & 0xff) << 8 |
250 int gindex = index2 + TJ.getGreenOffset(pf); local
253 (double)(srcBuf[gindex] & 0xff) * 0.587 +
258 dstBuf[gindex] = (byte)Math.abs((dstBuf[gindex] & 0xff) - lum);
    [all...]
  /external/freetype/src/base/
ftobjs.c 3541 FT_UInt gindex = 0; local
3567 FT_UInt gindex = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 604 milliseconds