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

  /external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp 128 FXFT_Get_Glyph_HoriBearingX(m_Face) + FXFT_Get_Glyph_Width(m_Face));
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 329 bbox.right = bbox.left + FXFT_Get_Glyph_Width(m_Face);
336 (FXFT_Get_Glyph_HoriBearingX(m_Face) + FXFT_Get_Glyph_Width(m_Face)) *
  /external/pdfium/core/include/fxge/
fx_freetype.h 112 #define FXFT_Get_Glyph_Width(face) ((FT_Face)face)->glyph->metrics.width
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 805 FXFT_Get_Glyph_HoriBearingX(face) + FXFT_Get_Glyph_Width(face), face);
    [all...]
fpdf_font_cid.cpp     [all...]

Completed in 49 milliseconds