Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp539 for (const auto& pPSFont : m_PSFontList) { in FindPSFontGlyph() local
540 for (int j = 0; j < pPSFont->m_nGlyphs; j++) { in FindPSFontGlyph()
541 if (pPSFont->m_Glyphs[j].m_pFont == pFont && in FindPSFontGlyph()
542 pPSFont->m_Glyphs[j].m_GlyphIndex == charpos.m_GlyphIndex && in FindPSFontGlyph()
543 ((!pPSFont->m_Glyphs[j].m_bGlyphAdjust && !charpos.m_bGlyphAdjust) || in FindPSFontGlyph()
544 (pPSFont->m_Glyphs[j].m_bGlyphAdjust && charpos.m_bGlyphAdjust && in FindPSFontGlyph()
545 (fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[0] - in FindPSFontGlyph()
547 fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[1] - in FindPSFontGlyph()
549 fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[2] - in FindPSFontGlyph()
551 fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[3] - in FindPSFontGlyph()
[all …]