Home
last modified time | relevance | path

Searched refs:bglyph (Results 1 – 25 of 31) sorted by relevance

12

/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Dfontrenderer.cpp73 FT_BitmapGlyph bglyph = (FT_BitmapGlyph)glyph; in CacheChars() local
80 max_ascent = max(bglyph->top, max_ascent); in CacheChars()
81 max_descent = max((int)bglyph->bitmap.rows - bglyph->top, max_descent); in CacheChars()
100 FT_BitmapGlyph bglyph = (FT_BitmapGlyph)glyph; in CacheChars() local
107 for (int row = 0; row < (int)bglyph->bitmap.rows; ++row) { in CacheChars()
108 for (int pixel = 0; pixel < (int)bglyph->bitmap.width; ++pixel) { in CacheChars()
109 auto p = image + ((x + bglyph->left + pixel) + in CacheChars()
110 (y - bglyph->top + row) * texw) * 4; in CacheChars()
111 auto alpha = bglyph->bitmap.buffer[pixel + row * bglyph->bitmap.pitch]; in CacheChars()
/dports/www/netsurf/netsurf-3.10/frontends/framebuffer/
H A Dframebuffer.c423 FT_BitmapGlyph bglyph; in framebuffer_plot_text() local
435 bglyph = (FT_BitmapGlyph)glyph; in framebuffer_plot_text()
437 loc.x0 = x + bglyph->left; in framebuffer_plot_text()
438 loc.y0 = y - bglyph->top; in framebuffer_plot_text()
439 loc.x1 = loc.x0 + bglyph->bitmap.width; in framebuffer_plot_text()
440 loc.y1 = loc.y0 + bglyph->bitmap.rows; in framebuffer_plot_text()
443 if (bglyph->bitmap.pixel_mode == FT_PIXEL_MODE_MONO) { in framebuffer_plot_text()
446 bglyph->bitmap.buffer, in framebuffer_plot_text()
447 bglyph->bitmap.pitch, in framebuffer_plot_text()
452 bglyph->bitmap.buffer, in framebuffer_plot_text()
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dball.c132 levl[uball->ox][uball->oy].glyph = u.bglyph; in unplacebc()
182 u.cglyph = u.bglyph = levl[u.ux][u.uy].glyph;
202 u.bglyph = levl[uball->ox][uball->oy].glyph;
207 u.bglyph = u.cglyph;
252 levl[uball->ox][uball->oy].glyph = u.bglyph;
258 u.bglyph = levl[ballx][bally].glyph;
266 levl[uball->ox][uball->oy].glyph = u.bglyph;
271 levl[uball->ox][uball->oy].glyph = u.bglyph;
278 u.bglyph = (ballx != chainx || bally != chainy) ?
297 levl[chainx][chainy].glyph : u.bglyph;
[all …]
/dports/games/nethack33/nethack-3.3.1/src/
H A Dball.c132 levl[uball->ox][uball->oy].glyph = u.bglyph; in unplacebc()
182 u.cglyph = u.bglyph = levl[u.ux][u.uy].glyph;
202 u.bglyph = levl[uball->ox][uball->oy].glyph;
207 u.bglyph = u.cglyph;
252 levl[uball->ox][uball->oy].glyph = u.bglyph;
258 u.bglyph = levl[ballx][bally].glyph;
266 levl[uball->ox][uball->oy].glyph = u.bglyph;
271 levl[uball->ox][uball->oy].glyph = u.bglyph;
278 u.bglyph = (ballx != chainx || bally != chainy) ?
297 levl[chainx][chainy].glyph : u.bglyph;
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dball.c132 levl[uball->ox][uball->oy].glyph = u.bglyph; in unplacebc()
182 u.cglyph = u.bglyph = levl[u.ux][u.uy].glyph;
202 u.bglyph = levl[uball->ox][uball->oy].glyph;
207 u.bglyph = u.cglyph;
252 levl[uball->ox][uball->oy].glyph = u.bglyph;
258 u.bglyph = levl[ballx][bally].glyph;
266 levl[uball->ox][uball->oy].glyph = u.bglyph;
271 levl[uball->ox][uball->oy].glyph = u.bglyph;
278 u.bglyph = (ballx != chainx || bally != chainy) ?
297 levl[chainx][chainy].glyph : u.bglyph;
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dball.c132 levl[uball->ox][uball->oy].glyph = u.bglyph; in unplacebc()
182 u.cglyph = u.bglyph = levl[u.ux][u.uy].glyph;
202 u.bglyph = levl[uball->ox][uball->oy].glyph;
207 u.bglyph = u.cglyph;
252 levl[uball->ox][uball->oy].glyph = u.bglyph;
258 u.bglyph = levl[ballx][bally].glyph;
266 levl[uball->ox][uball->oy].glyph = u.bglyph;
271 levl[uball->ox][uball->oy].glyph = u.bglyph;
278 u.bglyph = (ballx != chainx || bally != chainy) ?
297 levl[chainx][chainy].glyph : u.bglyph;
[all …]
/dports/games/nethack34/nethack-3.4.3/src/
H A Dball.c132 levl[uball->ox][uball->oy].glyph = u.bglyph; in unplacebc()
182 u.cglyph = u.bglyph = levl[u.ux][u.uy].glyph;
202 u.bglyph = levl[uball->ox][uball->oy].glyph;
207 u.bglyph = u.cglyph;
252 levl[uball->ox][uball->oy].glyph = u.bglyph;
258 u.bglyph = levl[ballx][bally].glyph;
266 levl[uball->ox][uball->oy].glyph = u.bglyph;
271 levl[uball->ox][uball->oy].glyph = u.bglyph;
278 u.bglyph = (ballx != chainx || bally != chainy) ?
297 levl[chainx][chainy].glyph : u.bglyph;
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dball.c132 levl[uball->ox][uball->oy].glyph = u.bglyph; in unplacebc()
182 u.cglyph = u.bglyph = levl[u.ux][u.uy].glyph;
202 u.bglyph = levl[uball->ox][uball->oy].glyph;
207 u.bglyph = u.cglyph;
252 levl[uball->ox][uball->oy].glyph = u.bglyph;
258 u.bglyph = levl[ballx][bally].glyph;
266 levl[uball->ox][uball->oy].glyph = u.bglyph;
271 levl[uball->ox][uball->oy].glyph = u.bglyph;
278 u.bglyph = (ballx != chainx || bally != chainy) ?
297 levl[chainx][chainy].glyph : u.bglyph;
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dball.c138 memory_object(uball->ox, uball->oy) = u.bglyph; in unplacebc()
188 u.cglyph = u.bglyph = memory_object(u.ux, u.uy);
208 u.bglyph = memory_object(uball->ox, uball->oy);
213 u.bglyph = u.cglyph;
258 memory_object(uball->ox, uball->oy) = u.bglyph;
264 u.bglyph = memory_object(ballx, bally);
272 memory_object(uball->ox, uball->oy) = u.bglyph;
277 memory_object(uball->ox, uball->oy) = u.bglyph;
284 u.bglyph = (ballx != chainx || bally != chainy) ?
303 memory_object(chainx, chainy) : u.bglyph;
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dball.c132 levl[uball->ox][uball->oy].glyph = u.bglyph; in unplacebc()
182 u.cglyph = u.bglyph = levl[u.ux][u.uy].glyph;
202 u.bglyph = levl[uball->ox][uball->oy].glyph;
207 u.bglyph = u.cglyph;
252 levl[uball->ox][uball->oy].glyph = u.bglyph;
258 u.bglyph = levl[ballx][bally].glyph;
266 levl[uball->ox][uball->oy].glyph = u.bglyph;
271 levl[uball->ox][uball->oy].glyph = u.bglyph;
278 u.bglyph = (ballx != chainx || bally != chainy) ?
297 levl[chainx][chainy].glyph : u.bglyph;
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dball.c132 levl[uball->ox][uball->oy].glyph = u.bglyph; in unplacebc()
182 u.cglyph = u.bglyph = levl[u.ux][u.uy].glyph;
202 u.bglyph = levl[uball->ox][uball->oy].glyph;
207 u.bglyph = u.cglyph;
252 levl[uball->ox][uball->oy].glyph = u.bglyph;
258 u.bglyph = levl[ballx][bally].glyph;
266 levl[uball->ox][uball->oy].glyph = u.bglyph;
271 levl[uball->ox][uball->oy].glyph = u.bglyph;
278 u.bglyph = (ballx != chainx || bally != chainy) ?
297 levl[chainx][chainy].glyph : u.bglyph;
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dball.c145 u.bglyph = u.cglyph = levl[u.ux][u.uy].glyph; /* pick up glyph */ in placebc_core()
171 levl[uball->ox][uball->oy].glyph = u.bglyph; in unplacebc_core()
393 u.cglyph = u.bglyph = levl[u.ux][u.uy].glyph; in set_bc()
414 u.bglyph = levl[uball->ox][uball->oy].glyph; in set_bc()
419 u.bglyph = u.cglyph; in set_bc()
462 levl[uball->ox][uball->oy].glyph = u.bglyph; in move_bc()
468 u.bglyph = levl[ballx][bally].glyph; in move_bc()
476 levl[uball->ox][uball->oy].glyph = u.bglyph; in move_bc()
488 u.bglyph = (ballx != chainx || bally != chainy) in move_bc()
509 : u.bglyph; in move_bc()
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dball.c138 u.bglyph = u.cglyph = levl[u.ux][u.uy].glyph; /* pick up glyph */ in placebc_core()
164 levl[uball->ox][uball->oy].glyph = u.bglyph; in unplacebc_core()
397 u.cglyph = u.bglyph = levl[u.ux][u.uy].glyph;
418 u.bglyph = levl[uball->ox][uball->oy].glyph;
423 u.bglyph = u.cglyph;
467 levl[uball->ox][uball->oy].glyph = u.bglyph;
473 u.bglyph = levl[ballx][bally].glyph;
481 levl[uball->ox][uball->oy].glyph = u.bglyph;
493 u.bglyph = (ballx != chainx || bally != chainy)
514 : u.bglyph;
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dball.c138 u.bglyph = u.cglyph = levl[u.ux][u.uy].glyph; /* pick up glyph */ in placebc_core()
164 levl[uball->ox][uball->oy].glyph = u.bglyph; in unplacebc_core()
397 u.cglyph = u.bglyph = levl[u.ux][u.uy].glyph;
418 u.bglyph = levl[uball->ox][uball->oy].glyph;
423 u.bglyph = u.cglyph;
467 levl[uball->ox][uball->oy].glyph = u.bglyph;
473 u.bglyph = levl[ballx][bally].glyph;
481 levl[uball->ox][uball->oy].glyph = u.bglyph;
493 u.bglyph = (ballx != chainx || bally != chainy)
514 : u.bglyph;
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/atari/plot/
H A Dfont_freetype.c613 FT_BitmapGlyph bglyph; in text() local
659 bglyph = (FT_BitmapGlyph)glyph; in text()
660 loc.g_x = x + bglyph->left; in text()
661 loc.g_y = y - bglyph->top; in text()
662 loc.g_w = bglyph->bitmap.width; in text()
663 loc.g_h = bglyph->bitmap.rows; in text()
668 bglyph->bitmap.buffer, in text()
669 bglyph->bitmap.pitch, in text()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/fc/
H A Dfserve.c542 FSBlockedGlyphPtr bglyph = (FSBlockedGlyphPtr)br->data; local
543 if (bglyph->num_expected_ranges)
544 xfree(bglyph->expected_ranges);
601 FontPtr pfont = bglyph->pfont;
602 int num_expected_ranges = bglyph->num_expected_ranges;
603 fsRange *expected_ranges = bglyph->expected_ranges;
607 signal_clients_depending(&bglyph->clients_depending);
1816 nranges = bglyph->num_expected_ranges;
1817 nextrange = ranges = bglyph->expected_ranges;
1896 bglyph->done = TRUE;
[all …]
/dports/x11-fonts/libXfont2/libXfont2-2.0.5/src/fc/
H A Dfserve.c476 FSBlockedGlyphPtr bglyph = (FSBlockedGlyphPtr)blockrec->data; in _fs_remove_block_rec() local
477 if (bglyph->num_expected_ranges) in _fs_remove_block_rec()
478 free(bglyph->expected_ranges); in _fs_remove_block_rec()
554 FSBlockedGlyphPtr bglyph = (FSBlockedGlyphPtr)blockrec->data; in _fs_clean_aborted_blockrec() local
556 _fs_clean_aborted_loadglyphs(bglyph->pfont, in _fs_clean_aborted_blockrec()
557 bglyph->num_expected_ranges, in _fs_clean_aborted_blockrec()
558 bglyph->expected_ranges); in _fs_clean_aborted_blockrec()
559 _fs_signal_clients_depending(&bglyph->clients_depending); in _fs_clean_aborted_blockrec()
1910 FontPtr pfont = bglyph->pfont; in fs_read_glyphs()
1983 nranges = bglyph->num_expected_ranges; in fs_read_glyphs()
[all …]
/dports/x11-fonts/libXfont/libXfont-1.5.4/src/fc/
H A Dfserve.c475 FSBlockedGlyphPtr bglyph = (FSBlockedGlyphPtr)blockrec->data; in _fs_remove_block_rec() local
476 if (bglyph->num_expected_ranges) in _fs_remove_block_rec()
477 free(bglyph->expected_ranges); in _fs_remove_block_rec()
535 FSBlockedGlyphPtr bglyph = (FSBlockedGlyphPtr)blockrec->data; in _fs_clean_aborted_blockrec() local
537 _fs_clean_aborted_loadglyphs(bglyph->pfont, in _fs_clean_aborted_blockrec()
538 bglyph->num_expected_ranges, in _fs_clean_aborted_blockrec()
539 bglyph->expected_ranges); in _fs_clean_aborted_blockrec()
540 _fs_signal_clients_depending(&bglyph->clients_depending); in _fs_clean_aborted_blockrec()
1900 FontPtr pfont = bglyph->pfont; in fs_read_glyphs()
1973 nranges = bglyph->num_expected_ranges; in fs_read_glyphs()
[all …]
/dports/graphics/py-pyx/PyX-0.15/pyx/font/
H A Dt1file.py185 bglyph = adobestandardencoding[bchar]
186 context.t1font.updateglyphpath(bglyph, path, atrafo, context)
194 bglyph = adobestandardencoding[bchar]
196 seacglyphs.add(bglyph)
197 context.t1font.gatherglyphcalls(bglyph, seacglyphs, subrs, context)
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dyou.h275 int bglyph; /* glyph under the ball */ member
/dports/games/nethack33/nethack-3.3.1/include/
H A Dyou.h275 int bglyph; /* glyph under the ball */ member
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dyou.h275 int bglyph; /* glyph under the ball */ member
/dports/games/nethack34/nethack-3.4.3/include/
H A Dyou.h282 int bglyph; /* glyph under the ball */ member
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dyou.h282 int bglyph; /* glyph under the ball */ member
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dyou.h282 int bglyph; /* glyph under the ball */ member

12