Searched refs:tile_bounds_p0 (Results 1 – 4 of 4) sorted by relevance
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/ |
H A D | picture.rs | 1833 tile_bounds_p0: TileOffset, field 1922 tile_bounds_p0: TileOffset::zero(), in new() 2048 p0.x = clamp(p0.x, self.tile_bounds_p0.x, self.tile_bounds_p1.x); in get_tile_coords_for_rect() 2049 p0.y = clamp(p0.y, self.tile_bounds_p0.y, self.tile_bounds_p1.y); in get_tile_coords_for_rect() 2050 p1.x = clamp(p1.x, self.tile_bounds_p0.x, self.tile_bounds_p1.x); in get_tile_coords_for_rect() 2051 p1.y = clamp(p1.y, self.tile_bounds_p0.y, self.tile_bounds_p1.y); in get_tile_coords_for_rect() 2389 self.tile_bounds_p0 = TileOffset::new(x0, y0); in pre_update() 3430 for y in self.tile_bounds_p0.y .. self.tile_bounds_p1.y { in print() 3431 for x in self.tile_bounds_p0.x .. self.tile_bounds_p1.x { in print()
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/ |
H A D | picture.rs | 2305 tile_bounds_p0: TileOffset, field 2409 tile_bounds_p0: TileOffset::zero(), in new() 2466 p0.x = clamp(p0.x, self.tile_bounds_p0.x, self.tile_bounds_p1.x); in get_tile_coords_for_rect() 2467 p0.y = clamp(p0.y, self.tile_bounds_p0.y, self.tile_bounds_p1.y); in get_tile_coords_for_rect() 2468 p1.x = clamp(p1.x, self.tile_bounds_p0.x, self.tile_bounds_p1.x); in get_tile_coords_for_rect() 2469 p1.y = clamp(p1.y, self.tile_bounds_p0.y, self.tile_bounds_p1.y); in get_tile_coords_for_rect() 2857 self.tile_bounds_p0 = TileOffset::new(x0, y0); in pre_update() 3652 for y in self.tile_bounds_p0.y .. self.tile_bounds_p1.y { in print() 3653 for x in self.tile_bounds_p0.x .. self.tile_bounds_p1.x { in print()
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/ |
H A D | picture.rs | 2267 tile_bounds_p0: TileOffset, field 2356 tile_bounds_p0: TileOffset::zero(), in new() 2482 p0.x = clamp(p0.x, self.tile_bounds_p0.x, self.tile_bounds_p1.x); in get_tile_coords_for_rect() 2483 p0.y = clamp(p0.y, self.tile_bounds_p0.y, self.tile_bounds_p1.y); in get_tile_coords_for_rect() 2484 p1.x = clamp(p1.x, self.tile_bounds_p0.x, self.tile_bounds_p1.x); in get_tile_coords_for_rect() 2485 p1.y = clamp(p1.y, self.tile_bounds_p0.y, self.tile_bounds_p1.y); in get_tile_coords_for_rect() 2823 self.tile_bounds_p0 = TileOffset::new(x0, y0); in pre_update() 3829 for y in self.tile_bounds_p0.y .. self.tile_bounds_p1.y { in print() 3830 for x in self.tile_bounds_p0.x .. self.tile_bounds_p1.x { in print()
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/ |
H A D | picture.rs | 2267 tile_bounds_p0: TileOffset, field 2356 tile_bounds_p0: TileOffset::zero(), in new() 2482 p0.x = clamp(p0.x, self.tile_bounds_p0.x, self.tile_bounds_p1.x); in get_tile_coords_for_rect() 2483 p0.y = clamp(p0.y, self.tile_bounds_p0.y, self.tile_bounds_p1.y); in get_tile_coords_for_rect() 2484 p1.x = clamp(p1.x, self.tile_bounds_p0.x, self.tile_bounds_p1.x); in get_tile_coords_for_rect() 2485 p1.y = clamp(p1.y, self.tile_bounds_p0.y, self.tile_bounds_p1.y); in get_tile_coords_for_rect() 2823 self.tile_bounds_p0 = TileOffset::new(x0, y0); in pre_update() 3829 for y in self.tile_bounds_p0.y .. self.tile_bounds_p1.y { in print() 3830 for x in self.tile_bounds_p0.x .. self.tile_bounds_p1.x { in print()
|