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

  /external/freetype/include/freetype/internal/services/
svpscmap.h 57 FT_UInt glyph_index; member in struct:PS_UniMap_
  /external/freetype/src/truetype/
ttobjs.c 421 FT_ULong glyph_index = 0; local
433 glyph_index = i;
440 if ( glyph_index == 0 )
449 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
    [all...]
  /external/harfbuzz/src/
harfbuzz-gdef.c 654 HB_UShort glyph_index, array_index, count; local
672 glyph_index = glyphID;
674 glyph_index = glyphID - gcrr[index - 1].End - 1;
679 glyph_index = glyphID - gcrr[index].End - 1;
682 byte = ngc[array_index][glyph_index / 4];
683 bits = byte >> ( 16 - ( glyph_index % 4 + 1 ) * 4 );
989 HB_UShort array_index, glyph_index, count; local
1038 glyph_index = glyphID;
1040 glyph_index = glyphID - gcrr[index - 1].End - 1;
1045 glyph_index = glyphID - gcrr[index].End - 1
    [all...]
  /external/freetype/src/autofit/
afcjk.c 84 FT_UInt glyph_index; local
90 glyph_index = FT_Get_Char_Index( face, charcode );
91 if ( glyph_index == 0 )
94 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
328 FT_UInt glyph_index; local
337 glyph_index = FT_Get_Char_Index( face, *p );
338 if ( glyph_index == 0 )
344 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
513 FT_UInt glyph_index; local
516 glyph_index = FT_Get_Char_Index( face, i )
    [all...]
aflatin.c 70 FT_UInt glyph_index; local
76 glyph_index = FT_Get_Char_Index( face, charcode );
77 if ( glyph_index == 0 )
80 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
223 FT_UInt glyph_index; local
233 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p );
234 if ( glyph_index == 0 )
237 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
442 FT_UInt glyph_index; local
445 glyph_index = FT_Get_Char_Index( face, i )
    [all...]
aflatin2.c 73 FT_UInt glyph_index; local
79 glyph_index = FT_Get_Char_Index( face, charcode );
80 if ( glyph_index == 0 )
83 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
219 FT_UInt glyph_index; local
228 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p );
229 if ( glyph_index == 0 )
232 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
431 FT_UInt glyph_index; local
434 glyph_index = FT_Get_Char_Index( face, i )
    [all...]
  /external/freetype/src/base/
ftobjs.c 564 FT_UInt glyph_index,
579 /* The validity test for `glyph_index' is performed by the */
666 glyph_index,
687 glyph_index, load_flags );
696 glyph_index,
813 FT_UInt glyph_index; local
819 glyph_index = (FT_UInt)char_code;
821 glyph_index = FT_Get_Char_Index( face, char_code );
823 return FT_Load_Glyph( face, glyph_index, load_flags );
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1497 FT_UInt glyph_index; member in struct:TT_LoaderRec_
    [all...]

Completed in 207 milliseconds