Home
last modified time | relevance | path

Searched refs:rl2_get_raster_style_mono_band_selection (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/test/
H A Dtest_raster_symbolizer.c739 if (rl2_get_raster_style_mono_band_selection (style, &red) != RL2_OK) in test_symbolizer_1()
1115 if (rl2_get_raster_style_mono_band_selection (style, &red) == RL2_OK) in test_symbolizer_2()
1188 if (rl2_get_raster_style_mono_band_selection (style, &red) != RL2_OK) in test_symbolizer_3()
1420 if (rl2_get_raster_style_mono_band_selection (NULL, &red) == RL2_OK) in test_symbolizer_null()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/headers/rasterlite2/
H A Drasterlite2.h3580 RL2_DECLARE int rl2_get_raster_style_mono_band_selection (rl2RasterStylePtr
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2symbolizer.c1198 rl2_get_raster_style_mono_band_selection (rl2RasterStylePtr style, in rl2_get_raster_style_mono_band_selection() function
H A Drl2rastersym.c3564 if (rl2_get_raster_style_mono_band_selection in copy_raw_pixels()