Lines Matching refs:Rectangle

115                          const Rectangle& rRect,  in DrawText()
142 void PDFWriter::DrawRect( const Rectangle& rRect ) in DrawRect()
147 void PDFWriter::DrawRect( const Rectangle& rRect, sal_uLong nHorzRound, sal_uLong nVertRound ) in DrawRect()
152 void PDFWriter::DrawEllipse( const Rectangle& rRect ) in DrawEllipse()
157 void PDFWriter::DrawArc( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawArc()
162 void PDFWriter::DrawPie( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawPie()
167 void PDFWriter::DrawChord( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawChord()
213 aBitmap.Crop( Rectangle( rSrcPtPixel, rSrcSizePixel ) ); in DrawBitmap()
235 aBitmap.Crop( Rectangle( rSrcPtPixel, rSrcSizePixel ) ); in DrawBitmapEx()
256 aBitmap.Crop( Rectangle( rSrcPtPixel, rSrcSizePixel ) ); in DrawMask()
260 void PDFWriter::DrawGradient( const Rectangle& rRect, const Gradient& rGradient ) in DrawGradient()
275 void PDFWriter::DrawWallpaper( const Rectangle& rRect, const Wallpaper& rWallpaper ) in DrawWallpaper()
290 void PDFWriter::EndTransparencyGroup( const Rectangle& rRect, sal_uInt16 nTransparentPercent ) in EndTransparencyGroup()
295 void PDFWriter::EndTransparencyGroup( const Rectangle& rRect, const Bitmap& rAlphaMask ) in EndTransparencyGroup()
350 void PDFWriter::IntersectClipRegion( const Rectangle& rRect ) in IntersectClipRegion()
410 …tream& rStreamData, bool bIsTrueColor, const Size& rSrcSizePixel, const Rectangle& rTargetArea, co… in DrawJPGBitmap()
415 sal_Int32 PDFWriter::CreateLink( const Rectangle& rRect, sal_Int32 nPageNr ) in CreateLink()
419 sal_Int32 PDFWriter::RegisterDestReference( sal_Int32 nDestId, const Rectangle& rRect, sal_Int32 nP… in RegisterDestReference()
424 sal_Int32 PDFWriter::CreateNamedDest( const rtl::OUString& sDestName, const Rectangle& rRect, sal_I… in CreateNamedDest()
429 sal_Int32 PDFWriter::CreateDest( const Rectangle& rRect, sal_Int32 nPageNr, PDFWriter::DestAreaType… in CreateDest()
469 void PDFWriter::CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr ) in CreateNote()
504 void PDFWriter::SetStructureBoundingBox( const Rectangle& rRect ) in SetStructureBoundingBox()
543 void PDFWriter::BeginPattern( const Rectangle& rCellRect ) in BeginPattern()