Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Issue 16829003: Adding my Bitmap2Path sample for 1on1 meeting. (Closed)

Created:
7 years, 6 months ago by dierk
Modified:
7 years, 5 months ago
Reviewers:
borenet, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Adding my Bitmap2Path sample for 1on1 meeting. BUG= Committed: http://code.google.com/p/skia/source/detail?r=9843

Patch Set 1 #

Patch Set 2 : Added suggestions from Mike from CL1 #

Total comments: 11

Patch Set 3 : Bitmap2Path rev3 #

Patch Set 4 : Minor span fix (getBit unreliability) and formatting. #

Total comments: 3

Patch Set 5 : Fixed span function #

Patch Set 6 : Added util files (PathUtils.<h/cpp>), cleaned up sample, added test files. #

Patch Set 7 : Added SkRegion mode to PathUtils and Test. #

Total comments: 5

Patch Set 8 : Cleaned up PathUtils.h to only contain public methods with documentation #

Patch Set 9 : Closing the book on PathUtils, waiting for plumbing to patch it in with a real font. #

Total comments: 2

Patch Set 10 : ls #

Patch Set 11 : added the bench file. #

Patch Set 12 : fixed extra brace #

Patch Set 13 : Fixed the merge issue, hopefully will patch now. #

Patch Set 14 : fixed the merge. #

Patch Set 15 : fixed trybot errors #

Patch Set 16 : fixed more trybot errors. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+496 lines, -0 lines) Patch
A bench/PathUtilsBench.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +79 lines, -0 lines 0 comments Download
M gyp/SampleApp.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gyp/bench.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gyp/tests.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gyp/utils.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -0 lines 0 comments Download
A include/utils/SkPathUtils.h View 1 2 3 4 5 6 7 8 9 1 chunk +40 lines, -0 lines 0 comments Download
A samplecode/SamplePathUtils.cpp View 1 2 3 4 5 6 7 8 1 chunk +85 lines, -0 lines 0 comments Download
A src/utils/SkPathUtils.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +150 lines, -0 lines 0 comments Download
A tests/PathUtilsTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +137 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
dierk
7 years, 6 months ago (2013-06-12 19:09:52 UTC) #1
reed1
https://codereview.chromium.org/16829003/diff/3001/samplecode/SampleBitmap2Path.cpp File samplecode/SampleBitmap2Path.cpp (right): https://codereview.chromium.org/16829003/diff/3001/samplecode/SampleBitmap2Path.cpp#newcode16 samplecode/SampleBitmap2Path.cpp:16: bool getBit( const char *buffer, any function local to ...
7 years, 6 months ago (2013-06-13 17:58:41 UTC) #2
dierk
7 years, 6 months ago (2013-06-14 17:24:32 UTC) #3
reed1
With an eye toward future tests, might use the fact that you can animate in ...
7 years, 6 months ago (2013-06-14 18:59:38 UTC) #4
dierk
7 years, 6 months ago (2013-06-14 19:37:38 UTC) #5
dierk
Uploaded a bunch of changes. One weird issue I'm having is that I can't link ...
7 years, 6 months ago (2013-06-25 18:29:04 UTC) #6
dierk
Added SkRegion mode to PathUtils and test.
7 years, 6 months ago (2013-06-26 15:38:10 UTC) #7
reed1
https://codereview.chromium.org/16829003/diff/24001/include/utils/SkPathUtils.h File include/utils/SkPathUtils.h (right): https://codereview.chromium.org/16829003/diff/24001/include/utils/SkPathUtils.h#newcode15 include/utils/SkPathUtils.h:15: //#include "SkPathOps.h" // this file can't be found Not ...
7 years, 6 months ago (2013-06-26 16:54:24 UTC) #8
dierk
I've moved everything out of the PathUtils.h file except for public methods and documentation. Doing ...
7 years, 5 months ago (2013-06-27 18:10:11 UTC) #9
dierk
7 years, 5 months ago (2013-06-28 19:04:03 UTC) #10
reed1
lgtm w/ comments https://codereview.chromium.org/16829003/diff/35001/src/utils/SkPathUtils.cpp File src/utils/SkPathUtils.cpp (right): https://codereview.chromium.org/16829003/diff/35001/src/utils/SkPathUtils.cpp#newcode151 src/utils/SkPathUtils.cpp:151: //Simplify(*path, path); // simplify the path? ...
7 years, 5 months ago (2013-06-28 19:35:34 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/dierk@google.com/16829003/35001
7 years, 5 months ago (2013-06-28 21:10:41 UTC) #12
commit-bot: I haz the power
Retried try job too often on Build-Ubuntu12-GCC-x86_64-Release-Trybot for step(s) BuildTests http://108.170.217.252:10117/buildstatus?builder=Build-Ubuntu12-GCC-x86_64-Release-Trybot&number=142
7 years, 5 months ago (2013-06-28 21:20:29 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/dierk@google.com/16829003/49001
7 years, 5 months ago (2013-06-28 21:29:41 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/dierk@google.com/16829003/56001
7 years, 5 months ago (2013-06-28 21:39:39 UTC) #15
commit-bot: I haz the power
Failed to apply patch for gyp/utils.gyp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 5 months ago (2013-06-28 21:39:46 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/dierk@google.com/16829003/56001
7 years, 5 months ago (2013-06-28 21:46:29 UTC) #17
commit-bot: I haz the power
Failed to apply patch for gyp/utils.gyp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 5 months ago (2013-06-28 21:46:31 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/dierk@google.com/16829003/56001
7 years, 5 months ago (2013-06-28 21:54:49 UTC) #19
commit-bot: I haz the power
Failed to apply patch for gyp/utils.gyp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 5 months ago (2013-06-28 21:54:51 UTC) #20
dierk
7 years, 5 months ago (2013-07-01 15:16:14 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/dierk@google.com/16829003/61001
7 years, 5 months ago (2013-07-01 15:53:14 UTC) #22
commit-bot: I haz the power
Retried try job too often on Build-Ubuntu12-GCC-x86_64-Release-Trybot for step(s) BuildBench, BuildGm, BuildMost, BuildSkiaLib, BuildTests, BuildTools ...
7 years, 5 months ago (2013-07-01 16:02:55 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/dierk@google.com/16829003/71001
7 years, 5 months ago (2013-07-01 16:05:24 UTC) #24
commit-bot: I haz the power
Retried try job too often on Build-Mac10.7-Clang-x86-Release-Trybot for step(s) BuildTests http://108.170.217.252:10117/buildstatus?builder=Build-Mac10.7-Clang-x86-Release-Trybot&number=155
7 years, 5 months ago (2013-07-01 16:15:15 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/dierk@google.com/16829003/79001
7 years, 5 months ago (2013-07-01 16:51:44 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/dierk@google.com/16829003/66002
7 years, 5 months ago (2013-07-01 16:57:24 UTC) #27
commit-bot: I haz the power
7 years, 5 months ago (2013-07-01 17:50:32 UTC) #28
Message was sent while issue was closed.
Change committed as 9843

Powered by Google App Engine
This is Rietveld 408576698