Home
last modified time | relevance | path

Searched refs:xpixel_type (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/test/
H A Dtest_wr_tiff.c1142 unsigned char xpixel_type; in do_one_rgb_test() local
1339 unsigned char xpixel_type; in check_origin() local
2642 unsigned char xpixel_type; in do_one_gray_test() local
2876 unsigned char xpixel_type; in do_one_palette_test() local
3067 unsigned char xpixel_type; in do_one_monochrome_test() local
3246 unsigned char xpixel_type; in do_one_grid_8_test() local
3442 unsigned char xpixel_type; in do_one_grid_u8_test() local
3640 unsigned char xpixel_type; in do_one_grid_16_test() local
3838 unsigned char xpixel_type; in do_one_grid_u16_test() local
4037 unsigned char xpixel_type; in do_one_grid_32_test() local
[all …]
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2gif.c609 unsigned char *xpixel_type, unsigned char **blob, int *blob_sz, in rl2_decode_gif() argument
807 *xpixel_type = pixel_type; in rl2_decode_gif()
809 *xpixel_type = pixel_typ; in rl2_decode_gif()
H A Drl2codec.c2519 unsigned char *xpixel_type, unsigned char *xnum_bands, in check_blob_odd() argument
2631 *xpixel_type = pixel_type; in check_blob_odd()
2641 unsigned char xpixel_type, unsigned char xnum_bands, in check_blob_even() argument
2677 if (xpixel_type != pixel_type) in check_blob_even()
4396 unsigned char xpixel_type; in rl2_is_valid_dbms_raster_tile() local
4408 xpixel_type, xnum_bands, xcompression, crc)) in rl2_is_valid_dbms_raster_tile()
4428 && xpixel_type == RL2_PIXEL_RGB && xnum_bands == 3 in rl2_is_valid_dbms_raster_tile()
4437 && xpixel_type == RL2_PIXEL_GRAYSCALE && xnum_bands == 1 in rl2_is_valid_dbms_raster_tile()
4446 && xpixel_type == RL2_PIXEL_RGB && xnum_bands == 3 in rl2_is_valid_dbms_raster_tile()
4477 && xpixel_type == RL2_PIXEL_RGB && xnum_bands == 3 in rl2_is_valid_dbms_raster_tile()
[all …]
H A Drl2sqlaux.c156 unsigned char xpixel_type = RL2_PIXEL_UNKNOWN; in get_coverage_defs() local
200 xpixel_type = RL2_PIXEL_MONOCHROME; in get_coverage_defs()
202 xpixel_type = RL2_PIXEL_PALETTE; in get_coverage_defs()
204 xpixel_type = RL2_PIXEL_GRAYSCALE; in get_coverage_defs()
206 xpixel_type = RL2_PIXEL_RGB; in get_coverage_defs()
208 xpixel_type = RL2_PIXEL_MULTIBAND; in get_coverage_defs()
210 xpixel_type = RL2_PIXEL_DATAGRID; in get_coverage_defs()
238 if (xsample_type == RL2_SAMPLE_UNKNOWN || xpixel_type == RL2_PIXEL_UNKNOWN in get_coverage_defs()
245 *pixel_type = xpixel_type; in get_coverage_defs()
H A Drl2png.c783 unsigned char *xsample_type, unsigned char *xpixel_type, in rl2_decode_png() argument
1041 *xpixel_type = pixel_type; in rl2_decode_png()
H A Drl2jpeg.c899 unsigned char *xpixel_type, unsigned char **pixels, in rl2_decode_jpeg_scaled() argument
1030 *xpixel_type = pixel_type; in rl2_decode_jpeg_scaled()