Home
last modified time | relevance | path

Searched refs:line_end (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dcsv_read_write.cpp323 int line_end = 0; in ReadLine() local
325 while (mpLine[line_end]) in ReadLine()
327 if ((mpLine[line_end] == '\r') || (mpLine[line_end] == '\n')) in ReadLine()
335 else if (mpLine[line_end] == '\"') in ReadLine()
340 line_end++; in ReadLine()
343 if (line_end) in ReadLine()
345 char *buf = new char[line_end + 1]; in ReadLine()
346 strncpy(buf, mpLine, line_end); in ReadLine()
347 buf[line_end] = '\0'; in ReadLine()
350 mpLine += line_end + 1; in ReadLine()
Dscreen_flow_edit_dlg.cpp416 scaled_line_end = GetScaledPoint(connection->line_end); in OnPaint()
1441 CPoint line_end; in CalculateConnectionPos() local
1456 line_end.x = target->rect.right; in CalculateConnectionPos()
1457 line_end.y = (target->rect.top + target->rect.bottom) / 2; in CalculateConnectionPos()
1463 line_end.x = (target->rect.left + target->rect.right) / 2; in CalculateConnectionPos()
1464 line_end.y = target->rect.top; in CalculateConnectionPos()
1470 line_end.x = target->rect.left; in CalculateConnectionPos()
1471 line_end.y = (target->rect.top + target->rect.bottom) / 2; in CalculateConnectionPos()
1480 line_end.x = target->rect.right; in CalculateConnectionPos()
1481 line_end.y = (target->rect.top + target->rect.bottom) / 2; in CalculateConnectionPos()
[all …]
Dscreen_flow_edit_dlg.h13 CPoint line_end; member
/GUIX-v6.2.1/test/example_internal/line_chart/
Ddemo_guix_chart.c165 INT line_end; in test_line_chart_grid_draw() local
189 line_end = chart_bound.gx_rectangle_bottom - gx_info->gx_line_chart_axis_line_width; in test_line_chart_grid_draw()
192 gx_canvas_line_draw(pos, line_start, pos, line_end); in test_line_chart_grid_draw()
207 line_end = chart_bound.gx_rectangle_right; in test_line_chart_grid_draw()
210 gx_canvas_line_draw(line_start, pos, line_end, pos); in test_line_chart_grid_draw()
224 INT line_end; in test_line_chart_reference_lines_draw() local
237 line_end = chart->gx_widget_size.gx_rectangle_right; in test_line_chart_reference_lines_draw()
250 gx_canvas_line_draw(line_start, y_pos, line_end, y_pos); in test_line_chart_reference_lines_draw()
268 gx_canvas_line_draw(line_start, y_pos, line_end, y_pos); in test_line_chart_reference_lines_draw()
284 gx_canvas_line_draw(line_start, y_pos, line_end, y_pos); in test_line_chart_reference_lines_draw()