mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: circle
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d3175992ea
commit
0b140893f9
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ T_STATIC void graphics_circle_quadrant_draw_1px_aa(GContext* ctx, GPoint p, uint
|
|||
GCornerMask quadrant) {
|
||||
/* This will draw antialiased circle with width of 1px, can be drawn in quadrants
|
||||
* Based on wu-xiang line drawing, will draw circle in two steps
|
||||
* 1. Calculate point on the edge of eighth of the cricle and plot it around by mirroring
|
||||
* 1. Calculate point on the edge of eighth of the circle and plot it around by mirroring
|
||||
* - if point is matching pixel perfectly thats going to be on fully colored pixel
|
||||
* - if theres fraction, two pixels will be colored accordingly
|
||||
* 2. Fill special case pixels (pixels that are between mirrored eighths)
|
||||
|
|
Loading…
Add table
Reference in a new issue