Searched refs:pt (Results 26 - 50 of 110) sorted by relevance

12345

/haiku-fatelf/src/servers/app/drawing/
H A DPatternHandler.cpp196 \param pt Coordinates to get the color for
200 PatternHandler::ColorAt(const BPoint &pt) const
202 return ColorAt(pt.x, pt.y);
219 \param pt Coordinates to get the value for
223 PatternHandler::IsHighColor(const BPoint &pt) const
225 return IsHighColor((int)pt.x, (int)pt.y);
/haiku-fatelf/headers/private/interface/
H A Dclipping.h130 point_in(const clipping_rect &rect, const BPoint &pt) argument
132 if (pt.x >= rect.left && pt.x <= rect.right
133 && pt.y >= rect.top && pt.y <= rect.bottom)
/haiku-fatelf/src/apps/expander/
H A DPasswordAlert.cpp71 BPoint pt; local
72 pt.x = screenFrame.Width() / 2 - Bounds().Width() / 2;
73 pt.y = screenFrame.Height() / 2 - Bounds().Height() / 2;
75 if (screenFrame.Contains(pt))
76 MoveTo(pt);
/haiku-fatelf/src/preferences/media/
H A DMediaAlert.cpp72 BPoint pt; local
73 pt.x = screenFrame.Width() / 2 - Bounds().Width() / 2;
74 pt.y = screenFrame.Height() / 2 - Bounds().Height() / 2;
76 if (screenFrame.Contains(pt))
77 MoveTo(pt);
/haiku-fatelf/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp851 BeDecorator::_MoveBy(BPoint pt) argument
853 STRACE(("BeDecorator: Move By (%.1f, %.1f)\n", pt.x, pt.y));
855 fFrame.OffsetBy(pt);
856 fCloseRect.OffsetBy(pt);
857 fTabRect.OffsetBy(pt);
858 fResizeRect.OffsetBy(pt);
859 fZoomRect.OffsetBy(pt);
860 fBorderRect.OffsetBy(pt);
862 fLeftBorder.OffsetBy(pt);
870 _ResizeBy(BPoint pt, BRegion* dirty) argument
[all...]
/haiku-fatelf/src/apps/cdplayer/
H A DTwoStateDrawButton.h34 void MouseUp(BPoint pt);
H A DTwoStateDrawButton.cpp104 TwoStateDrawButton::MouseUp(BPoint pt) argument
106 BButton::MouseUp(pt);
/haiku-fatelf/src/apps/soundrecorder/
H A DDrawButton.cpp38 DrawButton::MouseUp(BPoint pt) argument
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp484 page_table_entry *pt; local
532 pt = (page_table_entry *)tbl;
534 pt[j] = DFL_PAGEENT_VAL;
538 pt = (page_table_entry *)PDE_TO_TA(pd[index]);
542 PutPageTableEntryInTable(&pt[index],
713 page_table_entry *pt; local
736 pt = (page_table_entry *)pa;
739 TRACE("%s: pt[%d].type %d\n", __FUNCTION__, index,
740 pt?(PTE_TYPE(pt[inde
[all...]
/haiku-fatelf/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.h58 void _MoveBy(BPoint pt);
59 void _ResizeBy(BPoint pt, BRegion* dirty);
/haiku-fatelf/src/tests/kits/midi/patchbay/
H A DPatchView.h43 void StartTipTracking(BPoint pt, BRect rect, int32 index, track_type type=TRACK_COLUMN);
45 void StartTip(BPoint pt, BRect rect, const char* str);
/haiku-fatelf/headers/os/interface/
H A DScrollBar.h62 virtual void MouseDown(BPoint pt);
63 virtual void MouseUp(BPoint pt);
64 virtual void MouseMoved(BPoint pt, uint32 code,
H A DView.h199 void ConvertToScreen(BPoint* pt) const;
200 BPoint ConvertToScreen(BPoint pt) const;
201 void ConvertFromScreen(BPoint* pt) const;
202 BPoint ConvertFromScreen(BPoint pt) const;
207 void ConvertToParent(BPoint* pt) const;
208 BPoint ConvertToParent(BPoint pt) const;
209 void ConvertFromParent(BPoint* pt) const;
210 BPoint ConvertFromParent(BPoint pt) const;
284 void SetOrigin(BPoint pt);
291 void MovePenTo(BPoint pt);
[all...]
/haiku-fatelf/headers/private/print/
H A DPictureIterator.h71 virtual void SetOrigin(BPoint pt) { } argument
72 virtual void SetPenLocation(BPoint pt) { } argument
H A DTemplate.h65 virtual void SetOrigin(BPoint pt);
66 virtual void SetPenLocation(BPoint pt);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPictureIterator.h71 virtual void SetOrigin(BPoint pt) { } argument
72 virtual void SetPenLocation(BPoint pt) { } argument
H A DPictureIterator.cpp62 static void _SetOrigin(void *p, BPoint pt) { return ((PictureIterator *) p)->SetOrigin(pt); } argument
63 static void _SetPenLocation(void *p, BPoint pt) { return ((PictureIterator *) p)->SetPenLocation(pt); } argument
115 (void*)_ClipToPicture, // 21 ClipToPicture(void *user, BPicture *picture, BPoint pt, bool clip_to_inverse_picture)
122 (void*)_SetOrigin, // 28 SetOrigin(void *user, BPoint pt)
123 (void*)_SetPenLocation, // 29 SetPenLocation(void *user, BPoint pt)
/haiku-fatelf/src/apps/musiccollection/
H A DMusicFileListView.h91 BPoint pt(where.x + itemFrame.left, where.y - itemFrame.top);
92 DragMessage(&dragMessage, bitmap, B_OP_ALPHA, pt, this);
/haiku-fatelf/src/kits/print/
H A DTemplate.cpp140 void Template::SetOrigin(BPoint pt) { argument
144 void Template::SetPenLocation(BPoint pt) { argument
H A DPictureIterator.cpp62 static void _SetOrigin(void *p, BPoint pt) { return ((PictureIterator *) p)->SetOrigin(pt); } argument
63 static void _SetPenLocation(void *p, BPoint pt) { return ((PictureIterator *) p)->SetPenLocation(pt); } argument
115 (void *)_ClipToPicture, // 21 ClipToPicture(void *user, BPicture *picture, BPoint pt, bool clip_to_inverse_picture)
122 (void *)_SetOrigin, // 28 SetOrigin(void *user, BPoint pt)
123 (void *)_SetPenLocation, // 29 SetPenLocation(void *user, BPoint pt)
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathLineAlgo.h59 // Vec3<T> &pt,
128 Vec3<T> &pt,
144 // If the intersection point, pt, is inside the triangle, intersect()
153 // pt = v0 * barycentric.x + v1 * barycentric.y + v2 * barycentric.z
176 pt = line (d / nd);
188 Vec3<T> a = pt - v0;
203 Vec3<T> a = pt - v1;
123 intersect(const Line3<T> &line, const Vec3<T> &v0, const Vec3<T> &v1, const Vec3<T> &v2, Vec3<T> &pt, Vec3<T> &barycentric, bool &front) argument
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-cdp.c239 int pt, pl, al, num; local
255 pt = p[0]; /* type of "protocol" field */
264 if (pt == PT_NLPID && pl == 1 && *p == NLPID_IP && al == 4) {
281 else if (pt == PT_IEEE_802_2 && pl == 8 &&
307 printf("pt=0x%02x, pl=%d, pb=", *(p - 2), pl);
/haiku-fatelf/src/preferences/appearance/
H A DCurView.h53 BitmapView(const BPoint &pt,BMessage *message,
/haiku-fatelf/src/servers/app/
H A DServerCursor.h38 void SetHotSpot(BPoint pt);
/haiku-fatelf/src/bin/rcs/
H A Drlog.c1086 struct Revpairs * ptr, *pt; local
1150 pt = ftalloc(struct Revpairs);
1151 pt->numfld = n;
1152 pt->strtrev = fstr_save(rstart->string);
1153 pt->endrev = fstr_save(rend->string);
1154 pt->rnext = Revlst;
1155 Revlst = pt;
1161 pt = ftalloc(struct Revpairs);
1162 pt->strtrev = pt
[all...]

Completed in 521 milliseconds

12345