dot
PlotFile& dot(const int xi, const int yi, const int dx,
void dot(int x, int y, int r)
case marker_dot: dot(x, y, r); break;
case marker_dot: do { dot (int(*x), int(*y), int(r)); ++x; ++y; } while(--n); break;
case marker_dot: do { dot (int(*x), int(*y), int(*r)); ++x; ++y; ++r; } while(--n); break;
case marker_dot: do { base_type::fill_color(*fc); dot (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; } while(--n); break;
case marker_dot: do { base_type::fill_color(*fc); base_type::line_color(*lc); dot (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; ++lc; } while(--n); break;
BPoint dot = rect.LeftTop();
while (dot.y <= stop.y) {
view->StrokeLine(dot, dot, B_SOLID_HIGH);
dot.x++;
view->StrokeLine(dot, dot, B_SOLID_HIGH);
dot.x -= 1.0;
dot.y++;
BPoint dot = rect.LeftTop();
while (dot.x <= stop.x) {
view->StrokeLine(dot, dot, B_SOLID_HIGH);
dot.y++;
view->StrokeLine(dot, dot, B_SOLID_HIGH);
dot.y -= 1.0;
dot.x++;
BPoint dot = rect.LeftTop();
while (dot.y <= stop.y) {
view->StrokeLine(dot, dot, B_SOLID_LOW);
dot.x++;
view->StrokeLine(dot, dot, B_SOLID_LOW);
dot.x -= 1.0;
dot.y++;
BPoint dot = rect.LeftTop();
while (dot.x <= stop.x) {
view->StrokeLine(dot, dot, B_SOLID_LOW);
dot.y++;
view->StrokeLine(dot, dot, B_SOLID_LOW);
dot.y -= 1.0;
dot.x++;
HTreeFakeDirEntry dot;
root->dot.inode_id = fID;
root->dot.entry_length = 12;
root->dot.name_length = 1;
root->dot.file_type = EXT2_TYPE_DIRECTORY;
struct direntry dot;
static const ntfschar dot = const_cpu_to_le16('.');
if (((len == 3) || (name[3] == dot))
if (((len == 3) || (name[3] == dot))
if (((len == 3) || (name[3] == dot))
&& ((len == 4) || (name[4] == dot))
&& ((len == 4) || (name[4] == dot))
uint8 dot = 0;
if (message->FindUInt8("dot", &dot) == B_OK) {
fExpressionTextView->SetFontAndColor(start + dot - 1,
start + dot, NULL, 0, &fontColor);
dot++;
if (dot == 4)
dot = 1;
animate.AddUInt8("dot", dot);
float dot(const Quaternion& q) const
return dot(*this);
return acos(dot(q) / s);
if( diff.dot(diff) > sum.dot(sum) )
return q1.dot(q2);
float d = v0.dot(v1);
inline float dot(const Vector3& v) const
return dot(*this);
return acos(dot(v) / s);
return v1.dot(v2);
Vector3 o = wAxis * wAxis.dot( *this );
float dot(const Quaternion& q) const
return dot(*this);
return acos(dot(q) / s);
if (diff.dot(diff) > sum.dot(sum))
return q1.dot(q2);
float d = v0.dot(v1);
inline float dot(const Vector3& v) const
return dot(*this);
return acos(dot(v) / s);
return v1.dot(v2);
Vector3 o = wAxis * wAxis.dot( *this );
StrokeLine(dot, dot, B_SOLID_HIGH);
dot += offset;
StrokeLine(dot, dot, B_SOLID_HIGH);
dot += offset;
StrokeLine(dot, dot, B_SOLID_LOW);
dot += offset;
StrokeLine(dot, dot, B_SOLID_HIGH);
dot += offset;
StrokeLine(dot, dot, B_SOLID_HIGH);
dot += next;
BPoint dot = r.LeftTop();
current = (int32)dot.x;
current = (int32)dot.y;
char* dot;
for ( prev_dot = &hc->expnfilename[strlen(hc->expnfilename)]; ; prev_dot = dot )
for ( dot = prev_dot - 1; dot >= hc->expnfilename && *dot != '.'; --dot )
if ( dot < hc->expnfilename )
ext = dot + 1;
int32 dot = outputFile.FindLast('.');
if (dot >= B_OK)
outputFile.Truncate(dot);
BPoint dot = rect.LeftTop();
while (dot.y <= stop.y) {
view->StrokeLine(dot, dot, B_SOLID_HIGH);
dot.x++;
view->StrokeLine(dot, dot, B_SOLID_HIGH);
dot.x -= 1.0;
dot.y++;
BPoint dot = rect.LeftTop();
while (dot.x <= stop.x) {
view->StrokeLine(dot, dot, B_SOLID_HIGH);
dot.y++;
view->StrokeLine(dot, dot, B_SOLID_HIGH);
dot.y -= 1.0;
dot.x++;
float dot = delta.x * fLastDelta.x + delta.y * fLastDelta.y;
if (dot < 0.0) {
const char *dot = strchr (locale, '.');
if (dot != NULL)
dot++;
modifier = strchr (dot, '@');
return dot;
if (modifier - dot < sizeof (buf))
memcpy (buf, dot, modifier - dot);
buf [modifier - dot] = '\0';
const char *dot = strchr (locale, '.');
if (dot != NULL)
dot++;
modifier = strchr (dot, '@');
return dot;
if (modifier - dot < sizeof (buf))
memcpy (buf, dot, modifier - dot);
buf [modifier - dot] = '\0';
int32 dot, lastDot, diff;
dot = string.FindFirst(".");
if (dot != B_ERROR) {
outString.Prepend((char*)&dot, 1);
lastDot = dot + 1;
dot = outString.FindFirst(".", lastDot + 1);
if (dot == B_ERROR)
diff = dot - 1 - lastDot;
lastDot = dot;
int32 dot = string[0];
int32 nextDot = dot;
dot = outString[nextDot];
if (dot == 0)
nextDot+= dot + 1;
const char *dot = strchr(string, '.');
if (dot == NULL)
string = dot + 1;
char* dot = strchr(gccVersion, '.');
if (dot) {
*dot = '\0';
dot++;
gccVersion = dot;
int32 dot = outputFile.FindLast('.');
if (dot >= B_OK)
outputFile.Truncate(dot);