mirror of
https://github.com/google/pebble.git
synced 2025-11-30 19:22:22 -05:00
spelling: represented
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
//! (width by height) and the first bit of image data is the pixel at (0, 0),
|
//! (width by height) and the first bit of image data is the pixel at (0, 0),
|
||||||
//! then the bounds.size would be `GSize(29, 5)` and bounds.origin would be `GPoint(0, 0)`.
|
//! then the bounds.size would be `GSize(29, 5)` and bounds.origin would be `GPoint(0, 0)`.
|
||||||
//! 
|
//! 
|
||||||
//! In the illustration each pixel is a representated as a square. The white
|
//! In the illustration each pixel is a represented as a square. The white
|
||||||
//! squares are the bits that are used, the gray squares are the padding bits, because
|
//! squares are the bits that are used, the gray squares are the padding bits, because
|
||||||
//! each row of image data has to be a multiple of 4 bytes (32 bits).
|
//! each row of image data has to be a multiple of 4 bytes (32 bits).
|
||||||
//! The numbers in the column in the left are the offsets (in bytes) from the `*addr`
|
//! The numbers in the column in the left are the offsets (in bytes) from the `*addr`
|
||||||
|
|||||||
Reference in New Issue
Block a user