HomeSort by relevance Sort by last modified time
    Searched refs:FXFT_Get_Face_Charmaps (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 16 if (FXFT_Get_Charmap_PlatformID(FXFT_Get_Face_Charmaps(face)[i]) == platform_id &&
17 FXFT_Get_Charmap_EncodingID(FXFT_Get_Face_Charmaps(face)[i]) == encoding_id) {
18 FXFT_Set_Charmap(face, FXFT_Get_Face_Charmaps(face)[i]);
    [all...]
fpdf_font_cid.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_freetype.h 88 #define FXFT_Get_Face_Charmaps(face) ((FT_Face)face)->charmaps
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 444 int encoding = FXFT_Get_Charmap_Encoding(FXFT_Get_Face_Charmaps(face)[i++]);

Completed in 49 milliseconds