Home
last modified time | relevance | path

Searched refs:layer_image (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dlayer.h32 } layer_image; typedef
38 layer_image *image; // Pointer to image data - malloc'd when created, free'd after
57 layer_image *alloc_layer(int w, int h, int bpp, int cmask, image_info *src);
H A Dlayer.c71 layer_image *lim; in alloc_layer()
73 lim = calloc(1, sizeof(layer_image)); in alloc_layer()
148 layer_image *lp = layer_table[l].image; in layer_copy_from_main()
158 layer_image *lp = layer_table[l].image; in layer_copy_to_main()
208 layer_image *lim; in layer_add()
247 layer_image *lim, *ls; in layer_press_duplicate()
279 layer_image *lp = layer_table[item].image; in layer_delete()
436 layer_image *lim2; in load_layers()
541 layer_image *lim; in load_to_layers()
746 layer_image *lim; in layer_add_composite()
[all …]
H A Dcanvas.c1595 layer_image *tip = layer_table[layer_selected].image; in do_a_load_x()
H A Dpng.c9722 layer_image *lim = NULL; in load_image_x()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/transform/
H A Dpyramids.py252 layer_image = pyramid_reduce(prev_layer_image, downscale, sigma, order,
256 prev_layer_image = layer_image
257 current_shape = np.asarray(layer_image.shape)
263 yield layer_image
/dports/games/augustus/augustus-3.1.0/src/assets/
H A Dlayer.c28 const image *layer_image = image_get(l->original_image_id); in layer_load() local
29 if (layer_image->draw.type == IMAGE_TYPE_EXTRA_ASSET) { in layer_load()
57 if (layer_image->draw.type == IMAGE_TYPE_ISOMETRIC) { in layer_load()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/
H A Dstory_viewer.cpp190 config& layer_image = cfg.add_child("image", image); in display_part() local
193 base_layer = &layer_image; in display_part()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-pdf-save.c1750 cairo_surface_t *layer_image; in draw_layer() local
1752 layer_image = get_cairo_surface (layer_ID, FALSE, error); in draw_layer()
1759 cairo_set_source_surface (cr, layer_image, x, y); in draw_layer()
1771 cairo_surface_destroy (layer_image); in draw_layer()