mirror of
https://github.com/google/pebble.git
synced 2026-02-10 15:37:25 -05:00
spelling: respectively
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
// 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,
|
||||
GColor color) {
|
||||
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
|
||||
// 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,
|
||||
GColor color) {
|
||||
PBL_ASSERTN(ctx);
|
||||
|
||||
Reference in New Issue
Block a user