Searched refs:start1 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/soundrecorder/
H A DVUView.cpp154 BPoint start1, end1, start2, end2; local
155 start1.x = 3;
159 start1.y = end1.y = start2.y = end2.y = 2;
161 fBitmapView->AddLine(start1, end1, levels[i][0]);
163 start1.y = end1.y = start2.y = end2.y = end2.y + 2;
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc673 buf_char *start1, *start2; local
674 start1 = start->ptr(buffer);
677 len1 = end->ptr(buffer) - start1;
682 len1 = buffer->gap_start() - start1;
687 memcpy(new_str, start1, len1);

Completed in 67 milliseconds