Home
last modified time | relevance | path

Searched refs:ofont (Results 1 – 25 of 107) sorted by relevance

12345

/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dfont_bullet.c197 struct OutlineFont *ofont, *ufont = NULL; in amiga_nsfont_position_in_string() local
281 struct OutlineFont *ofont, *ufont = NULL; in amiga_nsfont_split() local
293 if (!(ofont = ami_open_outline_font(fstyle, 0))) in amiga_nsfont_split()
413 struct OutlineFont *ofont; in ami_open_outline_font() local
520 ofont = node->font; in ami_open_outline_font()
522 ofont = designed_node->font; in ami_open_outline_font()
526 struct BulletBase *BulletBase = ofont->BulletBase; in ami_open_outline_font()
537 return ofont; in ami_open_outline_font()
554 struct BulletBase *BulletBase = ofont->BulletBase; in ami_font_plot_glyph()
756 if(!(ofont = ami_open_outline_font(fstyle, 0))) { in amiga_nsfont_text()
[all …]
H A Dfont_scan.h27 #define AMI_OFONT_ENGINE &ofont->olf_EEngine
29 #define AMI_OFONT_ENGINE ofont->GEngine
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A DSplash.cpp169 CFont *ofont; in OnPaint() local
178 ofont = dc.SelectObject(&font); in OnPaint()
189 dc.SelectObject(ofont); in OnPaint()
210 CFont *ofont; in ShowMessage() local
221 ofont = dc->SelectObject(&font); in ShowMessage()
240 dc->SelectObject(ofont); in ShowMessage()
/dports/games/xpilot/xpilot-4.5.5/src/client/NT/
H A DSplash.cpp168 CFont* ofont; in OnPaint() local
181 ofont = dc.SelectObject(&font); in OnPaint()
192 dc.SelectObject(ofont); in OnPaint()
213 CFont* ofont; in ShowMessage() local
228 ofont = dc->SelectObject(&font); in ShowMessage()
247 dc->SelectObject(ofont); in ShowMessage()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dzfont1.c312 z1_same_font(const gs_font *font, const gs_font *ofont, int mask) in z1_same_font() argument
314 if (ofont->FontType != font->FontType) in z1_same_font()
318 while (ofont->base != ofont) in z1_same_font()
319 ofont = ofont->base; in z1_same_font()
320 if (ofont == font) in z1_same_font()
323 int same = gs_base_same_font(font, ofont, mask); in z1_same_font()
327 const gs_font_type1 *pofont1 = (const gs_font_type1 *)ofont; in z1_same_font()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzfont1.c310 z1_same_font(const gs_font *font, const gs_font *ofont, int mask) in z1_same_font() argument
312 if (ofont->FontType != font->FontType) in z1_same_font()
316 while (ofont->base != ofont) in z1_same_font()
317 ofont = ofont->base; in z1_same_font()
318 if (ofont == font) in z1_same_font()
321 int same = gs_base_same_font(font, ofont, mask); in z1_same_font()
325 const gs_font_type1 *pofont1 = (const gs_font_type1 *)ofont; in z1_same_font()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dzfont1.c312 z1_same_font(const gs_font *font, const gs_font *ofont, int mask) in z1_same_font() argument
314 if (ofont->FontType != font->FontType) in z1_same_font()
318 while (ofont->base != ofont) in z1_same_font()
319 ofont = ofont->base; in z1_same_font()
320 if (ofont == font) in z1_same_font()
323 int same = gs_base_same_font(font, ofont, mask); in z1_same_font()
327 const gs_font_type1 *pofont1 = (const gs_font_type1 *)ofont; in z1_same_font()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzfont1.c310 z1_same_font(const gs_font *font, const gs_font *ofont, int mask) in z1_same_font() argument
312 if (ofont->FontType != font->FontType) in z1_same_font()
316 while (ofont->base != ofont) in z1_same_font()
317 ofont = ofont->base; in z1_same_font()
318 if (ofont == font) in z1_same_font()
321 int same = gs_base_same_font(font, ofont, mask); in z1_same_font()
325 const gs_font_type1 *pofont1 = (const gs_font_type1 *)ofont; in z1_same_font()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzfont1.c307 z1_same_font(const gs_font *font, const gs_font *ofont, int mask) in z1_same_font() argument
309 if (ofont->FontType != font->FontType) in z1_same_font()
313 while (ofont->base != ofont) in z1_same_font()
314 ofont = ofont->base; in z1_same_font()
315 if (ofont == font) in z1_same_font()
318 int same = gs_base_same_font(font, ofont, mask); in z1_same_font()
322 const gs_font_type1 *pofont1 = (const gs_font_type1 *)ofont; in z1_same_font()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzfont1.c307 z1_same_font(const gs_font *font, const gs_font *ofont, int mask) in z1_same_font() argument
309 if (ofont->FontType != font->FontType) in z1_same_font()
313 while (ofont->base != ofont) in z1_same_font()
314 ofont = ofont->base; in z1_same_font()
315 if (ofont == font) in z1_same_font()
318 int same = gs_base_same_font(font, ofont, mask); in z1_same_font()
322 const gs_font_type1 *pofont1 = (const gs_font_type1 *)ofont; in z1_same_font()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WPrefs.app/
H A DFontSimple.c413 FcChar8 *ofont; in selectedFamily() local
417 nfont = getSelectedFont(panel, ofont); in selectedFamily()
418 if (ofont) in selectedFamily()
419 wfree(ofont); in selectedFamily()
431 FcChar8 *ofont; in selected() local
438 nfont = getSelectedFont(panel, ofont); in selected()
439 if (ofont) in selected()
440 wfree(ofont); in selected()
577 char *ofont, *font; in showData() local
582 if (ofont) in showData()
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WPrefs.app/
H A DFontSimple.c413 FcChar8 *ofont; in selectedFamily() local
417 nfont = getSelectedFont(panel, ofont); in selectedFamily()
418 if (ofont) in selectedFamily()
419 wfree(ofont); in selectedFamily()
431 FcChar8 *ofont; in selected() local
438 nfont = getSelectedFont(panel, ofont); in selected()
439 if (ofont) in selected()
440 wfree(ofont); in selected()
577 char *ofont, *font; in showData() local
582 if (ofont) in showData()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfcopy.c772 int i, WMode = ofont->WMode; in compare_glyphs()
783 int code0 = ofont->procs.glyph_info((gs_font *)ofont, glyph, &mat, members, &info0); in compare_glyphs()
817 code0 = ofont->procs.glyph_info((gs_font *)ofont, glyph, &mat, in compare_glyphs()
1113 gdata1.memory = ofont->memory; in same_type1_subrs()
1118 int code1 = ofont->data.procs.subr_data((gs_font_type1 *)ofont, in same_type1_subrs()
2262 if (cfont == ofont) in gs_copied_can_copy_glyphs()
2284 (const gs_font_type1 *)ofont)) in gs_copied_can_copy_glyphs()
2290 (gs_font_type42 *)ofont); in gs_copied_can_copy_glyphs()
2295 gs_font_cid_system_info(ofont))) in gs_copied_can_copy_glyphs()
2298 (const gs_font_cid0 *)ofont); in gs_copied_can_copy_glyphs()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfcopy.c772 int i, WMode = ofont->WMode; in compare_glyphs()
783 int code0 = ofont->procs.glyph_info((gs_font *)ofont, glyph, &mat, members, &info0); in compare_glyphs()
817 code0 = ofont->procs.glyph_info((gs_font *)ofont, glyph, &mat, in compare_glyphs()
1113 gdata1.memory = ofont->memory; in same_type1_subrs()
1118 int code1 = ofont->data.procs.subr_data((gs_font_type1 *)ofont, in same_type1_subrs()
2262 if (cfont == ofont) in gs_copied_can_copy_glyphs()
2284 (const gs_font_type1 *)ofont)) in gs_copied_can_copy_glyphs()
2290 (gs_font_type42 *)ofont); in gs_copied_can_copy_glyphs()
2295 gs_font_cid_system_info(ofont))) in gs_copied_can_copy_glyphs()
2298 (const gs_font_cid0 *)ofont); in gs_copied_can_copy_glyphs()
[all …]
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/troff.d/devaps/
H A Dbuild.c66 int ofont; variable
186 ofont = font; in save_env()
215 setfont(ofont); in restore_env()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgxfcopy.c775 int i, WMode = ofont->WMode; in compare_glyphs()
789 code0 = ofont->procs.glyph_info((gs_font *)ofont, glyph, &mat, members, &info0); in compare_glyphs()
823 code0 = ofont->procs.glyph_info((gs_font *)ofont, glyph, &mat, in compare_glyphs()
1175 const gs_type1_data *d0 = &cfont->data, *d1 = &ofont->data; in same_type1_hinting()
1218 hash_subrs((gs_font_type1 *)ofont); in same_type1_hinting()
1778 gs_font_type1 *subfont1 = ofont->cidata.FDArray[i]; in same_cid0_hinting()
2454 if (cfont == ofont) in gs_copied_can_copy_glyphs()
2456 if (cfont->FontType != ofont->FontType) in gs_copied_can_copy_glyphs()
2458 if (cfont->WMode != ofont->WMode) in gs_copied_can_copy_glyphs()
2461 if (cfont->key_name.size != ofont->key_name.size || in gs_copied_can_copy_glyphs()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgxfcopy.c775 int i, WMode = ofont->WMode; in compare_glyphs()
789 code0 = ofont->procs.glyph_info((gs_font *)ofont, glyph, &mat, members, &info0); in compare_glyphs()
823 code0 = ofont->procs.glyph_info((gs_font *)ofont, glyph, &mat, in compare_glyphs()
1175 const gs_type1_data *d0 = &cfont->data, *d1 = &ofont->data; in same_type1_hinting()
1218 hash_subrs((gs_font_type1 *)ofont); in same_type1_hinting()
1778 gs_font_type1 *subfont1 = ofont->cidata.FDArray[i]; in same_cid0_hinting()
2454 if (cfont == ofont) in gs_copied_can_copy_glyphs()
2456 if (cfont->FontType != ofont->FontType) in gs_copied_can_copy_glyphs()
2458 if (cfont->WMode != ofont->WMode) in gs_copied_can_copy_glyphs()
2461 if (cfont->key_name.size != ofont->key_name.size || in gs_copied_can_copy_glyphs()
[all …]
/dports/devel/9base/9base-6/troff/font/devutf/charlib/
H A D145 /ofont font def
17 optsize ofont f
H A D345 /ofont font def
17 optsize ofont f
H A D125 /ofont font def
17 optsize ofont f
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/troff/font/devutf/charlib/
H A D125 /ofont font def
17 optsize ofont f
H A D145 /ofont font def
17 optsize ofont f
H A D345 /ofont font def
17 optsize ofont f
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfcopy.c775 int i, WMode = ofont->WMode; in compare_glyphs()
786 int code0 = ofont->procs.glyph_info((gs_font *)ofont, glyph, &mat, members, &info0); in compare_glyphs()
820 code0 = ofont->procs.glyph_info((gs_font *)ofont, glyph, &mat, in compare_glyphs()
1170 const gs_type1_data *d0 = &cfont->data, *d1 = &ofont->data; in same_type1_hinting()
1213 hash_subrs((gs_font_type1 *)ofont); in same_type1_hinting()
1747 gs_font_type1 *subfont1 = ofont->cidata.FDArray[i]; in same_cid0_hinting()
2363 if (cfont == ofont) in gs_copied_can_copy_glyphs()
2365 if (cfont->FontType != ofont->FontType) in gs_copied_can_copy_glyphs()
2367 if (cfont->WMode != ofont->WMode) in gs_copied_can_copy_glyphs()
2370 if (cfont->key_name.size != ofont->key_name.size || in gs_copied_can_copy_glyphs()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfcopy.c775 int i, WMode = ofont->WMode; in compare_glyphs()
786 int code0 = ofont->procs.glyph_info((gs_font *)ofont, glyph, &mat, members, &info0); in compare_glyphs()
820 code0 = ofont->procs.glyph_info((gs_font *)ofont, glyph, &mat, in compare_glyphs()
1170 const gs_type1_data *d0 = &cfont->data, *d1 = &ofont->data; in same_type1_hinting()
1213 hash_subrs((gs_font_type1 *)ofont); in same_type1_hinting()
1747 gs_font_type1 *subfont1 = ofont->cidata.FDArray[i]; in same_cid0_hinting()
2363 if (cfont == ofont) in gs_copied_can_copy_glyphs()
2365 if (cfont->FontType != ofont->FontType) in gs_copied_can_copy_glyphs()
2367 if (cfont->WMode != ofont->WMode) in gs_copied_can_copy_glyphs()
2370 if (cfont->key_name.size != ofont->key_name.size || in gs_copied_can_copy_glyphs()
[all …]

12345