Searched refs:m_CharBBox (Results 1 – 3 of 3) sorted by relevance
755 FXSYS_memset(m_CharBBox, 0xff, sizeof m_CharBBox); in CPDF_SimpleFont()789 m_CharBBox[charcode] = m_CharBBox[32]; in LoadCharMetrics()803 m_CharBBox[charcode].Left = TT2PDF(FXFT_Get_Glyph_HoriBearingX(face), face); in LoadCharMetrics()804 m_CharBBox[charcode].Right = TT2PDF( in LoadCharMetrics()806 m_CharBBox[charcode].Top = TT2PDF(FXFT_Get_Glyph_HoriBearingY(face), face); in LoadCharMetrics()807 m_CharBBox[charcode].Bottom = TT2PDF( in LoadCharMetrics()814 m_CharBBox[charcode].Right = in LoadCharMetrics()815 m_CharBBox[charcode].Right * m_CharWidth[charcode] / TT_Width; in LoadCharMetrics()816 m_CharBBox[charcode].Left = in LoadCharMetrics()817 m_CharBBox[charcode].Left * m_CharWidth[charcode] / TT_Width; in LoadCharMetrics()[all …]
1050 FXSYS_memset(m_CharBBox, 0xff, 256 * sizeof(FX_SMALL_RECT)); in CPDF_CIDFont()1276 if (charcode < 256 && m_CharBBox[charcode].Right != -1) { in GetCharBBox()1277 rect.bottom = m_CharBBox[charcode].Bottom; in GetCharBBox()1278 rect.left = m_CharBBox[charcode].Left; in GetCharBBox()1279 rect.right = m_CharBBox[charcode].Right; in GetCharBBox()1280 rect.top = m_CharBBox[charcode].Top; in GetCharBBox()1352 m_CharBBox[charcode].Bottom = (short)rect.bottom; in GetCharBBox()1353 m_CharBBox[charcode].Left = (short)rect.left; in GetCharBBox()1354 m_CharBBox[charcode].Right = (short)rect.right; in GetCharBBox()1355 m_CharBBox[charcode].Top = (short)rect.top; in GetCharBBox()
340 FX_SMALL_RECT m_CharBBox[256]; variable475 FX_SMALL_RECT m_CharBBox[256]; variable