Home
last modified time | relevance | path

Searched refs:raster_type (Results 1 – 25 of 34) sorted by relevance

12

/dports/databases/grass7/grass-7.8.6/raster/r.geomorphon/
H A Dmemory.c18 rast->raster_type = Rast_map_type(rast->elevname, mapset); in open_map()
24 tmp_buf = Rast_allocate_buf(rast->raster_type); in open_map()
29 Rast_get_row(rast->fd, tmp_buf, row, rast->raster_type); in open_map()
31 get_cell(col, rast->elev[row], tmp_buf, rast->raster_type); in open_map()
38 int get_cell(int col, float *buf_row, void *buf, RASTER_MAP_TYPE raster_type) in get_cell() argument
41 switch (raster_type) { in get_cell()
75 tmp_buf = Rast_allocate_buf(elevation.raster_type); in shift_buffers()
83 elevation.raster_type); in shift_buffers()
87 elevation.raster_type); in shift_buffers()
H A Dlocal_proto.h61 RASTER_MAP_TYPE raster_type; member
150 int get_cell(int col, float *buf_row, void *buf, RASTER_MAP_TYPE raster_type);
/dports/databases/grass7/grass-7.8.6/raster/r.in.poly/
H A Dmain.c26 int raster_type; in main() local
77 raster_type = CELL_TYPE; in main()
79 raster_type = FCELL_TYPE; in main()
81 raster_type = DCELL_TYPE; in main()
90 exit(poly_to_rast(input->answer, output->answer, title->answer, n, raster_type, null)); in main()
H A Dgetformat.c5 int getformat(FILE * fd, int raster_type, int *null) in getformat() argument
15 if (raster_type == FCELL_TYPE) in getformat()
17 if (raster_type == DCELL_TYPE) in getformat()
H A Dpoly2rast.c9 int poly_to_rast(char *input_file, char *raster_map, char *title, int nrows, int raster_type, int *… in poly_to_rast() argument
36 rfd = Rast_open_new(raster_map, raster_type); in poly_to_rast()
44 format = getformat(ifd, raster_type, null); in poly_to_rast()
/dports/databases/grass7/grass-7.8.6/display/d.rast.arrow/
H A Dmain.c71 RASTER_MAP_TYPE raster_type, mag_raster_type = -1; in main() local
299 raster_type = Rast_get_map_type(layer_fd); in main()
302 raster_row = Rast_allocate_buf(raster_type); in main()
320 Rast_get_row(layer_fd, raster_row, row, raster_type); in main()
339 if (raster_type == CELL_TYPE) in main()
341 else if (raster_type == FCELL_TYPE) in main()
343 else if (raster_type == DCELL_TYPE) in main()
370 ptr = G_incr_void_ptr(ptr, Rast_cell_size(raster_type)); in main()
382 if (Rast_is_null_value(ptr, raster_type)) in main()
398 if (Rast_is_null_value(ptr, raster_type)) { in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dlayer_tree_pixel_resource_test.cc23 set_raster_type(test_config_.raster_type); in LayerTreeHostPixelResourceTest()
72 switch (raster_type()) { in CreateRasterBufferProvider()
87 /*enable_oop_rasterization=*/raster_type() == TestRasterType::kOop); in CreateRasterBufferProvider()
H A Dlayer_tree_pixel_test.h124 void set_raster_type(TestRasterType raster_type) { in set_raster_type() argument
125 raster_type_ = raster_type; in set_raster_type()
128 TestRasterType raster_type() const { return raster_type_; } in raster_type() function
H A Dlayer_tree_pixel_test.cc79 /*enable_oop_rasterization=*/raster_type() == TestRasterType::kOop, in CreateLayerTreeFrameSink()
117 raster_type() == TestRasterType::kOop, in DrawLayersOnThread()
120 EXPECT_EQ(TestRasterType::kBitmap, raster_type()); in DrawLayersOnThread()
128 settings->use_zero_copy = raster_type() == TestRasterType::kZeroCopy; in InitializeSettings()
H A Dtest_types.cc31 *os << '_' << RasterTypeTestSuffix(config.raster_type); in PrintTo()
H A Dtest_types.h43 TestRasterType raster_type; member
/dports/graphics/qgis/qgis-3.22.3/src/providers/grass/
H A Dqgis.d.rast.c59 RASTER_MAP_TYPE raster_type; in main() local
103 raster_type = Rast_map_type( name, "" ); in main()
105 display( name, mapset, raster_type, format->answer ); in main()
H A Dqgis.g.info.c144 RASTER_MAP_TYPE raster_type = Rast_map_type( rast_opt->answer, "" ); in main() local
145 fprintf( stdout, "TYPE:%d\n", raster_type ); in main()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/grass/
H A Dqgis.d.rast.c59 RASTER_MAP_TYPE raster_type; in main() local
103 raster_type = Rast_map_type( name, "" ); in main()
105 display( name, mapset, raster_type, format->answer ); in main()
H A Dqgis.g.info.c147 RASTER_MAP_TYPE raster_type = Rast_map_type( rast_opt->answer, "" ); in main() local
148 fprintf( stdout, "TYPE:%d\n", raster_type ); in main()
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A DHPCupsFilter.h84 void WriteBMPHeader (FILE *fp, int width, int height, eRasterType raster_type);
85 void WriteBMPRaster (FILE *fp, BYTE *raster, int width, eRasterType raster_type);
/dports/graphics/libgeotiff/libgeotiff-1.7.0/bin/
H A Dlistgeo.c230 unsigned short raster_type = RasterPixelIsArea; in GTIFPrintCorners() local
231 GTIFKeyGetSHORT(gtif, GTRasterTypeGeoKey, &raster_type, 0, 1); in GTIFPrintCorners()
233 double xmin = (raster_type == RasterPixelIsArea) ? 0.0 : -0.5; in GTIFPrintCorners()
/dports/databases/grass7/grass-7.8.6/raster/r.carve/
H A Denforce_ds.c78 Rast_cell_size(parm->raster_type)); in enforce_downstream()
81 read_raster(rbuf, infd, parm->raster_type); in enforce_downstream()
90 write_raster(rbuf, outfd, parm->raster_type); in enforce_downstream()
156 elev = lowest_cell_near_point(rbuf, parm->raster_type, points->x[i], in process_line()
508 parm->raster_type); in process_line_segment()
H A Dmain.c169 parm.raster_type = Rast_get_map_type(infd); in main()
172 outfd = Rast_open_new(parm.outrast->answer, parm.raster_type); in main()
H A Denforce.h53 RASTER_MAP_TYPE raster_type; member
/dports/math/xtensor-io/xtensor-io-0.13.0/include/xtensor-io/
H A Dxgdal.hpp502 GDALDataType raster_type = detail::to_gdal_type<value_type>::value; local
505 …e(driver, path.c_str(), gdal_dim.nx, gdal_dim.ny, gdal_dim.band_count, raster_type, create_options…
520 raster_type,
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/raster/
H A DMakefile12 MODULES = abstract buffer category history raster_type rowio segment
H A Dbuffer.py2 from grass.pygrass.raster.raster_type import TYPE as RTYPE
/dports/databases/grass7/grass-7.8.6/imagery/i.ortho.photo/i.ortho.rectify/
H A DREADME4 - have changed elev reading from CELL to raster_type to support
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dlayer_tree_host_pixeltest_masks.cc584 (raster_type() == GPU) in TEST_P()
588 if (use_vulkan() && raster_type() == GPU) { in TEST_P()
643 (raster_type() == GPU) in TEST_P()
647 if (use_vulkan() && raster_type() == GPU) { in TEST_P()
1032 (raster_type() == SOFTWARE) in TEST_P()
1078 (raster_type() == SOFTWARE) in TEST_P()
1146 if (raster_type() != GPU) { in TEST_P()

12