MCPcopy Create free account

hub / github.com/dfyz/osm-renderer / functions

Functions284 in github.com/dfyz/osm-renderer

↓ 1 callersMethodread_color
(&mut self)
src/mapcss/token.rs:292
↓ 1 callersMethodread_color_def
(&mut self, color_name: &str)
src/mapcss/parser.rs:279
↓ 1 callersMethodread_number_list
(&mut self, first_num: f64)
src/mapcss/parser.rs:589
↓ 1 callersMethodread_properties
(&mut self)
src/mapcss/parser.rs:480
↓ 1 callersMethodread_property_value
(&mut self)
src/mapcss/parser.rs:499
↓ 1 callersMethodread_rule
(&mut self, mut selector_start: TokenWithPosition<'a>)
src/mapcss/parser.rs:297
↓ 1 callersMethodread_selector
(&mut self, selector_first_token: &TokenWithPosition<'a>)
src/mapcss/parser.rs:331
↓ 1 callersMethodread_simple_eval
Support the only form of eval() used in Maps.ME: eval(prop("width") + X);
src/mapcss/parser.rs:547
↓ 1 callersMethodread_test
(&mut self)
src/mapcss/parser.rs:386
↓ 1 callersMethodread_token
(&mut self, idx: usize, ch: char)
src/mapcss/token.rs:127
↓ 1 callersMethodread_zoom_range
(&mut self)
src/mapcss/token.rs:317
↓ 1 callersMethodreset
(&mut self, canvas_color: &Option<Color>)
src/draw/tile_pixels.rs:89
↓ 1 callersFunctionrun_server
( address: &str, geodata_file: &str, stylesheet_file: &str, stylesheet_type: &StyleType, f
src/http_server.rs:31
↓ 1 callersMethodsave_to_figure
(&self, pixels: &mut TilePixels)
src/draw/font/rasterizer.rs:109
↓ 1 callersFunctionsave_to_internal_format
(writer: &mut dyn Write, entity_storages: &EntityStorages)
src/geodata/saver.rs:21
↓ 1 callersFunctionsegment_dist_sq
(point: &PointF, seg_start: &PointF, seg_end: &PointF)
src/draw/labelable.rs:272
↓ 1 callersMethodskip_block_comment
(&mut self)
src/mapcss/token.rs:443
↓ 1 callersMethodskip_line_comment
(&mut self)
src/mapcss/token.rs:435
↓ 1 callersFunctionsplit_stylesheet_path
(file_path: &str)
src/http_server.rs:269
↓ 1 callersMethodstyle_area
(&'r self, area: &A, zoom: u8)
src/mapcss/styler.rs:205
↓ 1 callersMethodtext_to_glyphs
(&self, text: &str, scale: f64)
src/draw/font/text_placer.rs:170
↓ 1 callersMethodtile_ref_by_node
(&mut self, node: &RawNode)
src/geodata/saver.rs:44
↓ 1 callersFunctiontile_to_max_zoom_tile_range
Return the range of all smallest tiles that are covered by a given tile. # Examples ``` use renderer::tile::{tile_to_max_zoom_tile_range,Tile,TileRang
src/tile.rs:63
↓ 1 callersFunctionto_binary_numeric_test_type
(token: &Token<'_>)
src/mapcss/parser.rs:691
↓ 1 callersFunctionto_binary_string_test_type
(token: &Token<'_>)
src/mapcss/parser.rs:683
↓ 1 callersMethodto_point_pairs
(&'w self, tile: &'w Tile, scale: f64)
src/draw/point_pairs.rs:25
↓ 1 callersMethodto_rgb_triples
(&self)
src/draw/tile_pixels.rs:164
↓ 1 callersMethodtry_handle_connection
(&self, path: &str, stream: &mut TcpStream, state: &mut HandlerState)
src/http_server.rs:134
↓ 1 callersMethodtry_skip_comment
(&mut self)
src/mapcss/token.rs:418
↓ 1 callersFunctionwith_pos
(token: Token<'_>, position: InputPosition)
src/mapcss/token.rs:505
Functionascii_name_as_str
(elem_name: &[u8])
src/geodata/importer.rs:402
Functioncanonize_newlines
(s: &str)
tests/test_mapcss_parser.rs:9
Methodcreate
()
src/perf_stats/real_impl.rs:17
Methoddefault
()
src/draw/font/text_placer.rs:16
Methoddrop
(&mut self)
src/perf_stats/real_impl.rs:32
Methodeq
(&self, other: &Self)
src/draw/labelable.rs:100
Functionfinish_tile
(_: &mut PerfStats)
src/perf_stats/dummy_impl.rs:17
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
src/mapcss/parser.rs:23
Methodfmt
(&self, f: &mut fmt::Formatter)
src/mapcss/mod.rs:27
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
src/mapcss/token.rs:70
Functionfmt_item
(item: &T)
src/mapcss/parser.rs:701
Methodfrom_bytes
(bytes: &[u8], object_size: usize)
src/geodata/reader.rs:271
Methodfrom_color
(color: &Color, opacity: f64)
src/draw/tile_pixels.rs:13
Methodfrom_components
(r: u8, g: u8, b: u8, a: u8)
src/draw/tile_pixels.rs:24
Methodfrom_node
(node: &Node<'_>, tile: &t::Tile, scale: f64)
src/draw/point.rs:11
Methodload
(file_name: &str)
src/geodata/reader.rs:44
Methodload
(icon_path: P)
src/draw/icon.rs:14
Functionmain
()
src/bin/importer.rs:14
Functionmain
()
src/bin/renderer.rs:20
Functionmeasure
(_: impl Into<String>)
src/perf_stats/dummy_impl.rs:19
Methodnew
()
src/geodata/importer.rs:51
Methodnew
(id: usize, lat: f64, lon: f64)
src/geodata/find_polygons.rs:12
Methodnew
(half_line_width: f64, dashes: &Option<Vec<f64>>, line_cap: &Option<LineCap>)
src/draw/opacity_calculator.rs:16
Methodnew
(base_path: &Path)
src/draw/icon_cache.rs:14
Methodnew
(scale: usize)
src/draw/tile_pixels.rs:57
Methodnew
(base_path: &Path)
src/draw/drawer.rs:33
Methodnew
( center: &PointF, half_cell_size: f64, polygons: &[Vec<PointF>], fitness_func
src/draw/labelable.rs:81
Methodnew
(color: &Color)
src/draw/font/rasterizer.rs:20
Methodnew
(rules: Vec<Rule>, style_type: &StyleType, font_size_multiplier: Option<f64>)
src/mapcss/styler.rs:94
Methodnew
(rules: &[Rule])
src/mapcss/style_cache.rs:23
Methodnew
(input: &'a str)
src/mapcss/token.rs:114
Methodnew
(zoom: u8)
src/perf_stats/real_impl.rs:46
Functionpeer_addr
(stream: &TcpStream)
src/http_server.rs:279
Functionprocess_node_subelement
( parser: &mut Reader<R>, node: &mut RawNode, _: &EntityStorages, sub_name: &[u8], sub_att
src/geodata/importer.rs:355
Functionprocess_relation_subelement
( parser: &mut Reader<R>, relation: &mut RawRelation, entity_storages: &EntityStorages, sub_na
src/geodata/importer.rs:383
Functionprocess_way_subelement
( parser: &mut Reader<R>, way: &mut RawWay, entity_storages: &EntityStorages, sub_name: &[u8],
src/geodata/importer.rs:365
Functionstart_tile
(_: u8)
src/perf_stats/dummy_impl.rs:15
Functiontest1
()
src/mapcss/token.rs:539
Functiontest2
()
src/mapcss/token.rs:620
Functiontest3
()
src/mapcss/token.rs:714
Functiontest_errors
()
src/mapcss/token.rs:763
Functiontest_mapnik_parse
()
tests/test_mapcss_parser.rs:14
Functiontest_parsing_is_idempotent
()
tests/test_mapcss_parser.rs:36
Functiontest_styling
()
tests/test_mapcss_styler.rs:13
Functiontest_synthetic_data
()
src/geodata/saver.rs:243
Functiontest_zoom_14
()
tests/test_rendering.rs:148
Functiontest_zoom_15
()
tests/test_rendering.rs:153
Functiontest_zoom_16
()
tests/test_rendering.rs:158
Functiontest_zoom_17
()
tests/test_rendering.rs:163
Functiontest_zoom_18
()
tests/test_rendering.rs:168
Functiontest_zoom_18_2x
()
tests/test_rendering.rs:174
Methodto_html
(&self)
src/perf_stats/dummy_impl.rs:10
Functiontokenize
(s: &str)
src/mapcss/token.rs:513
Functionunindent
(s: &str)
src/mapcss/token.rs:519
← previous201–284 of 284, ranked by callers