Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs370 let allocated_rect = DeviceIntRect::from_origin_and_size(origin, update_rect.size()); in copy_into_staging_buffer() localVariable
371 buffer.upload_rect = buffer.upload_rect.union(&allocated_rect); in copy_into_staging_buffer()
375 src_offset: allocated_rect.min, in copy_into_staging_buffer()
406 for y in 0..allocated_rect.height() as usize { in copy_into_staging_buffer()
409 let dst_start = (allocated_rect.min.y as usize + y as usize) * dst_stride + in copy_into_staging_buffer()
410 allocated_rect.min.x as usize * bpp; in copy_into_staging_buffer()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs370 let allocated_rect = DeviceIntRect::from_origin_and_size(origin, update_rect.size()); in copy_into_staging_buffer() localVariable
371 buffer.upload_rect = buffer.upload_rect.union(&allocated_rect); in copy_into_staging_buffer()
375 src_offset: allocated_rect.min, in copy_into_staging_buffer()
406 for y in 0..allocated_rect.height() as usize { in copy_into_staging_buffer()
409 let dst_start = (allocated_rect.min.y as usize + y as usize) * dst_stride + in copy_into_staging_buffer()
410 allocated_rect.min.x as usize * bpp; in copy_into_staging_buffer()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs410 let allocated_rect = DeviceIntRect::from_origin_and_size(origin, update_rect.size()); in copy_into_staging_buffer() localVariable
411 buffer.upload_rect = buffer.upload_rect.union(&allocated_rect); in copy_into_staging_buffer()
415 src_offset: allocated_rect.min, in copy_into_staging_buffer()
447 for y in 0..allocated_rect.height() as usize { in copy_into_staging_buffer()
450 let dst_start = (allocated_rect.min.y as usize + y as usize) * dst_stride + in copy_into_staging_buffer()
451 allocated_rect.min.x as usize * bpp; in copy_into_staging_buffer()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs1298 let (texture_id, alloc_id, allocated_rect) = allocator_list.allocate( in allocate_from_shared_cache()
1333 let allocated_size_in_bytes = (allocated_rect.area() * bpp) as usize; in allocate_from_shared_cache()
1341 origin: allocated_rect.min, in allocate_from_shared_cache()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs1466 let (texture_id, alloc_id, allocated_rect) = allocator_list.allocate( in allocate_from_shared_cache()
1501 let allocated_size_in_bytes = (allocated_rect.area() * bpp) as usize; in allocate_from_shared_cache()
1509 origin: allocated_rect.min, in allocate_from_shared_cache()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs1466 let (texture_id, alloc_id, allocated_rect) = allocator_list.allocate( in allocate_from_shared_cache()
1501 let allocated_size_in_bytes = (allocated_rect.area() * bpp) as usize; in allocate_from_shared_cache()
1509 origin: allocated_rect.min, in allocate_from_shared_cache()