Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp531 for (const auto& pPSFont : m_PSFontList) { in FindPSFontGlyph() local
532 for (int j = 0; j < pPSFont->m_nGlyphs; j++) { in FindPSFontGlyph()
533 if (pPSFont->m_Glyphs[j].m_pFont == pFont && in FindPSFontGlyph()
534 pPSFont->m_Glyphs[j].m_GlyphIndex == charpos.m_GlyphIndex && in FindPSFontGlyph()
535 ((!pPSFont->m_Glyphs[j].m_bGlyphAdjust && !charpos.m_bGlyphAdjust) || in FindPSFontGlyph()
536 (pPSFont->m_Glyphs[j].m_bGlyphAdjust && charpos.m_bGlyphAdjust && in FindPSFontGlyph()
537 (FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[0] - in FindPSFontGlyph()
539 FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[1] - in FindPSFontGlyph()
541 FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[2] - in FindPSFontGlyph()
543 FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[3] - in FindPSFontGlyph()
[all …]