Searched refs:pOutGlyphWidths (Results 1 – 3 of 3) sorted by relevance
81 sal_Int32* pOutGlyphWidths) in CreateFontSubset() argument101 bOK = CreateFontSubsetFromSfnt( pOutGlyphWidths); in CreateFontSubset()104 bOK = CreateFontSubsetFromCff( pOutGlyphWidths); in CreateFontSubset()109 bOK = CreateFontSubsetFromType1( pOutGlyphWidths); in CreateFontSubset()125 bool FontSubsetInfo::CreateFontSubsetFromSfnt( sal_Int32* pOutGlyphWidths ) in CreateFontSubsetFromSfnt() argument133 const bool bOK = CreateFontSubsetFromCff( pOutGlyphWidths); in CreateFontSubsetFromSfnt()170 bool FontSubsetInfo::CreateFontSubsetFromType1( sal_Int32* pOutGlyphWidths) in CreateFontSubsetFromType1() argument175 (void)pOutGlyphWidths; in CreateFontSubsetFromType1()
2435 bool FontSubsetInfo::CreateFontSubsetFromCff( GlyphWidth* pOutGlyphWidths ) in CreateFontSubsetFromCff() argument2447 pOutGlyphWidths, mnReqGlyphCount, *this); in CreateFontSubsetFromCff()
63 int nReqGlyphCount, sal_Int32* pOutGlyphWidths = NULL );90 bool CreateFontSubsetFromCff( sal_Int32* pOutGlyphWidths = NULL );91 bool CreateFontSubsetFromSfnt( sal_Int32* pOutGlyphWidths = NULL );92 bool CreateFontSubsetFromType1( sal_Int32* pOutGlyphWidths = NULL );
Completed in 45 milliseconds