mirror of
https://github.com/google/pebble.git
synced 2025-05-01 07:41:41 -04:00
spelling: respectively
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
5d1081bc13
commit
0423ca826f
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ T_STATIC void prv_assign_vertical_line_raw(GContext *ctx, int16_t x, Fixed_S16_3
|
||||||
}
|
}
|
||||||
|
|
||||||
// This function draws horizontal line with blending, given values have to be clipped and adjusted
|
// This function draws horizontal line with blending, given values have to be clipped and adjusted
|
||||||
// clip_box and draw_box respecively.
|
// clip_box and draw_box respectively.
|
||||||
T_STATIC void prv_blend_horizontal_line_raw(GContext *ctx, int16_t y, int16_t x1, int16_t x2,
|
T_STATIC void prv_blend_horizontal_line_raw(GContext *ctx, int16_t y, int16_t x1, int16_t x2,
|
||||||
GColor color) {
|
GColor color) {
|
||||||
PBL_ASSERTN(ctx);
|
PBL_ASSERTN(ctx);
|
||||||
|
@ -212,7 +212,7 @@ T_STATIC void prv_blend_horizontal_line_raw(GContext *ctx, int16_t y, int16_t x1
|
||||||
}
|
}
|
||||||
|
|
||||||
// This function draws vertical line with blending, given values have to be clipped and adjusted
|
// This function draws vertical line with blending, given values have to be clipped and adjusted
|
||||||
// clip_box and draw_box respecively.
|
// clip_box and draw_box respectively.
|
||||||
T_STATIC void prv_blend_vertical_line_raw(GContext *ctx, int16_t x, int16_t y1, int16_t y2,
|
T_STATIC void prv_blend_vertical_line_raw(GContext *ctx, int16_t x, int16_t y1, int16_t y2,
|
||||||
GColor color) {
|
GColor color) {
|
||||||
PBL_ASSERTN(ctx);
|
PBL_ASSERTN(ctx);
|
||||||
|
|
Loading…
Add table
Reference in a new issue