Home
last modified time | relevance | path

Searched refs:use_blit (Results 1 – 12 of 12) sorted by relevance

/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Doffsetbox.py1621 def __init__(self, ref_artist, use_blit=False): argument
1626 self._use_blit = use_blit and self.canvas.supports_blit
1720 def __init__(self, ref_artist, offsetbox, use_blit=False): argument
1721 super().__init__(ref_artist, use_blit=use_blit)
1746 def __init__(self, annotation, use_blit=False): argument
1747 super().__init__(annotation, use_blit=use_blit)
H A Dlegend.py52 def __init__(self, legend, use_blit=False, update="loc"): argument
72 super().__init__(legend, legend._legend_box, use_blit=use_blit)
1071 def set_draggable(self, state, use_blit=False, update='loc'): argument
1097 use_blit,
H A Dtext.py1540 def draggable(self, state=None, use_blit=False): argument
1565 self._draggable = DraggableAnnotation(self, use_blit)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dlegend.py55 def __init__(self, legend, use_blit=False, update="loc"): argument
72 use_blit=use_blit)
1260 def draggable(self, state=None, use_blit=False, update="loc"): argument
1287 use_blit,
H A Doffsetbox.py1646 def __init__(self, ref_artist, use_blit=False): argument
1651 self._use_blit = use_blit and self.canvas.supports_blit
1730 def __init__(self, ref_artist, offsetbox, use_blit=False): argument
1731 DraggableBase.__init__(self, ref_artist, use_blit=use_blit)
1758 def __init__(self, annotation, use_blit=False): argument
1759 DraggableBase.__init__(self, annotation, use_blit=use_blit)
H A Dtext.py1895 def draggable(self, state=None, use_blit=False): argument
1918 self._draggable = DraggableAnnotation(self, use_blit)
/dports/graphics/aseprite/aseprite-1.2.9/src/ui/
H A Dwindow.h78 void moveWindow(const gfx::Rect& rect, bool use_blit);
H A Dwindow.cpp590 void Window::moveWindow(const gfx::Rect& rect, bool use_blit) in moveWindow() argument
644 if (!use_blit) { in moveWindow()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dcompositor_2d.c459 Bool use_blit; in compositor_texture_rectangles() local
542 if (ABS(tmp) > FIX_EPSILON) use_blit = 0; in compositor_texture_rectangles()
547 if (ABS(tmp) > FIX_EPSILON) use_blit = 0; in compositor_texture_rectangles()
550 use_blit = GF_TRUE; in compositor_texture_rectangles()
584 if (disable_blit) *disable_blit = use_blit ? GF_FALSE : GF_TRUE; in compositor_texture_rectangles()
592 Bool use_soft_stretch, use_blit, flush_video, is_attached, has_scale; in compositor_2d_draw_bitmap_ex() local
613 …if (!compositor_texture_rectangles(visual, txh, clip, unclip, &src_wnd, &dst_wnd, &use_blit, &has_… in compositor_2d_draw_bitmap_ex()
H A Dmpeg4_composite.c65 Bool use_blit, has_scale; in composite2d_draw_bitmap() local
90 …ct.fill_texture, &ctx->bi->clip, &ctx->bi->unclip, &src_wnd, &dst_wnd, &use_blit, &has_scale)) ret… in composite2d_draw_bitmap()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dcompositor_2d.c459 Bool use_blit; in compositor_texture_rectangles() local
542 if (ABS(tmp) > FIX_EPSILON) use_blit = 0; in compositor_texture_rectangles()
547 if (ABS(tmp) > FIX_EPSILON) use_blit = 0; in compositor_texture_rectangles()
550 use_blit = GF_TRUE; in compositor_texture_rectangles()
584 if (disable_blit) *disable_blit = use_blit ? GF_FALSE : GF_TRUE; in compositor_texture_rectangles()
592 Bool use_soft_stretch, use_blit, flush_video, is_attached, has_scale; in compositor_2d_draw_bitmap_ex() local
613 …if (!compositor_texture_rectangles(visual, txh, clip, unclip, &src_wnd, &dst_wnd, &use_blit, &has_… in compositor_2d_draw_bitmap_ex()
H A Dmpeg4_composite.c65 Bool use_blit, has_scale; in composite2d_draw_bitmap() local
90 …ct.fill_texture, &ctx->bi->clip, &ctx->bi->unclip, &src_wnd, &dst_wnd, &use_blit, &has_scale)) ret… in composite2d_draw_bitmap()