Searched refs:drawRectangle (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/filter/source/graphicfilter/ipict/ |
H A D | shape.hxx | 39 void drawRectangle(VirtualDevice *dev, bool drawFrame, Rectangle const &rect, Size const &pSize);
|
H A D | shape.cxx | 140 void drawRectangle(VirtualDevice *dev, bool drawFrame, Rectangle const &orig, Size const &pSize) { in drawRectangle() function
|
H A D | ipict.cxx | 523 PictReaderShape::drawRectangle(pVirDev, eMethod==PDM_FRAME, aLastRect, nActPenSize); in ReadAndDrawSameRect()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pdfwriter.cxx | 144 ((PDFWriterImpl*)pImplementation)->drawRectangle( rRect ); in DrawRect() 149 ((PDFWriterImpl*)pImplementation)->drawRectangle( rRect, nHorzRound, nVertRound ); in DrawRect()
|
H A D | pdfwriter_impl.cxx | 4957 drawRectangle( aRect ); in drawFieldBorder() 4961 drawRectangle( aRect ); in drawFieldBorder() 5075 drawRectangle( rBox.m_aRect ); in createDefaultListBoxAppearance() 5133 drawRectangle( rBox.m_aRect ); in createDefaultCheckBoxAppearance() 5193 drawRectangle( aCheckRect ); in createDefaultCheckBoxAppearance() 5258 drawRectangle( rBox.m_aRect ); in createDefaultRadioButtonAppearance() 7731 drawRectangle( aRect ); in drawEmphasisMark() 7739 drawRectangle( aRect ); in drawEmphasisMark() 8767 drawRectangle( rRect ); in drawRectangle() 10216 drawRectangle( rRect ); in drawGradient() [all …]
|
H A D | pdfwriter_impl.hxx | 1244 void drawRectangle( const Rectangle& rRect ); 1245 void drawRectangle( const Rectangle& rRect, sal_uInt32 nHorzRound, sal_uInt32 nVertRound );
|
Completed in 104 milliseconds