Home
last modified time | relevance | path

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

/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dpaint.c732 *paint_view; in OilPaintImage() local
791 paint_view=AcquireAuthenticCacheView(paint_image,exception); in OilPaintImage()
820 q=QueueCacheViewAuthenticPixels(paint_view,0,y,paint_image->columns,1, in OilPaintImage()
828 paint_indexes=GetCacheViewAuthenticIndexQueue(paint_view); in OilPaintImage()
872 if (SyncCacheViewAuthenticPixels(paint_view,exception) == MagickFalse) in OilPaintImage()
888 paint_view=DestroyCacheView(paint_view); in OilPaintImage()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dpaint.c732 *paint_view; in OilPaintImage() local
791 paint_view=AcquireAuthenticCacheView(paint_image,exception); in OilPaintImage()
820 q=QueueCacheViewAuthenticPixels(paint_view,0,y,paint_image->columns,1, in OilPaintImage()
828 paint_indexes=GetCacheViewAuthenticIndexQueue(paint_view); in OilPaintImage()
872 if (SyncCacheViewAuthenticPixels(paint_view,exception) == MagickFalse) in OilPaintImage()
888 paint_view=DestroyCacheView(paint_view); in OilPaintImage()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dpaint.c698 *paint_view; in OilPaintImage() local
759 paint_view=AcquireAuthenticCacheView(paint_image,exception); in OilPaintImage()
782 q=QueueCacheViewAuthenticPixels(paint_view,0,y,paint_image->columns,1, in OilPaintImage()
846 if (SyncCacheViewAuthenticPixels(paint_view,exception) == MagickFalse) in OilPaintImage()
863 paint_view=DestroyCacheView(paint_view); in OilPaintImage()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dpaint.c698 *paint_view; in OilPaintImage() local
759 paint_view=AcquireAuthenticCacheView(paint_image,exception); in OilPaintImage()
782 q=QueueCacheViewAuthenticPixels(paint_view,0,y,paint_image->columns,1, in OilPaintImage()
846 if (SyncCacheViewAuthenticPixels(paint_view,exception) == MagickFalse) in OilPaintImage()
863 paint_view=DestroyCacheView(paint_view); in OilPaintImage()
/dports/x11-wm/mutter/mutter-41.1/src/backends/
H A Dmeta-stage.c259 CLUTTER_STAGE_CLASS (meta_stage_parent_class)->paint_view (stage, view, in meta_stage_paint_view()
309 stage_class->paint_view = meta_stage_paint_view; in meta_stage_class_init()
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-stage.h86 void (* paint_view) (ClutterStage *stage, member
H A Dclutter-stage.c513 CLUTTER_STAGE_GET_CLASS (stage)->paint_view (stage, view, redraw_clip); in clutter_stage_paint_view()
1385 klass->paint_view = clutter_stage_real_paint_view; in clutter_stage_class_init()
1550 G_STRUCT_OFFSET (ClutterStageClass, paint_view), in clutter_stage_class_init()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dkernel.h191 extern void paint_view(Side *side, int x, int y, int r, int tview, int uview);
H A Dtp.c1037 paint_view(side, x, y, r, tview, uview); in net_paint_view()
H A Dside.c4463 paint_view(Side *side, int x, int y, int r, int tview, int uviewflag) in paint_view() function
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkconq.tcl6013 button .design.dbuttons.view -bitmap paint_view \
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-1999501 * tkinit.c (init_bitmaps): Add paint_view bitmap.