BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lvgl
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
lvgl
Commits
68d262ba
Commit
68d262ba
authored
May 08, 2018
by
Gabor Kiss-Vamosi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lv_draw: remove debug printf-s
parent
ee3a4438
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
lv_draw.c
lv_draw/lv_draw.c
+0
-4
No files found.
lv_draw/lv_draw.c
View file @
68d262ba
...
...
@@ -1842,8 +1842,6 @@ static void lv_draw_shadow_full(const lv_area_t * coords, const lv_area_t * mask
px_fp
(
point_lt
.
x
,
point_lt
.
y
,
mask
,
style
->
body
.
shadow
.
color
,
line_2d_blur
[
d
]);
}
printf
(
"%d, "
,
line_2d_blur
[
d
]);
if
(
point_rb
.
x
!=
point_lb
.
x
&&
point_lt
.
y
!=
point_lb
.
y
)
{
px_fp
(
point_lb
.
x
,
point_lb
.
y
,
mask
,
style
->
body
.
shadow
.
color
,
line_2d_blur
[
d
]);
}
...
...
@@ -1862,8 +1860,6 @@ static void lv_draw_shadow_full(const lv_area_t * coords, const lv_area_t * mask
point_lt
.
x
--
;
}
printf
(
"
\n
"
);
/* Put the first line to the edges too.
* It is not correct because blur should be done below the corner too
* but is is simple, fast and gives a good enough result*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment