Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dfontsubset.cxx81 sal_Int32* pOutGlyphWidths) in CreateFontSubset() argument
101 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() argument
133 const bool bOK = CreateFontSubsetFromCff( pOutGlyphWidths); in CreateFontSubsetFromSfnt()
170 bool FontSubsetInfo::CreateFontSubsetFromType1( sal_Int32* pOutGlyphWidths) in CreateFontSubsetFromType1() argument
175 (void)pOutGlyphWidths; in CreateFontSubsetFromType1()
H A Dcff.cxx2435 bool FontSubsetInfo::CreateFontSubsetFromCff( GlyphWidth* pOutGlyphWidths ) in CreateFontSubsetFromCff() argument
2447 pOutGlyphWidths, mnReqGlyphCount, *this); in CreateFontSubsetFromCff()
/trunk/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 );

Completed in 28 milliseconds