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

  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 833 FXSYS_memset8(m_CharBBox, 0xff, sizeof m_CharBBox);
872 m_CharBBox[charcode] = m_CharBBox[32];
883 m_CharBBox[charcode].Left = TT2PDF(FXFT_Get_Glyph_HoriBearingX(m_Font.m_Face), m_Font.m_Face);
884 m_CharBBox[charcode].Right = TT2PDF(FXFT_Get_Glyph_HoriBearingX(m_Font.m_Face) + FXFT_Get_Glyph_Width(m_Font.m_Face), m_Font.m_Face);
885 m_CharBBox[charcode].Top = TT2PDF(FXFT_Get_Glyph_HoriBearingY(m_Font.m_Face), m_Font.m_Face);
886 m_CharBBox[charcode].Bottom = TT2PDF(FXFT_Get_Glyph_HoriBearingY(m_Font.m_Face) - FXFT_Get_Glyph_Height(m_Font.m_Face), m_Font.m_Face);
892 m_CharBBox[charcode].Right = m_CharBBox[charcode].Right * m_CharWidth[charcode] / TT_Width;
    [all...]
fpdf_font_cid.cpp 821 FXSYS_memset8(m_CharBBox, 0xff, 256 * sizeof(FX_SMALL_RECT));
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 384 FX_SMALL_RECT m_CharBBox[256];
553 FX_SMALL_RECT m_CharBBox[256];

Completed in 31 milliseconds