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

  /external/freetype/src/cache/
ftcimage.c 72 FT_UInt gindex = gquery->gindex; local
77 FTC_GNode_Init( gnode, gindex, family );
80 error = clazz->family_load_glyph( family, gindex, cache,
ftccmap.c 240 FT_UInt gindex = 0; local
285 gindex = FTC_CMAP_NODE( node )->indices[char_code -
287 if ( gindex == FTC_CMAP_UNKNOWN )
292 gindex = 0;
311 gindex = FT_Get_Char_Index( face, char_code );
319 = (FT_UShort)gindex;
323 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 106 FT_UInt gindex,
118 if ( (FT_UInt)(gindex - gnode->gindex) >= snode->count )
124 sbit = snode->sbits + ( gindex - gnode->gindex );
129 error = clazz->family_load_glyph( family, gindex, manager, &face );
217 FT_UInt gindex = gquery->gindex; local
226 if ( total == 0 || gindex >= total )
237 start = gindex - ( gindex % FTC_SBIT_ITEMS_PER_NODE )
335 FT_UInt gindex = gquery->gindex; local
    [all...]
  /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/freetype/src/winfonts/
winfnt.c 633 FT_UInt gindex = 0; local
640 gindex = (FT_UInt)( char_code + 1 );
641 return gindex;
649 FT_UInt gindex = 0; local
657 gindex = 1;
665 gindex = (FT_UInt)( char_code + 1 );
670 return gindex;
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 1016 FT_UInt gindex = FT_NEXT_USHORT( p ); local
1023 gindex,
1370 FT_UInt gindex = FT_NEXT_USHORT( p ); local
1410 FT_UInt gindex = FT_NEXT_USHORT( p ); local
    [all...]
ttcmap.c 150 FT_UInt gindex = 0; local
156 gindex = table[charcode];
157 if ( gindex != 0 )
165 return gindex;
500 FT_UInt gindex = 0; local
544 gindex = (FT_UInt)( (FT_Int)idx + delta ) & 0xFFFFU;
545 if ( gindex != 0 )
572 return gindex;
820 FT_UInt gindex = FT_NEXT_USHORT( p ); local
823 if ( gindex )
839 FT_UInt gindex = (FT_UInt)( (FT_Int)charcode + delta ) & 0xFFFFU; local
1093 FT_UInt gindex = 0; local
1227 FT_UInt gindex = 0; local
1494 FT_UInt gindex; local
1612 FT_UInt gindex; local
1656 FT_UInt gindex = 0; local
1927 FT_UInt gindex = 0; local
2076 FT_UInt gindex; local
2124 FT_UInt gindex = 0; local
2325 FT_UInt gindex; local
2388 FT_UInt gindex = 0; local
2493 FT_UInt gindex; local
2676 FT_UInt gindex; local
2719 FT_UInt gindex = 0; local
2819 FT_UInt gindex; local
    [all...]
  /external/libjpeg-turbo/
tjbench.c 251 int gindex=index2+tjGreenOffset[pf]; local
254 + (double)srcbuf[gindex]*0.587
259 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/freetype/src/cff/
cffload.c 1762 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 |
253 int gindex = index2 + TJ.getGreenOffset(pf); local
256 (double)(srcBuf[gindex] & 0xff) * 0.587 +
261 dstBuf[gindex] = (byte)Math.abs((dstBuf[gindex] & 0xff) - lum);
    [all...]
  /external/freetype/src/base/
ftobjs.c 3701 FT_UInt gindex = 0; local
3727 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/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/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 463 milliseconds