Home
last modified time | relevance | path

Searched refs:fbg (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/x11-wm/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0/src/
H A Dshowrepaint.cpp111 auto fbg = target_fb.geometry; in __anon680d0dec0302() local
112 wf::region_t output_region{fbg}; in __anon680d0dec0302()
171 fbg.width = target_fb.viewport_width; in __anon680d0dec0302()
172 fbg.height = target_fb.viewport_height; in __anon680d0dec0302()
175 last_buffer.allocate(fbg.width, fbg.height); in __anon680d0dec0302()
199 b.x1, fbg.height - b.y2, in __anon680d0dec0302()
200 b.x2, fbg.height - b.y1, in __anon680d0dec0302()
201 b.x1, fbg.height - b.y2, in __anon680d0dec0302()
202 b.x2, fbg.height - b.y1, in __anon680d0dec0302()
216 0, 0, fbg.width, fbg.height, in __anon680d0dec0302()
[all …]
H A Dwater.cpp267 auto fbg = output->render->get_target_framebuffer(). in __anoncd130a3b0402() local
307 x = (result.x + center.x) * fbg.width; in __anoncd130a3b0402()
308 y = (result.y + center.y) * fbg.height; in __anoncd130a3b0402()
309 y = fbg.height - y; in __anoncd130a3b0402()
318 if (buffer[0].allocate(fbg.width, fbg.height)) in __anoncd130a3b0402()
321 buffer[0].geometry = fbg; in __anoncd130a3b0402()
325 if (buffer[1].allocate(fbg.width, fbg.height)) in __anoncd130a3b0402()
328 buffer[1].geometry = fbg; in __anoncd130a3b0402()
355 program[1].uniform2f("resolution", 1.0 / fbg.width, 1.0 / fbg.height); in __anoncd130a3b0402()
372 program[2].uniform2f("resolution", 1.0 / fbg.width, 1.0 / fbg.height); in __anoncd130a3b0402()
/dports/devel/py-pympler/Pympler-0.4.2/test/gui/
H A Dtest_garbage.py116 fbg, lig = subs
118 self.assert_(isinstance(fbg, GarbageGraph))
121 self.assertEqual(len(fbg.edges), 4, fbg.edges)
126 self.assert_(_Edge(idfoo, idfd, '__dict__') in fbg.edges, fbg.edges)
127 self.assert_(_Edge(idfd, idbar, 'next') in fbg.edges, fbg.edges)
128 self.assert_(_Edge(idbar, idbd, '__dict__') in fbg.edges, fbg.edges)
129 self.assert_(_Edge(idbd, idfoo, 'prev') in fbg.edges, fbg.edges)
/dports/devel/efl/efl-1.25.1/src/lib/evas/common/
H A Devas_font_main.c883 FT_BitmapGlyph fbg; in evas_common_font_int_cache_glyph_render() local
902 fbg = (FT_BitmapGlyph)fg->glyph; in evas_common_font_int_cache_glyph_render()
905 fg->glyph_out->bitmap.rows = fbg->bitmap.rows; in evas_common_font_int_cache_glyph_render()
906 fg->glyph_out->bitmap.width = fbg->bitmap.width; in evas_common_font_int_cache_glyph_render()
907 fg->glyph_out->bitmap.pitch = fbg->bitmap.pitch; in evas_common_font_int_cache_glyph_render()
908 fg->glyph_out->bitmap.buffer = fbg->bitmap.buffer; in evas_common_font_int_cache_glyph_render()
922 (fbg->bitmap.buffer, fbg->bitmap.num_grays, fbg->bitmap.pixel_mode, in evas_common_font_int_cache_glyph_render()
923 fbg->bitmap.pitch, fbg->bitmap.width, fbg->bitmap.rows, in evas_common_font_int_cache_glyph_render()
931 FT_Bitmap_Done(evas_ft_lib, &(fbg->bitmap)); in evas_common_font_int_cache_glyph_render()
939 int w = fbg->bitmap.width; in evas_common_font_int_cache_glyph_render()
[all …]
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Drender.c392 void parse_bg(FILE *fi, FILE *fbg) { in parse_bg() argument
431 if (fbg == (FILE *)NULL) break; in parse_bg()
435 if (fbg != (FILE *)NULL) fputs(line_in, fbg); in parse_bg()
493 FILE *fbg = (FILE *)NULL; in readbackground() local
507 if ((fbg = fdopen(tfd, "w")) == NULL) { in readbackground()
515 parse_bg(fi, fbg); in readbackground()
517 if (fbg != (FILE *)NULL) { in readbackground()
518 fclose(fbg); in readbackground()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/
H A Dframes.py190 fbg = getattr(self,'_frameBGs',None)
191 if fbg and fbg[-1].active:
192 bg = fbg[-1]
210 fbg[-1].start = 'frame-permanent-1'
215 fbg.pop()
/dports/devel/swig/swig-4.0.2/Examples/go/director/
H A Ddirector.go70 func DeleteFooBarGo(fbg FooBarGo) {
71 fbg.deleteFooBarAbstract()
/dports/games/lbreakout2/lbreakout2-2.6.5/client/levels/
H A DX100 ....fbg..fbg..
102 ..fbg......fbg
104 fbg..........f
/dports/audio/codec2/codec2-1.0.3/src/
H A Ddump.c63 static FILE *fbg = NULL; variable
126 if (fbg != NULL) in dump_off()
127 fclose(fbg); in dump_off()
627 if (fbg == NULL) { in dump_bg()
629 fbg = fopen(s, "wt"); in dump_bg()
630 assert(fbg != NULL); in dump_bg()
633 fprintf(fbg,"%f\t%f\t%f\n", e, bg_est, percent_uv); in dump_bg()
/dports/graphics/p5-Imager/Imager-1.012/
H A Dfills.c401 i_fcolor ffg, fbg; member
412 i_new_hatch_low(const i_color *fg, const i_color *bg, const i_fcolor *ffg, const i_fcolor *fbg,
644 const i_fcolor *ffg, const i_fcolor *fbg, in i_new_hatch_low() argument
654 fill->fbg = color_to_fcolor(bg); in i_new_hatch_low()
656 else if (ffg && fbg) { in i_new_hatch_low()
658 fill->bg = fcolor_to_color(fbg); in i_new_hatch_low()
660 fill->fbg = *fbg; in i_new_hatch_low()
738 i_fcolor bg = f->fbg; in fill_hatchf()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmouse_cursors.cc187 Gdk::Color fbg ("#ffffff"); in set_cursor_set() local
193 fader = new Cursor (source, mask, ffg, fbg, fader_cursor_x_hot, fader_cursor_y_hot); in set_cursor_set()
199 …speaker = new Cursor (source, mask, ffg, fbg, speaker_cursor_width >> 1, speaker_cursor_height >> … in set_cursor_set()
/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_ledfilter.c39 const double fbg = 1.0 / (1.0 + fb * cg*cg); in calcLEDFilterCoeffs() local
44 filter->bg = fbg * filter->feedback * ic; in calcLEDFilterCoeffs()
/dports/print/py-reportlab/reportlab-3.5.68/tests/
H A Dtest_platypus_pleaseturnover.py162 def subStory(texts,fbg=0): argument
168 if fbg:
184 …story.append(KeepInFrame(width-offset,284-offset,subStory(texts=(text0,text1,text2),fbg=1),mode=mo…
/dports/net-im/coccinella/Coccinella-0.96.20Src/lib/
H A DWSearch.tcl82 set fbg [option get $win foundBackground {}]
88 $wtext tag configure tfound -background $fbg
/dports/games/fbg2/fbg2-0.4/
H A Dconfigure.in1 AC_INIT([Falling Block Game 2], [0.4], [deraj@users.sourceforge.net], [fbg2], [http://fbg.sourcefor…
/dports/lang/ruby26/ruby-2.6.9/test/rubygems/
H A Dalternate_key.pem13 3JlQS5ECgYEA+6fbg+WKy5AazEs8YokPjq1X1P01o95KUWFg+68ALowQXEYcExew
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/
H A DwxsScintilla.cpp148 wxColour ffg, fbg; in OnBuildCreatingCode() local
196 fbg = mFoldBG.GetColour(); in OnBuildCreatingCode()
307 wxColour ffg, fbg; in OnBuildPreview() local
345 fbg = mFoldBG.GetColour(); in OnBuildPreview()
/dports/graphics/bmeps/dktools-4.31.1/src/libdk3bmeps/
H A Ddk3bmeo.c207 opt->bgr = 255; opt->bgg = 255; opt->bgb = 255; opt->fbg = 0; in dk3bmeo_init()
617 opt->bgr = r; opt->bgg = g; opt->bgb = b; opt->fbg = f; in dk3bmeo_set_background()
669 back = ((opt->fbg) ? 1 : 0); in dk3bmeo_get_background_force()
952 opt->fbg = (dk3str_is_on(pn) ? 1 : 0); in dk3bmeo_option_background()
993 opt->bgr = 255; opt->bgg = 255; opt->bgb = 255; opt->fbg = 1; in dk3bmeo_option_background()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/SPARC/
H A D2011-01-11-CC.ll118 ; V8: {{fbule|fbg}} .LBB
124 ; V9: {{fbule|fbg}} .LBB
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/SPARC/
H A D2011-01-11-CC.ll118 ; V8: {{fbule|fbg}} .LBB
124 ; V9: {{fbule|fbg}} .LBB
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/SPARC/
H A D2011-01-11-CC.ll118 ; V8: {{fbule|fbg}} .LBB
124 ; V9: {{fbule|fbg}} .LBB
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/SPARC/
H A D2011-01-11-CC.ll118 ; V8: {{fbule|fbg}} .LBB
124 ; V9: {{fbule|fbg}} .LBB
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/SPARC/
H A D2011-01-11-CC.ll118 ; V8: {{fbule|fbg}} .LBB
124 ; V9: {{fbule|fbg}} .LBB
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/SPARC/
H A D2011-01-11-CC.ll118 ; V8: {{fbule|fbg}} .LBB
124 ; V9: {{fbule|fbg}} .LBB
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/SPARC/
H A D2011-01-11-CC.ll118 ; V8: {{fbule|fbg}} .LBB
124 ; V9: {{fbule|fbg}} .LBB

12345678910