Searched refs:fFontWidth (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/apps/serialconnect/
H A DTermView.cpp25 fFontWidth = be_fixed_font->StringWidth("X");
63 float x = updatedChars.start_col * fFontWidth + kBorderSpacing;
97 penLocation.x + cell.width * fFontWidth, penLocation.y), B_SOLID_LOW);
127 *width = kDefaultWidth * fFontWidth + 2 * kBorderSpacing;
175 rect.start_col = (int)floor(pixels.left / fFontWidth);
176 rect.end_col = (int)ceil(pixels.right / fFontWidth);
200 rect.left = glyphs.start_col * fFontWidth;
201 rect.right = glyphs.end_col * fFontWidth;
212 glyphs.start_col, rect.left, fFontWidth,
H A DTermView.h38 float fFontWidth; member in class:TermView
/haiku-fatelf/src/apps/terminal/
H A DTermView.cpp554 fFontWidth = 0;
742 return TermPos(p.x >= 0 ? (int32)p.x / fFontWidth : -1, _LineAt(p.y));
750 return BPoint(fFontWidth * pos.x, _LineOffset(pos.y));
757 BRect rect(x1 * fFontWidth, _LineOffset(y1),
758 (x2 + 1) * fFontWidth - 1, _LineOffset(y2 + 1) - 1);
769 *width = fColumns * fFontWidth - 1;
789 *_width = fFontWidth;
838 BRect rect(0, 0, fColumns * fFontWidth, fRows * fFontHeight);
869 int columns = (rect.IntegerWidth() + 1) / fFontWidth;
957 fFontWidth
[all...]
H A DTermView.h226 int fFontWidth; member in class:TermView

Completed in 52 milliseconds