Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1167 const bool bPFA = ((*(unsigned char*)pFile) < 0x80); in DoGetEmbedFontData() local
1168 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in DoGetEmbedFontData()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1061 const bool bPFA = ((*(unsigned char*)pFile) < 0x80); in DoGetEmbedFontData() local
1062 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in DoGetEmbedFontData()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2882 const bool bPFA = (*aRawFontData.get() < 0x80); in GetEmbedFontData() local
2883 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in GetEmbedFontData()

Completed in 35 milliseconds