Home
last modified time | relevance | path

Searched refs:pPSFont (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp503 CPSFont* pPSFont = m_PSFontList[i]; in FindPSFontGlyph() local
504 for (int j = 0; j < pPSFont->m_nGlyphs; j ++) in FindPSFontGlyph()
505 …if (pPSFont->m_Glyphs[j].m_pFont == pFont && pPSFont->m_Glyphs[j].m_GlyphIndex == charpos.m_GlyphI… in FindPSFontGlyph()
506 if ((!pPSFont->m_Glyphs[j].m_bGlyphAdjust && !charpos.m_bGlyphAdjust) || in FindPSFontGlyph()
507 (pPSFont->m_Glyphs[j].m_bGlyphAdjust && charpos.m_bGlyphAdjust && in FindPSFontGlyph()
508 … (FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[0] - charpos.m_AdjustMatrix[0]) < 0.01 && in FindPSFontGlyph()
509 … FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[1] - charpos.m_AdjustMatrix[1]) < 0.01 && in FindPSFontGlyph()
510 … FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[2] - charpos.m_AdjustMatrix[2]) < 0.01 && in FindPSFontGlyph()
511 … FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[3] - charpos.m_AdjustMatrix[3]) < 0.01))) { in FindPSFontGlyph()
519 CPSFont* pPSFont = new CPSFont; in FindPSFontGlyph() local
[all …]