Home
last modified time | relevance | path

Searched refs:obs_source_draw (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/frontend-plugins/frontend-tools/data/scripts/
H A Dclock-source.lua68 obs.obs_source_draw(data.image.texture, 0, 0, data.image.cx, data.image.cy, false);
77 obs.obs_source_draw(data.minute_image.texture, 0, 0, data.image.cx, data.image.cy, false);
88 obs.obs_source_draw(data.hour_image.texture, 0, 0, data.image.cx, data.image.cy, false);
99 obs.obs_source_draw(data.second_image.texture, 0, 0, data.image.cx, data.image.cy, false);
/dports/multimedia/obs-studio/obs-studio-27.1.3/test/test-input/
H A Dsync-pair-vid.c111 obs_source_draw(spv->tex, 0, 0, 0, 0, 0); in sync_pair_vid_render()
113 obs_source_draw(whitelist ? spv->white : spv->black, 0, 0, 0, 0, 0); in sync_pair_vid_render()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/
H A Dcursor-capture.c235 obs_source_draw(data->texture, x_draw, y_draw, 0, 0, false); in cursor_draw()
/dports/multimedia/obs-studio/obs-studio-27.1.3/docs/sphinx/
H A Dgraphics.rst87 used with the functions :c:func:`obs_source_draw()`,
318 :c:func:`obs_source_draw()`. Otherwise the source is expected to
H A Dreference-sources.rst81 :c:func:`obs_source_draw()` to render a single texture.
271 :c:func:`obs_source_draw()` to render the source's texture.
274 :c:func:`obs_source_draw()`
1169 .. function:: void obs_source_draw(gs_texture_t *image, int x, int y, uint32_t cx, uint32_t cy, boo…
/dports/multimedia/wlrobs/wlrobs-v1.0/src/
H A Dscpy_source.c214 obs_source_draw(texture, 0, 0, 0, 0, true); in ready()
H A Ddmabuf_source.c326 obs_source_draw(this->current_frame->texture, 0, 0, 0, 0, false); in render()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-browser/
H A Dobs-browser-source.cpp565 obs_source_draw(texture, 0, 0, 0, 0, flip); in Render()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs.h1257 EXPORT void obs_source_draw(gs_texture_t *image, int x, int y, uint32_t cx,
H A Dobs-scene.c551 obs_source_draw(tex, 0, 0, 0, 0, 0); in render_item_texture()
H A Dobs-source.c4299 void obs_source_draw(gs_texture_t *texture, int x, int y, uint32_t cx, in obs_source_draw() function