Searched refs:glyphs (Results 1 - 3 of 3) sorted by path

/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp313 BShape *glyphs[1] = { &glyph }; local
344 font.GetGlyphShapes((str.String() + i), 1, glyphs);
/haiku/src/apps/serialconnect/
H A DTermView.cpp387 BRect TermView::_GlyphsToPixels(const VTermRect& glyphs) const
390 rect.top = glyphs.start_row * fFontHeight;
391 rect.bottom = glyphs.end_row * fFontHeight;
392 rect.left = glyphs.start_col * fFontWidth;
393 rect.right = glyphs.end_col * fFontWidth;
402 glyphs.start_row, rect.top, fFontHeight,
403 glyphs.end_row, rect.bottom,
404 glyphs.start_col, rect.left, fFontWidth,
405 glyphs.end_col, rect.right
H A DTermView.h39 BRect _GlyphsToPixels(const VTermRect& glyphs) const;

Completed in 70 milliseconds