Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DPictureButton.cpp196 DrawPicture(fEnabledOn); in Draw()
198 DrawPicture(fEnabledOff); in Draw()
206 DrawPicture(fDisabledOn); in Draw()
208 DrawPicture(fDisabledOff); in Draw()
H A DView.cpp4369 BView::DrawPicture(const BPicture* picture) in DrawPicture() function in BView
4380 BView::DrawPicture(const BPicture* picture, BPoint where) in DrawPicture() function in BView
4391 BView::DrawPicture(const char* filename, long offset, BPoint where) in DrawPicture() function in BView
/haiku/src/tests/kits/interface/
H A DSetDiskModeTest.cpp99 DrawPicture("picture", 0, B_ORIGIN); in Draw()
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp161 DrawPicture(fPicture, B_ORIGIN); in Draw()
H A DSVGViewView.cpp216 DrawPicture(fPicture); in Draw()
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp526 view->DrawPicture(picture); in testRecordAndPlayPicture()
539 view->DrawPicture(picture, BPoint(10, 10)); in testRecordAndPlayPictureWithOffset()
543 view->DrawPicture(picture, BPoint(0, 0)); in testRecordAndPlayPictureWithOffset()
563 view->DrawPicture(picture); in testAppendToPicture()
574 view->DrawPicture(picture, BPoint(2, 2)); in testDrawScaledPicture()
579 view->DrawPicture(picture, BPoint(frame.Width(), 4)); in testDrawScaledPicture()
H A DPictureTest.cpp255 view->DrawPicture(picture); in CreateBitmap()
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp64 view->DrawPicture(&fPictures[i], fPoints[i]); in Draw()
/haiku/headers/os/interface/
H A DView.h545 void DrawPicture(const BPicture* a_picture);
546 void DrawPicture(const BPicture* a_picture,
548 void DrawPicture(const char* filename, long offset,
/haiku/docs/develop/servers/app_server/
H A DDisplayDriver.rst43 void DrawPicture(SPicture \*pic, BPoint pt)
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp475 fView->DrawPicture(picture_data->picture, real_offset); in _PrintPage()
H A DPreview.cpp77 view->DrawPicture(&fPictures[i], printRect.LeftTop() + fPoints[i]); in Draw()
/haiku/src/apps/sudoku/
H A DSudokuView.cpp385 view->DrawPicture(&picture); in SaveTo()
/haiku/docs/user/interface/
H A DView.dox2844 DrawPicture()
2853 DrawPicture() doesn't alter the graphics state of the view nor do changes to
3912 picture. Use the DrawPicture() method to render the \a picture.
4072 \fn void BView::DrawPicture(const BPicture* picture)
4082 \fn void BView::DrawPicture(const BPicture* picture, BPoint where)
4093 \fn void BView::DrawPicture(const char* filename, long offset, BPoint where)