Home
last modified time | relevance | path

Searched refs:tmp_clip (Results 1 – 7 of 7) sorted by relevance

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Daudio_function.c508 AudioClip * tmp_clip =
512 tmp_clip =
513 audio_clip_edit_in_ext_program (tmp_clip);
514 if (!tmp_clip)
517 &frames[0], &tmp_clip->frames[0],
520 (size_t) tmp_clip->num_frames) *
522 if ((size_t) tmp_clip->num_frames
528 - (size_t) tmp_clip->num_frames)
/dports/x11-wm/mutter/mutter-41.1/src/compositor/
H A Dmeta-window-actor.c1538 MetaRectangle tmp_clip; in meta_window_actor_get_image() local
1541 tmp_clip = *clip; in meta_window_actor_get_image()
1542 tmp_clip.x += floorf (x); in meta_window_actor_get_image()
1543 tmp_clip.y += floorf (y); in meta_window_actor_get_image()
1545 &tmp_clip, in meta_window_actor_get_image()
1624 MetaRectangle tmp_clip; in meta_window_actor_paint_to_content() local
1626 if (!meta_rectangle_intersect (&framebuffer_clip, clip, &tmp_clip)) in meta_window_actor_paint_to_content()
1629 framebuffer_clip = tmp_clip; in meta_window_actor_paint_to_content()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/
H A Dvrle.cpp382 static void rleIntersectWithRle(VRleHelper *tmp_clip, int clip_offset_x, in rleIntersectWithRle() argument
390 VRle::Span *clipSpans = tmp_clip->spans; in rleIntersectWithRle()
391 VRle::Span *clipEnd = tmp_clip->spans + tmp_clip->size; in rleIntersectWithRle()
442 tmp_clip->spans = clipSpans; in rleIntersectWithRle()
443 tmp_clip->size = clipEnd - clipSpans; in rleIntersectWithRle()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssgadget.c732 GtkAllocation tmp_clip; in gtk_css_gadget_allocate() local
807 &tmp_clip)) in gtk_css_gadget_allocate()
808 gdk_rectangle_union (&tmp_clip, out_clip, out_clip); in gtk_css_gadget_allocate()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/
H A Dwmf-inout.cpp1737 SVGOStringStream tmp_clip; in myMetaFileProc() local
1738tmp_clip << "\n<g\n\tclip-path=\"url(#clipWmfPath" << d->dc[d->level].clip_id << ")\"\n>"; in myMetaFileProc()
1739 d->outsvg += tmp_clip.str().c_str(); in myMetaFileProc()
2661 SVGOStringStream tmp_clip; in myMetaFileProc() local
2662tmp_clip << "\n<g\n\tclip-path=\"url(#clipWmfPath" << d->dc[d->level].clip_id << ")\"\n>"; in myMetaFileProc()
2663 d->outsvg += tmp_clip.str().c_str(); in myMetaFileProc()
H A Demf-inout.cpp1717 SVGOStringStream tmp_clip; in myEnhMetaFileProc() local
1718tmp_clip << "\n<g\n\tclip-path=\"url(#clipEmfPath" << d->dc[d->level].clip_id << ")\"\n>"; in myEnhMetaFileProc()
1719 d->outsvg += tmp_clip.str().c_str(); in myEnhMetaFileProc()
3229 SVGOStringStream tmp_clip; in myEnhMetaFileProc() local
3230tmp_clip << "\n<g\n\tclip-path=\"url(#clipEmfPath" << d->dc[d->level].clip_id << ")\"\n>"; in myEnhMetaFileProc()
3231 d->outsvg += tmp_clip.str().c_str(); in myEnhMetaFileProc()
/dports/graphics/vigra/vigra-8acd73a/test/convolution/
H A Dtest.cxx396 Image tmp_clip(constimg); in stdConvolutionTestOnConstImage() local
397 tmp_clip = 0.0; in stdConvolutionTestOnConstImage()
408 convolveImage(View(constimg), View(tmp_clip), sym_kernel); in stdConvolutionTestOnConstImage()
424 Image::ScanOrderIterator i_clip = tmp_clip.begin(); in stdConvolutionTestOnConstImage()