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

/haiku/src/apps/serialconnect/
H A DTermView.h39 BRect _GlyphsToPixels(const VTermRect& glyphs) const;
40 BRect _GlyphsToPixels(const int width, const int height)
H A DTermView.cpp387 BRect TermView::_GlyphsToPixels(const VTermRect& glyphs) const function in class:TermView
413 TermView::_GlyphsToPixels(const int width, const int height) const function in class:TermView
420 return _GlyphsToPixels(rect);
457 Invalidate(_GlyphsToPixels(rect));
471 Invalidate(_GlyphsToPixels(r));
478 Invalidate(_GlyphsToPixels(r));
512 Invalidate(_GlyphsToPixels(dirty));

Completed in 89 milliseconds