Searched refs:bPFA (Results 1 – 3 of 3) sorted by relevance
1167 const bool bPFA = ((*(unsigned char*)pFile) < 0x80); in DoGetEmbedFontData() local1168 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in DoGetEmbedFontData()
1061 const bool bPFA = ((*(unsigned char*)pFile) < 0x80); in DoGetEmbedFontData() local1062 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in DoGetEmbedFontData()
2882 const bool bPFA = (*aRawFontData.get() < 0x80); in GetEmbedFontData() local2883 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in GetEmbedFontData()
Completed in 41 milliseconds