Searched refs:m_CharBBox (Results 1 – 3 of 3) sorted by relevance
833 FXSYS_memset8(m_CharBBox, 0xff, sizeof m_CharBBox); in CPDF_SimpleFont()872 m_CharBBox[charcode] = m_CharBBox[32]; in LoadCharMetrics()883 m_CharBBox[charcode].Left = TT2PDF(FXFT_Get_Glyph_HoriBearingX(m_Font.m_Face), m_Font.m_Face); in LoadCharMetrics()884 …m_CharBBox[charcode].Right = TT2PDF(FXFT_Get_Glyph_HoriBearingX(m_Font.m_Face) + FXFT_Get_Glyph_Wi… in LoadCharMetrics()885 m_CharBBox[charcode].Top = TT2PDF(FXFT_Get_Glyph_HoriBearingY(m_Font.m_Face), m_Font.m_Face); in LoadCharMetrics()886 …m_CharBBox[charcode].Bottom = TT2PDF(FXFT_Get_Glyph_HoriBearingY(m_Font.m_Face) - FXFT_Get_Glyph_H… in LoadCharMetrics()892 … m_CharBBox[charcode].Right = m_CharBBox[charcode].Right * m_CharWidth[charcode] / TT_Width; in LoadCharMetrics()893 … m_CharBBox[charcode].Left = m_CharBBox[charcode].Left * m_CharWidth[charcode] / TT_Width; in LoadCharMetrics()915 if (m_CharBBox[charcode].Left == (FX_SHORT)0xffff) { in GetCharBBox()918 rect.left = m_CharBBox[charcode].Left; in GetCharBBox()[all …]
821 FXSYS_memset8(m_CharBBox, 0xff, 256 * sizeof(FX_SMALL_RECT)); in CPDF_CIDFont()1116 if (charcode < 256 && m_CharBBox[charcode].Right != -1) { in GetCharBBox()1117 rect.bottom = m_CharBBox[charcode].Bottom; in GetCharBBox()1118 rect.left = m_CharBBox[charcode].Left; in GetCharBBox()1119 rect.right = m_CharBBox[charcode].Right; in GetCharBBox()1120 rect.top = m_CharBBox[charcode].Top; in GetCharBBox()1184 m_CharBBox[charcode].Bottom = (short)rect.bottom; in GetCharBBox()1185 m_CharBBox[charcode].Left = (short)rect.left; in GetCharBBox()1186 m_CharBBox[charcode].Right = (short)rect.right; in GetCharBBox()1187 m_CharBBox[charcode].Top = (short)rect.top; in GetCharBBox()
384 FX_SMALL_RECT m_CharBBox[256]; variable553 FX_SMALL_RECT m_CharBBox[256]; variable