Home
last modified time | relevance | path

Searched refs:bbh (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/dports/x11-fonts/bdfresize/bdfresize-1.5/
H A Dcharresize.c40 static int bbh; variable
60 srcimage = (char*)malloc(bbw * bbh * sizeof(char)); in processChar()
61 memset(srcimage, 0, bbw * bbh * sizeof(char)); in processChar()
159 bbh = arg2; in bbx()
161 graylevel = bbw * bbh / blackness; in bbx()
194 for (y = 0; y < bbh; y ++) { in read_image()
227 for (y = 0; y < bbh; y ++) { in magnify()
246 int newybegin = Y / bbh; in countup_score()
248 int newyend = howmany(Y1, bbh); in countup_score()
253 int newY = newy * bbh; in countup_score()
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_ttf.c80 int bbx, bby, bbw, bbh; in render() local
81 al_get_glyph_dimensions(ex.f2, cp, &bbx, &bby, &bbw, &bbh); in render()
83 al_draw_rectangle(x + 0.5, y + 0.5, x + bbx + bbw - 0.5, y + bby + bbh - 0.5, green, 1); in render()
160 int bbx, bby, bbw, bbh; in render() local
161 al_get_glyph_dimensions(ex.f3, cp, &bbx, &bby, &bbw, &bbh); in render()
170 int bbx, bby, bbw, bbh; in render() local
173 al_get_glyph_dimensions(ex.f3, cp, &bbx, &bby, &bbw, &bbh); in render()
176 y += bbh; in render()
183 int bbx, bby, bbw, bbh; in render() local
187 al_get_glyph_dimensions(ex.f3, cp, &bbx, &bby, &bbw, &bbh); in render()
[all …]
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/bin/
H A Dpstoimg951 my ($bbx, $bby, $bbw, $bbh) = (0,0,0,0);
973 $bbw = $3 + $bbx; $bbh = $4 + $bby;
974 if(($bbw > 0) && ($bbh > 0)) { # we have a valid bounding box
980 $bbh *= $scale;
983 $bbh = int($bbh + 0.99);
984 $GEOMETRY = "${bbw}x${bbh}";
1014 $bbh = $2;
1015 $bby = int(-$bby + $bbh + 8); # allow small margin for error
1020 $bbh = int($scale * $bbh + .99);
1023 $bbh += 40; # add a 20pt margin for safety
[all …]
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/
H A Dpstoimg951 my ($bbx, $bby, $bbw, $bbh) = (0,0,0,0);
973 $bbw = $3 + $bbx; $bbh = $4 + $bby;
974 if(($bbw > 0) && ($bbh > 0)) { # we have a valid bounding box
980 $bbh *= $scale;
983 $bbh = int($bbh + 0.99);
984 $GEOMETRY = "${bbw}x${bbh}";
1014 $bbh = $2;
1015 $bby = int(-$bby + $bbh + 8); # allow small margin for error
1020 $bbh = int($scale * $bbh + .99);
1023 $bbh += 40; # add a 20pt margin for safety
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkRecordedDrawable.cpp49 SkBBoxHierarchy* bbh; in flatten() local
51 bbh = nullptr; in flatten()
53 bbh = fBBH.get(); in flatten()
59 bbh, nullptr); in flatten()
H A DSkRecordedDrawable.h16 SkRecordedDrawable(sk_sp<SkRecord> record, sk_sp<SkBBoxHierarchy> bbh, in SkRecordedDrawable() argument
19 , fBBH(std::move(bbh)) in SkRecordedDrawable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkRecordedDrawable.cpp49 SkBBoxHierarchy* bbh; in flatten() local
51 bbh = nullptr; in flatten()
53 bbh = fBBH.get(); in flatten()
59 bbh, nullptr); in flatten()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkRecordedDrawable.cpp53 SkBBoxHierarchy* bbh; in flatten() local
55 bbh = nullptr; in flatten()
57 bbh = fBBH.get(); in flatten()
63 bbh, nullptr); in flatten()
H A DSkRecordedDrawable.h17 SkRecordedDrawable(sk_sp<SkRecord> record, sk_sp<SkBBoxHierarchy> bbh, in SkRecordedDrawable() argument
20 , fBBH(std::move(bbh)) in SkRecordedDrawable()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkRecordedDrawable.cpp53 SkBBoxHierarchy* bbh; in flatten() local
55 bbh = nullptr; in flatten()
57 bbh = fBBH.get(); in flatten()
63 bbh, nullptr); in flatten()
H A DSkRecordedDrawable.h17 SkRecordedDrawable(sk_sp<SkRecord> record, sk_sp<SkBBoxHierarchy> bbh, in SkRecordedDrawable() argument
20 , fBBH(std::move(bbh)) in SkRecordedDrawable()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkRecordedDrawable.cpp53 SkBBoxHierarchy* bbh; in flatten() local
55 bbh = nullptr; in flatten()
57 bbh = fBBH.get(); in flatten()
63 bbh, nullptr); in flatten()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkRecordedDrawable.cpp53 SkBBoxHierarchy* bbh; in flatten() local
55 bbh = nullptr; in flatten()
57 bbh = fBBH.get(); in flatten()
63 bbh, nullptr); in flatten()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkRecordedDrawable.cpp56 SkBBoxHierarchy* bbh; in count()
58 bbh = nullptr; in count()
60 bbh = fBBH.get(); in count()
66 bbh, nullptr); in count()
H A DSkRecordedDrawable.h15 SkRecordedDrawable(SkRecord* record, SkBBoxHierarchy* bbh, SkDrawableList* drawableList, in SkRecordedDrawable() argument
18 , fBBH(SkSafeRef(bbh)) in SkRecordedDrawable()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkRecordedDrawable.cpp53 SkBBoxHierarchy* bbh; in flatten() local
55 bbh = nullptr; in flatten()
57 bbh = fBBH.get(); in flatten()
63 bbh, nullptr); in flatten()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/font/
H A Dfont.c97 int *bbx, int *bby, int *bbw, int *bbh) in color_get_text_dimensions() argument
106 if (bbh) *bbh = h; in color_get_text_dimensions()
293 int codepoint, int *bbx, int *bby, int *bbw, int *bbh) in color_get_glyph_dimensions() argument
299 bbx, bby, bbw, bbh); in color_get_glyph_dimensions()
306 if (bbh) *bbh = al_get_font_line_height(f); in color_get_glyph_dimensions()
/dports/graphics/seq2gif/seq2gif-0.10.4/glyph/
H A Dbdf.h30 for (i = 0; i < glyph->bbh; i++) { in shift_glyph()
43 shift = bdf->ascent - (glyph->bbh + glyph->bby); in shift_glyph()
45 memmove(glyph->bitmap + shift, glyph->bitmap, sizeof(uint32_t) * glyph->bbh); in shift_glyph()
50 memmove(glyph->bitmap, glyph->bitmap + abs(shift), sizeof(uint32_t) * glyph->bbh); in shift_glyph()
88 &bdf->bbw, &bdf->bbh, &bdf->bbx, &bdf->bby); in read_header()
125 sscanf(buf + strlen("BBX "), "%d %d %d %d", &glyph->bbw, &glyph->bbh, &glyph->bbx, &glyph->bby); in read_char()
H A Dmkfont_bdf.h58 int bbw, bbh, bbx, bby; member
67 int bbw, bbh, bbx, bby; member
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Diteagle.cpp150 void bbh(machine_config &config);
261 void iteagle_state::bbh(machine_config &config) in bbh() function in iteagle_state
409 static INPUT_PORTS_START( bbh )
444 PORT_INCLUDE( bbh )
636 ROM_START( bbh )
726 GAME( 2000, bbh, iteagle, bbh, bbh, iteagle_state, empty_init, ROT0, "Incredible T…
727 GAME( 2002, bbhsc, iteagle, bbhsc, bbh, iteagle_state, empty_init, ROT0, "Incredible T…
728 GAME( 2002, bbhsca, bbhsc, bbhsc, bbh, iteagle_state, empty_init, ROT0, "Incredible T…
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Diteagle.cpp150 void bbh(machine_config &config);
261 void iteagle_state::bbh(machine_config &config) in bbh() function in iteagle_state
409 static INPUT_PORTS_START( bbh )
444 PORT_INCLUDE( bbh )
636 ROM_START( bbh )
726 GAME( 2000, bbh, iteagle, bbh, bbh, iteagle_state, empty_init, ROT0, "Incredible T…
727 GAME( 2002, bbhsc, iteagle, bbhsc, bbh, iteagle_state, empty_init, ROT0, "Incredible T…
728 GAME( 2002, bbhsca, bbhsc, bbhsc, bbh, iteagle_state, empty_init, ROT0, "Incredible T…
/dports/print/makeindex/makeindex/paper/
H A Dpsfig.tex203 \edef\@bbh{\number\count204}
204 %\typeout{ bbh = \@bbh, bbw = \@bbw }
242 % computing : width = height * (bbw / bbh)
243 \in@hundreds{\@p@sheight}{\@bbw}{\@bbh}
244 %\typeout{ \@p@sheight * \@bbw / \@bbh, = \@result }
249 % computing : height = width * (bbh / bbw)
250 \in@hundreds{\@p@swidth}{\@bbh}{\@bbw}
251 %\typeout{ \@p@swidth * \@bbh / \@bbw = \@result }
265 \edef\@p@sheight{\@bbh}
/dports/science/py-rmf/rmf-1.3.1/test/
H A Dtest_buffer_io.py18 bbh = RMF.read_buffer(name)
19 self.assertEqual(bbh.get_buffer(), bh.get_buffer())
/dports/science/rmf/rmf-1.3.1/test/
H A Dtest_buffer_io.py18 bbh = RMF.read_buffer(name)
19 self.assertEqual(bbh.get_buffer(), bh.get_buffer())
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/
H A Ddraw.py602 bbx, bby, bbw, bbh = border_box
657 main_offset = bby + bbh
678 line_length = bbh - py1 + py2
679 length = bbh
680 context.move_to(main_offset, bby + bbh)
681 context.rel_line_to(0, -bbh)
683 context.rel_line_to(-px1 + px2, -py1 + bbh + py2)
805 bbx, bby, bbw, bbh = box
811 bbw - (bl + br) / 2, bbh - (bt + bb) / 2)
816 bbw - (bl + br) / 2, bbh - (bt + bb) / 2)
[all …]

12345678910>>...18