Searched refs:pPSFont (Results 1 – 1 of 1) sorted by relevance
473 for (const auto& pPSFont : m_PSFontList) { in FindPSFontGlyph() local474 for (int j = 0; j < pPSFont->m_nGlyphs; j++) { in FindPSFontGlyph()475 if (pPSFont->m_Glyphs[j].m_pFont == pFont && in FindPSFontGlyph()476 pPSFont->m_Glyphs[j].m_GlyphIndex == charpos.m_GlyphIndex && in FindPSFontGlyph()477 ((!pPSFont->m_Glyphs[j].m_bGlyphAdjust && !charpos.m_bGlyphAdjust) || in FindPSFontGlyph()478 (pPSFont->m_Glyphs[j].m_bGlyphAdjust && charpos.m_bGlyphAdjust && in FindPSFontGlyph()479 (fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[0] - in FindPSFontGlyph()481 fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[1] - in FindPSFontGlyph()483 fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[2] - in FindPSFontGlyph()485 fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[3] - in FindPSFontGlyph()[all …]