mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: represented
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e2cad1d2fb
commit
6590c67a88
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue