Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/fontsubset/ !
H A Dfontsubset.cxx79 sal_Int32* pOutGlyphWidths) in CreateFontSubset() argument
99 bOK = CreateFontSubsetFromSfnt( pOutGlyphWidths); in CreateFontSubset()
102 bOK = CreateFontSubsetFromCff( pOutGlyphWidths); in CreateFontSubset()
107 bOK = CreateFontSubsetFromType1( pOutGlyphWidths); in CreateFontSubset()
123 bool FontSubsetInfo::CreateFontSubsetFromSfnt( sal_Int32* pOutGlyphWidths ) in CreateFontSubsetFromSfnt() argument
131 const bool bOK = CreateFontSubsetFromCff( pOutGlyphWidths); in CreateFontSubsetFromSfnt()
168 bool FontSubsetInfo::CreateFontSubsetFromType1( sal_Int32* pOutGlyphWidths) in CreateFontSubsetFromType1() argument
173 (void)pOutGlyphWidths; in CreateFontSubsetFromType1()
H A Dcff.cxx2435 bool FontSubsetInfo::CreateFontSubsetFromCff( GlyphWidth* pOutGlyphWidths ) in CreateFontSubsetFromCff() argument
2447 pOutGlyphWidths, mnReqGlyphCount, *this); in CreateFontSubsetFromCff()
/AOO42X/main/vcl/inc/ !
H A Dfontsubset.hxx63 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 );