Searched refs:m_CharBBox (Results 1 – 3 of 3) sorted by relevance
822 FXSYS_memset8(m_CharBBox, 0xff, sizeof m_CharBBox); in CPDF_SimpleFont()859 m_CharBBox[charcode] = m_CharBBox[32]; in LoadCharMetrics()870 m_CharBBox[charcode].Left = TT2PDF(FXFT_Get_Glyph_HoriBearingX(m_Font.m_Face), m_Font.m_Face); in LoadCharMetrics()871 …m_CharBBox[charcode].Right = TT2PDF(FXFT_Get_Glyph_HoriBearingX(m_Font.m_Face) + FXFT_Get_Glyph_Wi… in LoadCharMetrics()872 m_CharBBox[charcode].Top = TT2PDF(FXFT_Get_Glyph_HoriBearingY(m_Font.m_Face), m_Font.m_Face); in LoadCharMetrics()873 …m_CharBBox[charcode].Bottom = TT2PDF(FXFT_Get_Glyph_HoriBearingY(m_Font.m_Face) - FXFT_Get_Glyph_H… in LoadCharMetrics()879 … m_CharBBox[charcode].Right = m_CharBBox[charcode].Right * m_CharWidth[charcode] / TT_Width; in LoadCharMetrics()880 … m_CharBBox[charcode].Left = m_CharBBox[charcode].Left * m_CharWidth[charcode] / TT_Width; in LoadCharMetrics()902 if (m_CharBBox[charcode].Left == (FX_SHORT)0xffff) { in GetCharBBox()905 rect.left = m_CharBBox[charcode].Left; in GetCharBBox()[all …]
706 FXSYS_memset8(m_CharBBox, 0xff, 256 * sizeof(FX_SMALL_RECT)); in CPDF_CIDFont()1002 if (charcode < 256 && m_CharBBox[charcode].Right != -1) { in GetCharBBox()1003 rect.bottom = m_CharBBox[charcode].Bottom; in GetCharBBox()1004 rect.left = m_CharBBox[charcode].Left; in GetCharBBox()1005 rect.right = m_CharBBox[charcode].Right; in GetCharBBox()1006 rect.top = m_CharBBox[charcode].Top; in GetCharBBox()1070 m_CharBBox[charcode].Bottom = (short)rect.bottom; in GetCharBBox()1071 m_CharBBox[charcode].Left = (short)rect.left; in GetCharBBox()1072 m_CharBBox[charcode].Right = (short)rect.right; in GetCharBBox()1073 m_CharBBox[charcode].Top = (short)rect.top; in GetCharBBox()
397 FX_SMALL_RECT m_CharBBox[256]; variable550 FX_SMALL_RECT m_CharBBox[256]; variable