mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:42:43 +00:00 
			
		
		
		
	|  7c4b0b0389 Ignoring Size for a second, we currently have:
    Rect::scale_by
    Rect::scaled
    Point::scale_by
    Point::scaled
In Size, before this patch, we have:
    Size::scale_by
    Size::scaled_by
This aligns Size to use the same method name as Rect and Point. While
subjectively providing API symmetry, this is mostly to allow using this
method in templated helpers without caring what the exact underlying
type is. | ||
|---|---|---|
| .. | ||
| Color | ||
| Containers | ||
| VP9 | ||
| CMakeLists.txt | ||
| DecoderError.h | ||
| Forward.h | ||
| PlaybackManager.cpp | ||
| PlaybackManager.h | ||
| Sample.h | ||
| Track.h | ||
| VideoDecoder.h | ||
| VideoFrame.cpp | ||
| VideoFrame.h | ||