Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dweed-effects-utils.h233 #define weed_palette_get_plane_ratio_vertical(pal, plane) ((double)(plane == 0 ? 1.0 : (plane == 1 … macro
H A Dcolourspace.h196 double weed_palette_get_plane_ratio_vertical(int pal, int plane);
H A Dweed-effects-utils.c815 …tbits += pbits * weed_palette_get_plane_ratio_vertical(pal, i) * weed_palette_get_plane_ratio_hori… in weed_palette_get_compression_ratio()
H A Deffects-weed.c1373 vrt = weed_palette_get_plane_ratio_vertical(pal, j); in process_func_threaded()
11120 …vlen = (weed_size_t)((double)height * weed_palette_get_plane_ratio_vertical(pal, j) * (double)rows… in weed_leaf_serialise()
11130 …vlen = (weed_size_t)((double)height * weed_palette_get_plane_ratio_vertical(pal, j) * (double)rows… in weed_leaf_serialise()
11580 if (rs && vlen != rs[j] * height * weed_palette_get_plane_ratio_vertical(pal, j)) { in weed_leaf_deserialise()
11592 weed_layer_set_height(plant, (float)xh / weed_palette_get_plane_ratio_vertical(pal, j)); in weed_leaf_deserialise()
H A Dcolourspace.c1488 LIVES_GLOBAL_INLINE double weed_palette_get_plane_ratio_vertical(int pal, int plane) { in weed_palette_get_plane_ratio_vertical() function
9894 xheight = height * weed_palette_get_plane_ratio_vertical(pal, i); in copy_pixel_data()
12403 height *= weed_palette_get_plane_ratio_vertical(pal, offs); in lives_layer_set_opaque()
12479 xheight = height * weed_palette_get_plane_ratio_vertical(pal, i); in compact_rowstrides()
12892 * weed_palette_get_plane_ratio_vertical(palette, i)); in resize_layer()
12899 * weed_palette_get_plane_ratio_vertical(opal_hint, i)); in resize_layer()
/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-plugin-utils.h288 FN_DECL double weed_palette_get_plane_ratio_vertical(int pal, int plane);
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dweed-plugin-utils.c824 static inline double weed_palette_get_plane_ratio_vertical(int pal, int plane) { in weed_palette_get_plane_ratio_vertical() function