Home
last modified time | relevance | path

Searched refs:rl2_create_pixel (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/test/
H A Dtest_coverage.c452 no_data = rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_RGB, 3); in main()
735 if (rl2_create_pixel (0xff, RL2_PIXEL_RGB, 3) != NULL) in main()
742 if (rl2_create_pixel (RL2_SAMPLE_UINT8, 0xff, 3) != NULL) in main()
749 if (rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_RGB, 1) != NULL) in main()
815 pix2 = rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_RGB, 3); in main()
831 pix2 = rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_MULTIBAND, 6); in main()
849 pix2 = rl2_create_pixel (RL2_SAMPLE_INT8, RL2_PIXEL_DATAGRID, 1); in main()
867 pix2 = rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_DATAGRID, 1); in main()
885 pix2 = rl2_create_pixel (RL2_SAMPLE_INT16, RL2_PIXEL_DATAGRID, 1); in main()
921 pix2 = rl2_create_pixel (RL2_SAMPLE_INT32, RL2_PIXEL_DATAGRID, 1); in main()
[all …]
H A Dtest_raster.c1235 no_data = rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_RGB, 3); in main()
1383 no_data = rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_GRAYSCALE, 1); in main()
1525 no_data = rl2_create_pixel (RL2_SAMPLE_UINT16, RL2_PIXEL_MULTIBAND, 2); in main()
1542 no_data = rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_MULTIBAND, 3); in main()
1751 pixel = rl2_create_pixel (RL2_SAMPLE_UINT16, RL2_PIXEL_DATAGRID, 1); in main()
1807 pixel = rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_DATAGRID, 1); in main()
1827 pixel = rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_GRAYSCALE, 1); in main()
H A Dtest_webp.c495 no_data = rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_RGB, 3); in test_no_alpha_webp()
580 no_data = rl2_create_pixel (RL2_SAMPLE_1_BIT, RL2_PIXEL_MONOCHROME, 1); in test_no_alpha_webp()
H A Dtest_wr_tiff.c1565 pixel = rl2_create_pixel (sample_type, RL2_PIXEL_DATAGRID, 1); in check_origin()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2dbms.c3177 no_data = rl2_create_pixel (RL2_SAMPLE_UINT8, in get_raw_raster_data_common()
3201 no_data = rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_RGB, 3); in get_raw_raster_data_common()
3890 rl2_create_pixel (RL2_SAMPLE_1_BIT, RL2_PIXEL_PALETTE, in rl2_get_raw_raster_data_bgcolor()
3897 rl2_create_pixel (RL2_SAMPLE_2_BIT, RL2_PIXEL_PALETTE, in rl2_get_raw_raster_data_bgcolor()
3904 rl2_create_pixel (RL2_SAMPLE_4_BIT, RL2_PIXEL_PALETTE, in rl2_get_raw_raster_data_bgcolor()
3911 rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_PALETTE, in rl2_get_raw_raster_data_bgcolor()
3927 rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_GRAYSCALE, 1); in rl2_get_raw_raster_data_bgcolor()
3935 rl2_create_pixel (RL2_SAMPLE_1_BIT, RL2_PIXEL_GRAYSCALE, 1); in rl2_get_raw_raster_data_bgcolor()
3945 rl2_create_pixel (RL2_SAMPLE_1_BIT, RL2_PIXEL_GRAYSCALE, 1); in rl2_get_raw_raster_data_bgcolor()
3959 rl2_create_pixel (RL2_SAMPLE_1_BIT, RL2_PIXEL_GRAYSCALE, 1); in rl2_get_raw_raster_data_bgcolor()
[all …]
H A Drasterlite2.c601 return rl2_create_pixel (cvg->sampleType, cvg->pixelType, cvg->nBands); in rl2_create_coverage_pixel()
1771 rl2_create_pixel (unsigned char sample_type, unsigned char pixel_type, in rl2_create_pixel() function
1861 dst = rl2_create_pixel (px_in->sampleType, px_in->pixelType, px_in->nBands); in rl2_clone_pixel()
1928 dst = rl2_create_pixel (px_in->sampleType, RL2_PIXEL_RGB, 3); in rl2_create_triple_band_pixel()
1976 dst = rl2_create_pixel (RL2_SAMPLE_UINT16, RL2_PIXEL_DATAGRID, 1); in rl2_create_mono_band_pixel()
1978 dst = rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_RGB, 3); in rl2_create_mono_band_pixel()
2452 return rl2_create_pixel (rst->sampleType, rst->pixelType, rst->nBands); in rl2_create_raster_pixel()
H A Drl2pyramid.c2131 nd = rl2_create_pixel (RL2_SAMPLE_UINT8, in update_sect_pyramid()
2710 nd = rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_GRAYSCALE, 1); in rescale_monolithic_124()
2728 nd = rl2_create_pixel (RL2_SAMPLE_UINT8, RL2_PIXEL_RGB, 3); in rescale_monolithic_124()
5386 nd = rl2_create_pixel (RL2_SAMPLE_UINT8, in do_build_124_bit_section_pyramid()
5401 nd = rl2_create_pixel (RL2_SAMPLE_UINT8, in do_build_124_bit_section_pyramid()
5625 nd = rl2_create_pixel (RL2_SAMPLE_UINT8, in do_build_palette_section_pyramid()
6329 nd = rl2_create_pixel (RL2_SAMPLE_UINT8, in rl2_build_monolithic_pyramid()
6348 nd = rl2_create_pixel (RL2_SAMPLE_UINT8, in rl2_build_monolithic_pyramid()
H A Drl2jpeg.c1173 no_data = rl2_create_pixel (sample_type, pixel_type, num_bands); in read_from_jpeg()
H A Drl2ascii.c910 no_data = rl2_create_pixel (sample_type, RL2_PIXEL_DATAGRID, 1); in read_from_ascii()
H A Drl2sqlaux.c259 rl2PixelPtr pxl = rl2_create_pixel (sample, pixel, num_bands); in default_nodata()
H A Drl2codec.c7082 pixel = rl2_create_pixel (sample_type, pixel_type, num_bands); in rl2_deserialize_dbms_pixel()
H A Drl2sql.c694 pxl = rl2_create_pixel (sample, pixel, (unsigned char) num_bands); in fnct_CreatePixel()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/headers/rasterlite2/
H A Drasterlite2.h474 rl2_create_pixel (unsigned char sample_type, unsigned char pixel_type,
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/tools/
H A Drl2tool.c254 rl2PixelPtr pxl = rl2_create_pixel (sample, pixel, num_bands); in default_nodata()
3011 pixel = rl2_create_pixel (sample_type, pixel_type, num_bands); in parse_no_data()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Drasterlite2.cpp1301 rl2PixelPtr pxl = rl2_create_pixel (nSampleType, nPixelType, nBandCount); in CreateNoData()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Drasterlite2.cpp1301 rl2PixelPtr pxl = rl2_create_pixel (nSampleType, nPixelType, nBandCount); in CreateNoData()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Drasterlite2.cpp1301 rl2PixelPtr pxl = rl2_create_pixel (nSampleType, nPixelType, nBandCount); in CreateNoData()