summaryrefslogtreecommitdiff
path: root/AK/BitmapView.h
AgeCommit message (Expand)Author
2021-05-19Bitmap: De-duplicate bitmasksLenny Maiorani
2021-05-18BitmapView: Disable mutations of the underlying BitmapLenny Maiorani
2021-05-17Revert "BitmapView: Disable mutations of the underlying Bitmap"Andreas Kling
2021-05-17BitmapView: Disable mutations of the underlying BitmapLenny Maiorani
2021-05-16AK: Don't read past the end in BitmapView::count_in_range()Andrew Kaster
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-09AK: Add BitmapView::set_range_and_verify_that_all_bits_flip()Andreas Kling
2021-03-04AK: Add BitmapView class (like StringView but for bitmaps)Andreas Kling