Searched refs:origin (Results 1 - 25 of 97) sorted by relevance

1234

/haiku/src/kits/network/libnetservices2/
H A DErrorsExt.cpp20 BError::BError(const char* origin) argument
22 fOrigin(BString(origin))
27 BError::BError(BString origin) argument
29 fOrigin(std::move(origin))
109 BRuntimeError::BRuntimeError(const char* origin, const char* message) argument
111 BError(origin),
117 BRuntimeError::BRuntimeError(const char* origin, BString message) argument
119 BError(origin),
125 BRuntimeError::BRuntimeError(BString origin, BString message) argument
127 BError(std::move(origin)),
153 BSystemError(const char* origin, status_t error) argument
161 BSystemError(BString origin, status_t error) argument
[all...]
H A DNetServicesMisc.cpp21 const char* origin, BUrl url, BStringList supportedProtocols)
23 BError(origin),
30 BUnsupportedProtocol::BUnsupportedProtocol(BString origin, BUrl url, BStringList supportedProtocols) argument
32 BError(std::move(origin)),
63 BInvalidUrl::BInvalidUrl(const char* origin, BUrl url) argument
65 BError(origin),
71 BInvalidUrl::BInvalidUrl(BString origin, BUrl url) argument
73 BError(std::move(origin)),
97 const char* origin, ErrorType type, status_t errorCode, const BString& customMessage)
99 BError(origin),
20 BUnsupportedProtocol( const char* origin, BUrl url, BStringList supportedProtocols) argument
96 BNetworkRequestError( const char* origin, ErrorType type, status_t errorCode, const BString& customMessage) argument
107 BNetworkRequestError( const char* origin, ErrorType type, const BString& customMessage) argument
[all...]
/haiku/headers/private/netservices2/
H A DErrorsExt.h24 BError(const char* origin);
25 BError(BString origin);
54 BRuntimeError(const char* origin, const char* message);
55 BRuntimeError(const char* origin, BString message);
56 BRuntimeError(BString origin, BString message);
74 BSystemError(const char* origin, status_t error);
75 BSystemError(BString origin, status_t error);
H A DNetServicesDefs.h24 BUnsupportedProtocol(const char* origin, BUrl url,
26 BUnsupportedProtocol(BString origin, BUrl url,
43 BInvalidUrl(const char* origin, BUrl url);
44 BInvalidUrl(BString origin, BUrl url);
60 BNetworkRequestError(const char* origin, ErrorType type,
62 BNetworkRequestError(const char* origin, ErrorType type,
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBoxStates.h26 virtual void SetOrigin(BPoint origin) argument
27 { fOrigin = origin; }
46 virtual void SetOrigin(BPoint origin);
H A DTransformBoxStates.cpp66 DragCornerState::SetOrigin(BPoint origin) argument
80 double x = origin.x;
81 double y = origin.y;
83 origin.x = x;
84 origin.y = y;
89 fXOffsetFromCorner = origin.x - box.left;
90 fYOffsetFromCorner = origin.y - box.top;
93 origin.x = box.right;
94 origin.y = box.bottom;
97 fXOffsetFromCorner = origin
434 SetOrigin(BPoint origin) argument
482 SetOrigin(BPoint origin) argument
550 SetOrigin(BPoint origin) argument
[all...]
H A DChannelTransform.cpp129 ChannelTransform::RotateBy(BPoint origin, double degrees) argument
134 origin -= fPivot;
139 double xOffset = fTranslation.x - origin.x;
140 double yOffset = fTranslation.y - origin.y;
145 fTranslation.x = origin.x + xOffset;
146 fTranslation.y = origin.y + yOffset;
170 ChannelTransform::ScaleBy(BPoint origin, double xScale, double yScale) argument
180 double xOffset = fTranslation.x - origin.x;
181 double yOffset = fTranslation.y - origin.y;
183 fTranslation.x = origin
[all...]
H A DPerspectiveBoxStates.cpp50 DragCornerState::SetOrigin(BPoint origin) argument
52 DragState::SetOrigin(origin);
H A DTransformBoxStates.h30 virtual void SetOrigin(BPoint origin) argument
31 { fOrigin = origin; }
56 virtual void SetOrigin(BPoint origin);
86 virtual void SetOrigin(BPoint origin);
110 virtual void SetOrigin(BPoint origin);
126 virtual void SetOrigin(BPoint origin);
143 virtual void SetOrigin(BPoint origin);
H A DChannelTransform.h34 virtual void RotateBy(BPoint origin, double degrees);
37 virtual void ScaleBy(BPoint origin, double xScale,
/haiku/src/servers/app/drawing/Painter/
H A DTransformable.cpp288 Transformable::RotateBy(BPoint origin, double radians) argument
291 multiply(agg::trans_affine_translation(-origin.x, -origin.y));
293 multiply(agg::trans_affine_translation(origin.x, origin.y));
300 Transformable::ScaleBy(BPoint origin, double xScale, double yScale) argument
303 multiply(agg::trans_affine_translation(-origin.x, -origin.y));
305 multiply(agg::trans_affine_translation(origin.x, origin
312 ShearBy(BPoint origin, double xShear, double yShear) argument
[all...]
H A DTransformable.h62 virtual void RotateBy(BPoint origin, double radians);
63 virtual void ScaleBy(BPoint origin, double xScale, double yScale);
64 virtual void ShearBy(BPoint origin, double xShear, double yShear);
/haiku/src/libs/icon/transformable/
H A DTransformable.cpp262 Transformable::RotateBy(BPoint origin, double degrees) argument
265 multiply(agg::trans_affine_translation(-origin.x, -origin.y));
267 multiply(agg::trans_affine_translation(origin.x, origin.y));
274 Transformable::ScaleBy(BPoint origin, double xScale, double yScale) argument
277 multiply(agg::trans_affine_translation(-origin.x, -origin.y));
279 multiply(agg::trans_affine_translation(origin.x, origin
286 ShearBy(BPoint origin, double xShear, double yShear) argument
[all...]
H A DTransformable.h73 virtual void RotateBy(BPoint origin, double degrees);
74 virtual void ScaleBy(BPoint origin, double xScale, double yScale);
75 virtual void ShearBy(BPoint origin, double xShear, double yShear);
/haiku/headers/os/kernel/
H A Ddebugger.h470 thread_id thread; // the thread being the event origin
479 debug_origin origin; member in struct:__anon63
485 debug_origin origin; member in struct:__anon64
493 debug_origin origin; member in struct:__anon65
500 debug_origin origin; member in struct:__anon66
507 debug_origin origin; member in struct:__anon67
514 debug_origin origin; member in struct:__anon68
522 debug_origin origin; member in struct:__anon69
533 debug_origin origin; member in struct:__anon70
544 debug_origin origin; member in struct:__anon71
554 debug_origin origin; member in struct:__anon72
561 debug_origin origin; // thread is < 0, team is the deleted team member in struct:__anon73
568 debug_origin origin; member in struct:__anon74
575 debug_origin origin; // the thread that created the new thread member in struct:__anon75
582 debug_origin origin; // the deleted thread (asynchronous message) member in struct:__anon76
588 debug_origin origin; member in struct:__anon77
596 debug_origin origin; member in struct:__anon78
604 debug_origin origin; member in struct:__anon79
626 debug_origin origin; // thread is < 0, team is the deleted team member in struct:__anon80
656 debug_origin origin; // for convenience (no real message) member in union:__anon81
[all...]
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.h62 BPoint origin,
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.h73 BPoint origin,
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp368 if (message.origin.team != fTeamID)
378 if (message.origin.thread >= 0 && message.origin.nub_port >= 0)
379 error = continue_thread(message.origin.nub_port,
380 message.origin.thread);
796 event = new(std::nothrow) ThreadDebuggedEvent(message.origin.team,
797 message.origin.thread);
800 event = new(std::nothrow) DebuggerCallEvent(message.origin.team,
801 message.origin.thread,
813 event = new(std::nothrow) BreakpointHitEvent(message.origin
[all...]
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.cpp58 calc_angle(BPoint origin, BPoint from, BPoint to, bool degree) argument
62 double d = point_line_distance(from.x, from.y, origin.x, origin.y,
66 double b = point_point_distance(from, origin);
67 double c = point_point_distance(to, origin);
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_print.c59 static size_t prune_origin(const char *name, const char *origin);
63 const u_char **p, const char *origin,
92 const char *name_ctx, const char *origin,
100 name_ctx, origin, buf, buflen);
114 const char *name_ctx, const char *origin,
131 len = (int)prune_origin(name, origin);
139 if (((origin == NULL || origin[0] == '\0') ||
140 (origin[0] != '.' && origin[
91 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
111 ns_sprintrrf(const u_char *msg, size_t msglen, const char *name, ns_class class, ns_type type, u_long ttl, const u_char *rdata, size_t rdlen, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
1111 prune_origin(const char *name, const char *origin) argument
1180 addname(const u_char *msg, size_t msglen, const u_char **pp, const char *origin, char **buf, size_t *buflen) argument
[all...]
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.cpp225 BPoint origin(sizeX < 0 ? innerFrame.right : innerFrame.left,
229 FillTriangle(BPoint(origin.x, origin.y), BPoint(origin.x, origin.y + sizeY),
230 BPoint(origin.x + sizeX, origin.y));
/haiku/src/kits/interface/textview_support/
H A DLineBuffer.cpp83 if (pixel >= fBuffer[index].origin) {
84 if (pixel < fBuffer[index + 1].origin)
100 fBuffer[i].origin += delta;
H A DLineBuffer.h19 float origin; // pixel position of top of line member in struct:STELine
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp412 BPoint origin; local
413 if (message->FindPoint("origin", &origin) == B_OK)
415 _trackRect(origin, point);
713 BPoint origin)
717 message.AddPoint("origin", origin);
719 BView::BeginRectTracking(BRect(origin, origin), B_TRACK_RECT_CORNER);
724 DiagramView::_trackRect(BPoint origin, BPoin argument
712 _beginRectTracking( BPoint origin) argument
[all...]
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.h123 BPoint origin,

Completed in 402 milliseconds

1234