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

  /external/harfbuzz_ng/src/
hb-ot-shape-normalize-private.hh 34 #define glyph_index() var1.u32 macro
  /external/pdfium/third_party/freetype/src/type1/
t1gload.c 59 FT_UInt glyph_index,
81 glyph_index, char_string );
88 char_string->pointer = type1->charstrings[glyph_index];
89 char_string->length = (FT_Int)type1->charstrings_len[glyph_index];
111 glyph_index, FALSE, &metrics );
126 FT_UInt glyph_index )
130 decoder, glyph_index, &glyph_data );
158 FT_Int glyph_index; local
194 for ( glyph_index = 0; glyph_index < type1->num_glyphs; glyph_index++
    [all...]
  /external/freetype/include/freetype/internal/services/
svpscmap.h 57 FT_UInt glyph_index; member in struct:PS_UniMap_
  /external/pdfium/core/fpdfapi/font/
cpdf_simplefont.cpp 43 int glyph_index = m_GlyphIndex[charcode]; local
44 if (glyph_index == 0xffff) {
56 face, glyph_index,
cpdf_cidfont.cpp 436 int glyph_index = GlyphFromCharCode(charcode, &bVert); local
440 int err = FXFT_Load_Glyph(face, glyph_index,
466 int err = FXFT_Load_Glyph(face, glyph_index, FXFT_LOAD_NO_SCALE);
  /external/pdfium/third_party/freetype/include/freetype/internal/services/
svpscmap.h 57 FT_UInt glyph_index; member in struct:PS_UniMap_
  /external/freetype/src/autofit/
afshaper.c 660 FT_ULong glyph_index = *(FT_ULong*)buf_; local
667 glyph_index,
676 return glyph_index;
afcjk.c 90 FT_ULong glyph_index; local
115 glyph_index = 0;
139 glyph_index = af_shaper_get_elem( &metrics->root,
144 if ( glyph_index )
150 if ( !glyph_index )
153 if ( !glyph_index )
157 ch, glyph_index ));
159 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
350 FT_ULong glyph_index; local
386 glyph_index = af_shaper_get_elem( &metrics->root
580 FT_ULong glyph_index; local
    [all...]
aflatin.c 81 FT_ULong glyph_index; local
111 glyph_index = 0;
135 glyph_index = af_shaper_get_elem( &metrics->root,
140 if ( glyph_index )
146 if ( !glyph_index )
150 ch, glyph_index ));
152 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
412 FT_ULong glyph_index; local
458 glyph_index = af_shaper_get_elem( &metrics->root,
463 if ( glyph_index == 0
1051 FT_ULong glyph_index; local
    [all...]
aflatin2.c 78 FT_UInt glyph_index; local
84 glyph_index = FT_Get_Char_Index(
87 if ( glyph_index == 0 )
90 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
226 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 );
447 FT_UInt glyph_index; local
450 glyph_index = FT_Get_Char_Index( face, i )
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 444 FT_ULong glyph_index = 0; local
456 glyph_index = i;
463 if ( glyph_index == 0 )
472 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.c 443 FT_ULong glyph_index = 0; local
455 glyph_index = i;
462 if ( glyph_index == 0 )
471 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp 241 int glyph_index = pEncoding->GlyphFromCharCode(start + i); local
242 widths[i] = pFont->GetGlyphWidth(glyph_index);
891 int glyph_index = pEncoding->GlyphFromCharCode(charcode); local
899 int glyph_index = pEncoding->GlyphFromCharCode(charcode); local
908 int glyph_index = pEncoding->GlyphFromCharCode(pUnicodes[j]); local
    [all...]
  /external/freetype/src/base/
ftobjs.c 615 FT_UInt glyph_index,
630 /* The validity test for `glyph_index' is performed by the */
727 glyph_index,
748 glyph_index, load_flags );
757 glyph_index,
874 FT_UInt glyph_index; local
880 glyph_index = (FT_UInt)char_code;
882 glyph_index = FT_Get_Char_Index( face, char_code );
884 return FT_Load_Glyph( face, glyph_index, load_flags );
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c 594 FT_UInt glyph_index,
609 /* The validity test for `glyph_index' is performed by the */
703 glyph_index,
724 glyph_index, load_flags );
733 glyph_index,
850 FT_UInt glyph_index; local
856 glyph_index = (FT_UInt)char_code;
858 glyph_index = FT_Get_Char_Index( face, char_code );
860 return FT_Load_Glyph( face, glyph_index, load_flags );
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1630 FT_UInt glyph_index; member in struct:TT_LoaderRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 1481 FT_UInt glyph_index; member in struct:TT_LoaderRec_
    [all...]

Completed in 451 milliseconds