Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx207 void METBeginPath(sal_uInt32 nPathId);
209 void METFillPath(sal_uInt32 nPathId);
210 void METOutlinePath(sal_uInt32 nPathId);
283 sal_uInt32 nPathId = ( rRect.IsEmpty() ) ? 0 : 1; in WriteClipRect() local
284 if ( nPathId ) in WriteClipRect()
287 METBeginPath( nPathId ); in WriteClipRect()
293 << (sal_uInt8)0x00 << (sal_uInt8)0 << nPathId; in WriteClipRect()
1228 void METWriter::METBeginPath(sal_uInt32 nPathId) in METBeginPath() argument
1231 *pMET << (sal_uInt8)0xd0 << (sal_uInt8)6 << (sal_uInt16) 0 << nPathId; in METBeginPath()
1242 void METWriter::METFillPath(sal_uInt32 nPathId) in METFillPath() argument
[all …]