Home
last modified time | relevance | path

Searched refs:vg (Results 1 – 25 of 3267) sorted by relevance

12345678910>>...131

/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dvg.c315 vg->ctx_driver->destroy(vg->ctx_data); in vg_free()
345 vg->y2 = height + vg->y1; in vg_calculate_quad()
352 vg->x2 = width + vg->x1; in vg_calculate_quad()
364 vg->scissor[0] = vg->x1; in vg_calculate_quad()
365 vg->scissor[1] = vg->y1; in vg_calculate_quad()
366 vg->scissor[2] = vg->x2 - vg->x1; in vg_calculate_quad()
367 vg->scissor[3] = vg->y2 - vg->y1; in vg_calculate_quad()
430 vg->x1, vg->y1, vg->x2, vg->y1, vg->x2, vg->y2, vg->x1, vg->y2, in vg_frame()
474 vg->ctx_driver->check_window(vg->ctx_data, in vg_alive()
500 if (vg && vg->ctx_driver) in vg_has_windowed()
[all …]
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/ext/nanovg/example/
H A Ddemo.c70 nvgSave(vg); in drawWindow()
78 nvgFill(vg); in drawWindow()
87 nvgFill(vg); in drawWindow()
94 nvgFill(vg); in drawWindow()
99 nvgStroke(vg); in drawWindow()
127 nvgFill(vg); in drawSearchBox()
164 nvgFill(vg); in drawDropDown()
204 nvgFill(vg); in drawEditBoxBase()
263 nvgFill(vg); in drawCheckBox()
287 nvgFill(vg); in drawButton()
[all …]
H A Dexample_fbo.c58 nvgBeginPath(vg); in renderPattern()
67 nvgFill(vg); in renderPattern()
69 nvgEndFrame(vg); in renderPattern()
160 if (vg == NULL) { in main()
220 nvgSave(vg); in main()
226 nvgFill(vg); in main()
232 nvgFill(vg); in main()
235 nvgStroke(vg); in main()
237 nvgRestore(vg); in main()
245 nvgEndFrame(vg); in main()
[all …]
H A Dperf.c112 nvgBeginPath(vg); in renderGraph()
113 nvgRect(vg, x,y, w,h); in renderGraph()
115 nvgFill(vg); in renderGraph()
117 nvgBeginPath(vg); in renderGraph()
118 nvgMoveTo(vg, x, y+h); in renderGraph()
126 nvgLineTo(vg, vx, vy); in renderGraph()
135 nvgLineTo(vg, vx, vy); in renderGraph()
144 nvgLineTo(vg, vx, vy); in renderGraph()
147 nvgLineTo(vg, x+w, y+h); in renderGraph()
149 nvgFill(vg); in renderGraph()
[all …]
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/nanovg/example/
H A Ddemo.c70 nvgSave(vg); in drawWindow()
78 nvgFill(vg); in drawWindow()
87 nvgFill(vg); in drawWindow()
94 nvgFill(vg); in drawWindow()
99 nvgStroke(vg); in drawWindow()
127 nvgFill(vg); in drawSearchBox()
164 nvgFill(vg); in drawDropDown()
204 nvgFill(vg); in drawEditBoxBase()
263 nvgFill(vg); in drawCheckBox()
287 nvgFill(vg); in drawButton()
[all …]
H A Dexample_fbo.c58 nvgBeginPath(vg); in renderPattern()
67 nvgFill(vg); in renderPattern()
69 nvgEndFrame(vg); in renderPattern()
160 if (vg == NULL) { in main()
220 nvgSave(vg); in main()
226 nvgFill(vg); in main()
232 nvgFill(vg); in main()
235 nvgStroke(vg); in main()
237 nvgRestore(vg); in main()
245 nvgEndFrame(vg); in main()
[all …]
H A Dperf.c112 nvgBeginPath(vg); in renderGraph()
113 nvgRect(vg, x,y, w,h); in renderGraph()
115 nvgFill(vg); in renderGraph()
117 nvgBeginPath(vg); in renderGraph()
118 nvgMoveTo(vg, x, y+h); in renderGraph()
126 nvgLineTo(vg, vx, vy); in renderGraph()
135 nvgLineTo(vg, vx, vy); in renderGraph()
144 nvgLineTo(vg, vx, vy); in renderGraph()
147 nvgLineTo(vg, x+w, y+h); in renderGraph()
149 nvgFill(vg); in renderGraph()
[all …]
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/ext/nanovg/example/
H A Ddemo.c70 nvgSave(vg); in drawWindow()
78 nvgFill(vg); in drawWindow()
87 nvgFill(vg); in drawWindow()
94 nvgFill(vg); in drawWindow()
99 nvgStroke(vg); in drawWindow()
127 nvgFill(vg); in drawSearchBox()
164 nvgFill(vg); in drawDropDown()
204 nvgFill(vg); in drawEditBoxBase()
263 nvgFill(vg); in drawCheckBox()
287 nvgFill(vg); in drawButton()
[all …]
H A Dexample_fbo.c58 nvgBeginPath(vg); in renderPattern()
67 nvgFill(vg); in renderPattern()
69 nvgEndFrame(vg); in renderPattern()
160 if (vg == NULL) { in main()
220 nvgSave(vg); in main()
226 nvgFill(vg); in main()
232 nvgFill(vg); in main()
235 nvgStroke(vg); in main()
237 nvgRestore(vg); in main()
245 nvgEndFrame(vg); in main()
[all …]
H A Dperf.c112 nvgBeginPath(vg); in renderGraph()
113 nvgRect(vg, x,y, w,h); in renderGraph()
115 nvgFill(vg); in renderGraph()
117 nvgBeginPath(vg); in renderGraph()
118 nvgMoveTo(vg, x, y+h); in renderGraph()
126 nvgLineTo(vg, vx, vy); in renderGraph()
135 nvgLineTo(vg, vx, vy); in renderGraph()
144 nvgLineTo(vg, vx, vy); in renderGraph()
147 nvgLineTo(vg, x+w, y+h); in renderGraph()
149 nvgFill(vg); in renderGraph()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/20-nanovg/
H A Dnanovg.cpp92 nvgSave(vg); in drawWindow()
100 nvgFill(vg); in drawWindow()
109 nvgFill(vg); in drawWindow()
116 nvgFill(vg); in drawWindow()
149 nvgFill(vg); in drawSearchBox()
186 nvgFill(vg); in drawDropDown()
226 nvgFill(vg); in drawEditBoxBase()
284 nvgFill(vg); in drawCheckBox()
308 nvgFill(vg); in drawButton()
348 nvgSave(vg); in drawSlider()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/20-nanovg/
H A Dnanovg.cpp92 nvgSave(vg); in drawWindow()
100 nvgFill(vg); in drawWindow()
109 nvgFill(vg); in drawWindow()
116 nvgFill(vg); in drawWindow()
149 nvgFill(vg); in drawSearchBox()
186 nvgFill(vg); in drawDropDown()
226 nvgFill(vg); in drawEditBoxBase()
284 nvgFill(vg); in drawCheckBox()
308 nvgFill(vg); in drawButton()
348 nvgSave(vg); in drawSlider()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_gzip.c75 return (vg->vz.msg ? vg->vz.msg : "(null)"); in vgz_msg()
88 AN(vg); in vgz_gunzip()
163 vg->m_buf = malloc(vg->m_sz); in vgz_getmbuf()
313 VGZ_Obuf(vg, vg->m_buf, vg->m_sz); in v_matchproto_()
388 vg->m_buf, vg->m_len)) in v_matchproto_()
391 VGZ_Obuf(vg, vg->m_buf, vg->m_sz); in v_matchproto_()
414 ii = vg->vz.start_bit + vg->vz.last_bit + vg->vz.stop_bit; in VGZ_UpdateObj()
509 VGZ_Ibuf(vg, vg->m_buf, 0); in v_matchproto_()
558 VGZ_Ibuf(vg, vg->m_buf, l); in v_matchproto_()
614 VGZ_Ibuf(vg, vg->m_buf, l); in v_matchproto_()
[all …]
/dports/shells/viewglob/viewglob-2.0.4/vgdisplay/
H A Dvgmini.c126 gtk_container_add(GTK_CONTAINER(vg.window), vg.vbox); in main()
180 raise_wrapped(vg->window, vg->term_win->str); in receive_data()
182 refocus_wrapped(vg->window, vg->term_win->str); in receive_data()
185 refocus_wrapped(vg->window, vg->term_win->str); in receive_data()
205 raise_wrapped(vg->window, vg->term_win->str); in receive_data()
207 refocus_wrapped(vg->window, vg->term_win->str); in receive_data()
379 update_dc(vg, vg->active, FALSE); in button_release_event()
439 vg->dcs = g_slist_append(vg->dcs, dc); in add_dircont()
463 vg->dcs = g_slist_delete_link(vg->dcs, tmp); in cull_dcs()
529 update_dc(vg, dc, dc == vg->active); in rearrange_and_show()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/lib/libvarnishapi/
H A Dvsm.c228 vg->e = (char *)vg->b + sz; in vsm_mapseg()
242 AZ(munmap(vg->s, vg->sz)); in vsm_unmapseg()
243 vg->s = vg->b = vg->e = NULL; in vsm_unmapseg()
255 if (vg->set->vg == vg) { in vsm_delseg()
257 vg->set->vg = VTAILQ_NEXT(vg, list); in vsm_delseg()
522 vg = vs->vg; in vsm_vlu_plus()
527 vg = VTAILQ_NEXT(vg, list); in vsm_vlu_plus()
576 for (;vg != NULL; vg = VTAILQ_NEXT(vg, list)) { in vsm_vlu_minus()
872 vg = VTAILQ_NEXT(vg, list); in VSM__itern()
950 vg->e = (char *)vg->b + sz; in VSM_Map()
[all …]
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dvgp.c1387 vg = v->vg; in Vdetach()
1513 vg = v->vg; in Vinsert()
1621 vg = v->vg; in Vflocate()
1696 vg = v->vg; in Vinqtagref()
1766 vg = v->vg; in Vdeletetagref()
1866 vg = v->vg; in Vntagrefs()
1917 vg = v->vg; in Vnrefs()
1978 vg = v->vg; in Vgettagrefs()
2042 vg = v->vg; in Vgettagref()
2093 vg = v->vg; in VQuerytag()
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/brick/
H A Dtest_brick_lvm.py35 self.vg = brick.LVM(
187 out = self.vg.get_volumes()
203 self.vg.get_lv_info(
209 self.vg.get_lv_info(
218 self.vg.get_lv_info(
228 self.vg.get_lv_info(
324 self.vg.create_thin_pool(name=self.vg.vg_thin_pool))
333 self.vg.create_thin_pool(name=self.vg.vg_thin_pool))
372 self.vg._execute = fail
406 self.vg.activate_lv('my-lv')
[all …]
/dports/devel/agar/agar-1.5.0/vg/
H A Dvg.c139 vg->root->vg = vg; in VG_Init()
266 VG *vg = vn->vg; in VG_Delete() local
314 vn->vg = vnDst->vg; in VG_Merge()
418 vg = vnParent->vg; in VG_NodeAttach()
428 vn->vg = vg; in VG_NodeAttach()
441 VG *vg = vn->vg; in VG_NodeDetach() local
522 vg->layers = Realloc(vg->layers, (vg->nLayers+1) * in VG_PushLayer()
524 vgl = &vg->layers[vg->nLayers]; in VG_PushLayer()
655 SaveNodeData(vg, vg->root, ds); in VG_Save()
848 VG *vg = vv->vg; in VG_PointProximity() local
[all …]
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/local_dev/
H A Dtest_brick_lvm.py38 self.vg = brick.LVM(
186 out = self.vg.get_volumes()
202 self.vg.get_lv_info(
208 self.vg.get_lv_info(
217 self.vg.get_lv_info(
227 self.vg.get_lv_info(
334 self.vg.create_thin_pool()
339 self.assertIsNone(self.vg.create_thin_pool(name=self.vg.vg_thin_pool))
346 self.assertIsNone(self.vg.create_thin_pool(name=self.vg.vg_thin_pool))
371 self.vg._executor = executor
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c1567 vg->context.pads = devm_kcalloc(vg->dev, gc->ngpio, sizeof(*vg->context.pads), in byt_gpio_probe()
1600 ret = devm_gpiochip_add_data(vg->dev, gc, vg); in byt_gpio_probe()
1615 vg->soc = soc; in byt_set_soc_data()
1617 vg->ncommunities = vg->soc->ncommunities; in byt_set_soc_data()
1618 vg->communities = devm_kcalloc(vg->dev, vg->ncommunities, in byt_set_soc_data()
1653 vg = devm_kzalloc(dev, sizeof(*vg), GFP_KERNEL); in byt_pinctrl_probe()
1654 if (!vg) in byt_pinctrl_probe()
1657 vg->dev = dev; in byt_pinctrl_probe()
1666 vg->pctldesc.pins = vg->soc->pins; in byt_pinctrl_probe()
1667 vg->pctldesc.npins = vg->soc->npins; in byt_pinctrl_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c1567 vg->context.pads = devm_kcalloc(vg->dev, gc->ngpio, sizeof(*vg->context.pads), in byt_gpio_probe()
1600 ret = devm_gpiochip_add_data(vg->dev, gc, vg); in byt_gpio_probe()
1615 vg->soc = soc; in byt_set_soc_data()
1617 vg->ncommunities = vg->soc->ncommunities; in byt_set_soc_data()
1618 vg->communities = devm_kcalloc(vg->dev, vg->ncommunities, in byt_set_soc_data()
1653 vg = devm_kzalloc(dev, sizeof(*vg), GFP_KERNEL); in byt_pinctrl_probe()
1654 if (!vg) in byt_pinctrl_probe()
1657 vg->dev = dev; in byt_pinctrl_probe()
1666 vg->pctldesc.pins = vg->soc->pins; in byt_pinctrl_probe()
1667 vg->pctldesc.npins = vg->soc->npins; in byt_pinctrl_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c1567 vg->context.pads = devm_kcalloc(vg->dev, gc->ngpio, sizeof(*vg->context.pads), in byt_gpio_probe()
1600 ret = devm_gpiochip_add_data(vg->dev, gc, vg); in byt_gpio_probe()
1615 vg->soc = soc; in byt_set_soc_data()
1617 vg->ncommunities = vg->soc->ncommunities; in byt_set_soc_data()
1618 vg->communities = devm_kcalloc(vg->dev, vg->ncommunities, in byt_set_soc_data()
1653 vg = devm_kzalloc(dev, sizeof(*vg), GFP_KERNEL); in byt_pinctrl_probe()
1654 if (!vg) in byt_pinctrl_probe()
1657 vg->dev = dev; in byt_pinctrl_probe()
1666 vg->pctldesc.pins = vg->soc->pins; in byt_pinctrl_probe()
1667 vg->pctldesc.npins = vg->soc->npins; in byt_pinctrl_probe()
[all …]
/dports/math/R-cran-igraph/igraph/tests/testthat/
H A Dtest-vs-operators.R12 vg <- V(g) globalVar
18 expect_equivalent(c(vg, vg), V(g)[c(2,5,6,8,2,5,6,8)])
124 expect_equivalent(union(vg), vg)
126 expect_equivalent(union(vg, v3), vg)
127 expect_equivalent(union(v3, vg, v3), vg)
183 expect_equivalent(union(vg), vg)
184 expect_equal(names(union(vg)), names(vg))
186 expect_equivalent(union(vg, v3), vg)
189 expect_equivalent(union(v3, vg, v3), vg)
620 vg <- unique(vg)
[all …]
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/src/
H A Dcolorwheel.cpp50 nvgSave(vg); in draw()
74 nvgFill(vg); in draw()
82 nvgStroke(vg); in draw()
85 nvgSave(vg); in draw()
96 nvgStroke(vg); in draw()
104 nvgFill(vg); in draw()
120 nvgFill(vg); in draw()
124 nvgFill(vg); in draw()
126 nvgStroke(vg); in draw()
136 nvgStroke(vg); in draw()
[all …]
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/src/
H A Dcolorwheel.cpp50 nvgSave(vg); in draw()
74 nvgFill(vg); in draw()
82 nvgStroke(vg); in draw()
85 nvgSave(vg); in draw()
96 nvgStroke(vg); in draw()
104 nvgFill(vg); in draw()
120 nvgFill(vg); in draw()
124 nvgFill(vg); in draw()
126 nvgStroke(vg); in draw()
136 nvgStroke(vg); in draw()
[all …]

12345678910>>...131