Home
last modified time | relevance | path

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

/trunk/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
1242 void METWriter::METFillPath(sal_uInt32 nPathId) in METFillPath() argument
1246 << (sal_uInt8)0x00 << (sal_uInt8)0 << nPathId; in METFillPath()
[all …]

Completed in 18 milliseconds