Searched defs:view (Results 226 - 250 of 313) sorted by relevance

1234567891011>>

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp34 PerspectiveBox::PerspectiveBox(CanvasView* view, argument
231 PerspectiveBox::AttachedToView(BView* view) argument
238 PerspectiveBox::DetachedFromView(BView* view) argument
[all...]
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp100 FindTextView::TargetedByScrollView(BScrollView* view) argument
/haiku/src/kits/tracker/
H A DTextWidget.cpp70 BTextWidget::BTextWidget(Model* model, BColumn* column, BPoseView* view) argument
128 ColumnRect(BPoint poseLoc, const BColumn* column, const BPoseView* view) argument
147 CalcRectCommon(BPoint poseLoc, const BColumn* column, const BPoseView* view, float textWidth) argument
209 CalcRect(BPoint poseLoc, const BColumn* column, const BPoseView* view) argument
217 CalcOldRect(BPoint poseLoc, const BColumn* column, const BPoseView* view) argument
225 CalcClickRect(BPoint poseLoc, const BColumn* column, const BPoseView* view) argument
273 MouseUp(BRect bounds, BPoseView* view, BPose* pose, BPoint) argument
318 BPoseView* view = window->PoseView(); local
366 BPoseView* view = window->PoseView(); local
437 StartEdit(BRect bounds, BPoseView* view, BPose* pose) argument
539 StopEdit(bool saveChanges, BPoint poseLoc, BPoseView* view, BPose* pose, int32 poseIndex) argument
583 CheckAndUpdate(BPoint loc, const BColumn* column, BPoseView* view, bool visible) argument
601 SelectAll(BPoseView* view) argument
611 Draw(BRect eraseRect, BRect textRect, float, BPoseView* view, BView* drawView, bool selected, uint32 clipboardMode, BPoint offset, bool direct) argument
[all...]
H A DStatusWindow.cpp116 BView* view = dynamic_cast<BView*>(*target); local
213 BView* view = new StatusBackgroundView(Bounds()); local
243 BStatusView* view local
285 BStatusView* view = fViewList.ItemAt(index); local
303 BStatusView* view = fViewList.ItemAt(index); local
321 BStatusView* view = fViewList.ItemAt(index); local
370 BStatusView* view = NULL; local
[all...]
/haiku/src/kits/interface/
H A DLayout.cpp49 inline void operator()(BView* view) { argument
244 BView* view = item->View(); local
[all...]
H A DAbstractLayout.cpp267 BView* view; member in struct:BAbstractLayout::ViewProxy
[all...]
H A DPrintJob.cpp392 BPrintJob::DrawView(BView* view, BRect rect, BPoint where) argument
521 BPrintJob::_RecurseView(BView* view, BPoint origin, BPicture* picture, argument
[all...]
H A DMenuBar.cpp729 BView* view = dynamic_cast<BView*>(handler); local
H A DAlert.cpp141 TAlertView* view = (TAlertView*)FindView("_master_"); local
/haiku/src/apps/mail/
H A DContent.h75 TTextView *view; member in struct:__anon143
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp132 void DetailsBuilder::AddView(BView* view) argument
167 BView* view local
260 Push(BView* view) argument
315 PPDBuilder(BView* parent, BView* view, BMessage& settings) argument
[all...]
/haiku/src/preferences/mail/
H A DConfigWindow.cpp216 BView* view = new BView("accounts", 0); local
835 BView* view = NULL; local
861 _ReplaceConfigView(BView* view) argument
[all...]
/haiku/src/kits/translation/
H A DTranslationUtils.cpp619 BTranslationUtils::WriteStyledEditFile(BTextView* view, BFile* file, const char *encoding) argument
742 WriteStyledEditFile(BTextView* view, BFile* file) argument
[all...]
/haiku/src/servers/print/
H A DConfigWindow.cpp122 LeftAlign(BView* view) argument
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp32 static void testNoOp(BView *view, BRect frame) argument
37 static void testDrawChar(BView *view, BRect frame) argument
45 static void testDrawString(BView *view, BRect frame) argument
60 testDrawStringWithLength(BView *view, BRect frame) argument
76 testDrawStringWithOffsets(BView* view, BRect frame) argument
104 testDrawStringWithoutPosition(BView* view, BRect frame) argument
125 testFillArc(BView *view, BRect frame) argument
131 testStrokeArc(BView *view, BRect frame) argument
137 testFillBezier(BView *view, BRect frame) argument
148 testStrokeBezier(BView *view, BRect frame) argument
159 testFillEllipse(BView *view, BRect frame) argument
170 testStrokeEllipse(BView *view, BRect frame) argument
181 testFillPolygon(BView *view, BRect frame) argument
194 testStrokePolygon(BView *view, BRect frame) argument
207 testFillRect(BView *view, BRect frame) argument
213 testFillRectGradientLinear(BView* view, BRect frame) argument
222 testFillRectGradientRadial(BView* view, BRect frame) argument
231 testFillRectGradientRadialFocus(BView* view, BRect frame) argument
240 testFillRectGradientDiamond(BView* view, BRect frame) argument
249 testFillRectGradientConic(BView* view, BRect frame) argument
258 testStrokeRect(BView *view, BRect frame) argument
264 testFillRegion(BView *view, BRect frame) argument
273 testFillRegionGradientLinear(BView* view, BRect frame) argument
285 testFillRegionGradientRadial(BView* view, BRect frame) argument
297 testFillRegionGradientRadialFocus(BView* view, BRect frame) argument
309 testFillRegionGradientDiamond(BView* view, BRect frame) argument
321 testFillRegionGradientConic(BView* view, BRect frame) argument
333 testFillRoundRect(BView *view, BRect frame) argument
339 testFillRoundRectGradientLinear(BView* view, BRect frame) argument
348 testFillRoundRectGradientRadial(BView* view, BRect frame) argument
357 testFillRoundRectGradientRadialFocus(BView* view, BRect frame) argument
365 testFillRoundRectGradientDiamond(BView* view, BRect frame) argument
374 testFillRoundRectGradientConic(BView* view, BRect frame) argument
383 testStrokeRoundRect(BView *view, BRect frame) argument
389 testFillTriangle(BView *view, BRect frame) argument
399 testFillTriangleGradientLinear(BView* view, BRect frame) argument
412 testFillTriangleGradientRadial(BView* view, BRect frame) argument
425 testFillTriangleGradientRadialFocus(BView* view, BRect frame) argument
438 testFillTriangleGradientDiamond(BView* view, BRect frame) argument
451 testFillTriangleGradientConic(BView* view, BRect frame) argument
464 testStrokeTriangle(BView *view, BRect frame) argument
474 testStrokeLine(BView *view, BRect frame) argument
488 testFillShape(BView *view, BRect frame) argument
499 testStrokeShape(BView *view, BRect frame) argument
510 testRecordPicture(BView *view, BRect frame) argument
519 testRecordAndPlayPicture(BView *view, BRect frame) argument
530 testRecordAndPlayPictureWithOffset(BView *view, BRect frame) argument
547 testAppendToPicture(BView *view, BRect frame) argument
567 testDrawScaledPicture(BView* view, BRect frame) argument
584 testLineArray(BView *view, BRect frame) argument
601 testInvertRect(BView *view, BRect frame) argument
607 testInvertRectSetDrawingMode(BView *view, BRect frame) argument
645 testDrawBitmap(BView *view, BRect frame) argument
651 testDrawBitmapAtPoint(BView *view, BRect frame) argument
664 testDrawBitmapAtRect(BView *view, BRect frame) argument
672 testDrawLargeBitmap(BView *view, BRect frame) argument
683 testConstrainClippingRegion(BView *view, BRect frame) argument
704 testClipToPicture(BView *view, BRect frame) argument
720 testClipToInversePicture(BView *view, BRect frame) argument
737 testSetPenSize(BView *view, BRect frame) argument
769 testSetPenSize2(BView *view, BRect frame) argument
784 testPattern(BView *view, BRect frame) argument
804 testSetOrigin(BView *view, BRect frame) argument
824 testSetOrigin2(BView *view, BRect frame) argument
836 testSetScale(BView *view, BRect frame) argument
843 testSetScale2(BView *view, BRect frame) argument
855 testSetScale3(BView *view, BRect frame) argument
870 testSetOriginAndScale(BView *view, BRect frame) argument
884 testSetOriginAndScale2(BView *view, BRect frame) argument
902 testSetOriginAndScale3(BView *view, BRect frame) argument
920 testSetOriginAndScale4(BView *view, BRect frame) argument
947 testSetOriginAndScale5(BView *view, BRect frame) argument
967 testSetFontSize(BView *view, BRect frame) argument
984 testSetFontFamilyAndStyle(BView *view, BRect frame) argument
1003 testSetDrawingMode(BView *view, BRect frame) argument
1015 testPushPopState(BView *view, BRect frame) argument
1026 testFontRotation(BView* view, BRect frame) argument
1041 testClipToRect(BView* view, BRect frame) argument
1052 testClipToInverseRect(BView* view, BRect frame) argument
1063 testClipToShape(BView* view, BRect frame) argument
1077 testClipToInverseShape(BView* view, BRect frame) argument
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp422 RemoteMessage::ReadViewState(BView& view, ::pattern& pattern) argument
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp1032 KeymapWindow::_SelectCurrentMap(BListView* view) argument
/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp254 ParagraphLayout::Draw(BView* view, const BPoint& offset) argument
929 ParagraphLayout::_DrawLine(BView* view, const BPoint& offset, argument
943 ParagraphLayout::_DrawSpan(BView* view, BPoint offset, argument
[all...]
/haiku/src/apps/charactermap/
H A DCharacterView.cpp462 BView* view = new BView(frame, "drag", 0, 0); local
[all...]
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp480 MessageFilter::FilterFor(BView *view, BParameter &parameter) argument
[all...]
/haiku/src/apps/webpositive/
H A DSettingsWindow.cpp397 BView* view = BGroupLayoutBuilder(B_VERTICAL, 0) local
467 BView* view = BGridLayoutBuilder(spacing / 2, spacing / 2) local
540 BView* view = BGridLayoutBuilder(spacing / 2, spacing / 2) local
563 SettingsWindow::_SetupFontSelectionView(FontSelectionView* view, argument
[all...]
/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp695 Nebula::StartConfig(BView* view) argument
716 Nebula::StartSaver(BView* view, bool preview) argument
807 Draw(BView* view, int32) argument
[all...]
/haiku/src/add-ons/accelerants/intel_extreme/
H A Doverlay.cpp540 intel_configure_overlay(overlay_token overlayToken, const overlay_buffer* buffer, const overlay_window* window, const overlay_view* view) argument
[all...]
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp271 CardMessageFilter::CardMessageFilter(CardView* view) argument
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp1258 void Svg2PictureView::_StartElement(Svg2PictureView *view, const XML_Char *name, const XML_Char **attributes) { argument
1262 void Svg2PictureView::_EndElement(Svg2PictureView *view, const XML_Char *name) { argument
1266 void Svg2PictureView::_CharacterDataHandler(Svg2PictureView *view, const XML_Char *s, int len) { argument

Completed in 137 milliseconds

1234567891011>>