Searched refs:startPoint (Results 1 - 17 of 17) sorted by relevance

/haiku/headers/private/app/
H A DServerProtocolStructs.h104 BPoint startPoint; member in struct:ViewStrokeLineInfo
110 BPoint startPoint; member in struct:ViewLineArrayInfo
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp112 endPointMoved(startPoint());
241 if (startPoint())
243 MediaJack *outputJack = static_cast<MediaJack *>(startPoint());
256 if (startPoint())
258 MediaJack *outputJack = static_cast<MediaJack *>(startPoint());
271 if (which == startPoint())
/haiku/src/apps/cortex/DiagramView/
H A DDiagramWire.h84 DiagramEndPoint *startPoint() const function in class:DiagramWire
H A DDiagramView.cpp682 DiagramView::_beginWireTracking(DiagramEndPoint *startPoint) argument
685 m_draggedWire = createWire(startPoint);
688 Invalidate(startPoint->Frame());
698 DiagramEndPoint *endPoint = m_draggedWire->startPoint();
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp934 BPoint startPoint = _GetPointForOffset(fSelectionStart); local
938 if (startPoint.y == endPoint.y) {
940 rect.left = startPoint.x;
941 rect.top = startPoint.y;
946 float currentLine = startPoint.y;
949 rect.left = startPoint.x;
950 rect.top = startPoint.y;
952 rect.bottom = startPoint.y + fLineHeight;
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp1292 BRect touched(min_c(data->startPoint.x, data->endPoint.x),
1293 min_c(data->startPoint.y, data->endPoint.y),
1294 max_c(data->startPoint.x, data->endPoint.x),
1295 max_c(data->startPoint.y, data->endPoint.y));
1299 BRect box(min_c(data->startPoint.x, data->endPoint.x),
1300 min_c(data->startPoint.y, data->endPoint.y),
1301 max_c(data->startPoint.x, data->endPoint.x),
1302 max_c(data->startPoint.y, data->endPoint.y));
1319 fPainter->StrokeLine(data->startPoint, data->endPoint);
1324 fPainter->StrokeLine(data->startPoint, dat
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp150 Add(line.startPoint);
582 RemoteMessage::ReadArrayLine(BPoint& startPoint, BPoint& endPoint, argument
585 Read(startPoint);
H A DRemoteMessage.h185 status_t ReadArrayLine(BPoint& startPoint,
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp601 int32 headerIndex, BPoint startPoint);
685 BPoint startPoint)
689 fStartX(startPoint.x),
684 ResizeState(HeaderView* parent, int32 headerIndex, BPoint startPoint) argument
/haiku/src/servers/app/
H A DServerFont.cpp537 uint32 startPoint = 0; local
548 startPoint = currentCodePoint + rangeStart;
549 startBlock = FindBlockForCodepoint(startPoint, 0);
H A DServerWindow.cpp2542 info.startPoint.x, info.startPoint.y,
2548 transform.Apply(&info.startPoint);
2550 drawingEngine->StrokeLine(info.startPoint, info.endPoint);
3068 transform.Apply(&lineData[i].startPoint);
3717 picture->WriteStrokeLine(info.startPoint, info.endPoint);
3757 picture->WriteStrokeLine(lineData[i].startPoint,
/haiku/src/servers/app/drawing/Painter/
H A DPainter.h306 void _CalcLinearGradientTransform(BPoint startPoint,
H A DPainter.cpp1966 Painter::_CalcLinearGradientTransform(BPoint startPoint, BPoint endPoint, argument
1969 float dx = endPoint.x - startPoint.x;
1970 float dy = endPoint.y - startPoint.y;
1975 matrix *= agg::trans_affine_translation(startPoint.x, startPoint.y);
/haiku/src/kits/tracker/
H A DPoseView.h665 BList* GetDropPointList(BPoint dropPoint, BPoint startPoint,
787 BPoint startPoint; member in struct:BPrivate::BPoseView::SelectionRectInfo
H A DPoseView.cpp7153 fSelectionRectInfo.startPoint = point;
7186 fSelectionRectInfo.startPoint.y);
7188 fSelectionRectInfo.startPoint.x);
7190 fSelectionRectInfo.startPoint.y);
7192 fSelectionRectInfo.startPoint.x);
7226 & BRect(-2000, fSelectionRectInfo.startPoint.y, 2000,
7227 fSelectionRectInfo.startPoint.y));
7229 & BRect(fSelectionRectInfo.startPoint.x, -2000,
7230 fSelectionRectInfo.startPoint.x, 2000));
/haiku/src/apps/terminal/
H A DTermView.cpp3046 BPoint startPoint = _ConvertFromTerminal(fCursor); local
3047 BPoint endPoint = startPoint;
3051 BRect eraseRect(startPoint, endPoint);
/haiku/src/kits/interface/
H A DView.cpp4051 info.startPoint = start;
4186 fCommArray->array[arrayCount].startPoint = start;

Completed in 165 milliseconds