Searched refs:nPathId (Results 1 – 1 of 1) sorted by relevance
207 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() local284 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() argument1242 void METWriter::METFillPath(sal_uInt32 nPathId) in METFillPath() argument1246 << (sal_uInt8)0x00 << (sal_uInt8)0 << nPathId; in METFillPath()[all …]
Completed in 23 milliseconds