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

Issue 12220123: Adds a function computing image color covariance. (Closed)

Created:
7 years, 10 months ago by motek.
Modified:
7 years, 10 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Adds a function computing image color covariance on an SkBitmap. BUG=155269 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182163

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed the reviewer's remarks. #

Total comments: 2

Patch Set 3 : Addressed skia-use remarks. #

Total comments: 2

Patch Set 4 : Addressed a performance remark. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -0 lines) Patch
M ui/gfx/color_analysis.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M ui/gfx/color_analysis.cc View 1 2 3 2 chunks +68 lines, -0 lines 0 comments Download
M ui/gfx/color_analysis_unittest.cc View 2 chunks +36 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
motek.
7 years, 10 months ago (2013-02-12 18:45:27 UTC) #1
motek.
A function computing color covariance on an SKBitmap. BUG=155269
7 years, 10 months ago (2013-02-12 18:46:37 UTC) #2
Alexei Svitkine (slow)
+reed to review the Skia API use LGTM with nits from me, but please wait ...
7 years, 10 months ago (2013-02-12 19:19:29 UTC) #3
motek.
Addressed nits, waiting for the rest. https://chromiumcodereview.appspot.com/12220123/diff/1/ui/gfx/color_analysis.cc File ui/gfx/color_analysis.cc (right): https://chromiumcodereview.appspot.com/12220123/diff/1/ui/gfx/color_analysis.cc#newcode413 ui/gfx/color_analysis.cc:413: int pixel_width = ...
7 years, 10 months ago (2013-02-12 19:28:56 UTC) #4
reed1
https://chromiumcodereview.appspot.com/12220123/diff/7001/ui/gfx/color_analysis.cc File ui/gfx/color_analysis.cc (right): https://chromiumcodereview.appspot.com/12220123/diff/7001/ui/gfx/color_analysis.cc#newcode423 ui/gfx/color_analysis.cc:423: for (int y = 0; y < bitmap.height(); ++y) ...
7 years, 10 months ago (2013-02-12 19:34:51 UTC) #5
motek.
https://chromiumcodereview.appspot.com/12220123/diff/7001/ui/gfx/color_analysis.cc File ui/gfx/color_analysis.cc (right): https://chromiumcodereview.appspot.com/12220123/diff/7001/ui/gfx/color_analysis.cc#newcode423 ui/gfx/color_analysis.cc:423: for (int y = 0; y < bitmap.height(); ++y) ...
7 years, 10 months ago (2013-02-12 19:58:13 UTC) #6
reed1
lgtm w/ performance comment. https://chromiumcodereview.appspot.com/12220123/diff/3002/ui/gfx/color_analysis.cc File ui/gfx/color_analysis.cc (right): https://chromiumcodereview.appspot.com/12220123/diff/3002/ui/gfx/color_analysis.cc#newcode422 ui/gfx/color_analysis.cc:422: Performance note: perhaps the inner ...
7 years, 10 months ago (2013-02-12 20:08:15 UTC) #7
motek.
Applied the suggestion. Now that I got 2 LGTMs I am about to click 'commit' ...
7 years, 10 months ago (2013-02-12 22:18:42 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/motek@chromium.org/12220123/12002
7 years, 10 months ago (2013-02-12 22:45:34 UTC) #9
commit-bot: I haz the power
7 years, 10 months ago (2013-02-13 08:21:48 UTC) #10
Message was sent while issue was closed.
Change committed as 182163

Powered by Google App Engine
This is Rietveld 408576698