Searched refs:glyphs (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_type3.c40 t3font->glyphs = (pdc_t3glyph *) 0;
41 t3font->glyphs = (pdc_t3glyph *)
45 t3font->glyphs[i].name = NULL;
61 if (t3font->glyphs[i].name && name &&
62 !strcmp(t3font->glyphs[i].name, name))
63 return (int) (t3font->glyphs[i].width + 0.5);
145 newfont->t3font->glyphs[i].width =
146 oldfont->t3font->glyphs[i].width;
147 newfont->t3font->glyphs[i].charproc_id =
148 oldfont->t3font->glyphs[
[all...]
/haiku-fatelf/src/apps/serialconnect/
H A DTermView.h29 BRect GlyphsToPixels(const VTermRect& glyphs) const;
H A DTermView.cpp195 BRect TermView::GlyphsToPixels(const VTermRect& glyphs) const
198 rect.top = glyphs.start_row * fFontHeight;
199 rect.bottom = glyphs.end_row * fFontHeight;
200 rect.left = glyphs.start_col * fFontWidth;
201 rect.right = glyphs.end_col * fFontWidth;
210 glyphs.start_row, rect.top, fFontHeight,
211 glyphs.end_row, rect.bottom,
212 glyphs.start_col, rect.left, fFontWidth,
213 glyphs.end_col, rect.right
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_font.c154 if (t3font->glyphs[i].name)
155 pdc_free(pdc, t3font->glyphs[i].name);
158 pdc_free(pdc, t3font->glyphs);
H A Dpc_font.h97 pdc_t3glyph *glyphs; /* dynamically growing glyph table */ member in struct:pdc_t3font_s
104 pdc_bool colorized; /* glyphs colorized */
/haiku-fatelf/src/libs/ncurses/test/
H A Dblue.c94 static chtype glyphs[] = variable
103 static chtype *suits = letters; /* this may change to glyphs below */
395 glyphs[0] = PC_COLORS('\003', RED_ON_WHITE); /* hearts */
396 glyphs[1] = PC_COLORS('\006', BLACK_ON_WHITE); /* spades */
397 glyphs[2] = PC_COLORS('\004', RED_ON_WHITE); /* diamonds */
398 glyphs[3] = PC_COLORS('\005', BLACK_ON_WHITE); /* clubs */
404 suits = glyphs;
/haiku-fatelf/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp295 BShape *glyphs[1] = { &glyph }; local
326 font.GetGlyphShapes((str.String() + i), 1, glyphs);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPDFText.cpp378 // Note if rendering the glyphs only would be desired, we could
476 BShape *glyphs[1]; local
477 glyphs[0] = &glyph;
478 font->GetGlyphShapes(utf8, 1, glyphs);

Completed in 56 milliseconds