Home
last modified time | relevance | path

Searched defs:YamlFrameReader (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/wrench/src/
H A Dyaml_frame_reader.rs327 pub struct YamlFrameReader { struct
328 yaml_path: PathBuf,
329 aux_dir: PathBuf,
330 frame_count: u32,
334 include_only: Vec<String>,
336 watch_source: bool,
337 list_resources: bool,
342 next_external_scroll_id: u64,
368 impl YamlFrameReader { argument
369 pub fn new(yaml_path: &Path) -> YamlFrameReader { in new()
[all …]
H A Dpng.rs81 mut reader: YamlFrameReader, in png()
/dports/www/firefox/firefox-99.0/gfx/wr/wrench/src/
H A Dyaml_frame_reader.rs315 pub struct YamlFrameReader { struct
316 yaml_path: PathBuf,
317 aux_dir: PathBuf,
318 frame_count: u32,
322 watch_source: bool,
323 list_resources: bool,
328 next_external_scroll_id: u64,
332 fonts: HashMap<FontDescriptor, FontKey>,
356 impl YamlFrameReader { argument
357 pub fn new(yaml_path: &Path) -> YamlFrameReader { in new()
[all …]
H A Dpng.rs81 mut reader: YamlFrameReader, in png()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/wrench/src/
H A Dyaml_frame_reader.rs327 pub struct YamlFrameReader { struct
328 yaml_path: PathBuf,
329 aux_dir: PathBuf,
330 frame_count: u32,
334 include_only: Vec<String>,
336 watch_source: bool,
337 list_resources: bool,
342 next_external_scroll_id: u64,
368 impl YamlFrameReader { argument
369 pub fn new(yaml_path: &Path) -> YamlFrameReader { in new()
[all …]
H A Dpng.rs81 mut reader: YamlFrameReader, in png()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/wrench/src/
H A Dyaml_frame_reader.rs180 pub struct YamlFrameReader { struct
181 frame_built: bool,
182 yaml_path: PathBuf,
183 aux_dir: PathBuf,
184 frame_count: u32,
209 impl YamlFrameReader { argument
210 pub fn new(yaml_path: &Path) -> YamlFrameReader { in new()
248 pub fn new_from_args(args: &clap::ArgMatches) -> YamlFrameReader { in new_from_args()
1578 impl WrenchThing for YamlFrameReader { implementation
H A Dpng.rs79 mut reader: YamlFrameReader, in png()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/wrench/src/
H A Dyaml_frame_reader.rs320 pub struct YamlFrameReader { struct
321 yaml_path: PathBuf,
322 aux_dir: PathBuf,
323 frame_count: u32,
327 include_only: Vec<String>,
329 watch_source: bool,
330 list_resources: bool,
334 scroll_offsets: HashMap<ExternalScrollId, LayoutPoint>,
360 impl YamlFrameReader { argument
361 pub fn new(yaml_path: &Path) -> YamlFrameReader { in new()
[all …]
H A Dpng.rs81 mut reader: YamlFrameReader, in png()