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

Issue 298243003: floating point scale factors for images (Closed)

Created:
6 years, 7 months ago by humper
Modified:
6 years, 4 months ago
Reviewers:
bsalomon, reed1
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

floating point scale factors for images not running trybots because binary files. BUG= NOTRY=True

Patch Set 1 #

Patch Set 2 : add GM files #

Patch Set 3 : Remove unused entry point to image scaler #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -53 lines) Patch
A gm/filterindiabox.cpp View 1 1 chunk +139 lines, -0 lines 0 comments Download
M gyp/gmslides.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A resources/box.gif View 1 Binary file 0 comments Download
M src/core/SkBitmapProcState.cpp View 3 chunks +9 lines, -2 lines 0 comments Download
M src/core/SkBitmapScaler.h View 1 2 1 chunk +1 line, -19 lines 0 comments Download
M src/core/SkBitmapScaler.cpp View 1 2 9 chunks +19 lines, -32 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
humper
ptal
6 years, 7 months ago (2014-05-27 17:14:02 UTC) #1
reed1
lgtm -- waiting on Brian Following suggestions: 1. cleanly remove the remnants of dstrect (which ...
6 years, 7 months ago (2014-05-27 18:03:36 UTC) #2
bsalomon
lgtm Do we need to support fractional subpixel src rects in addition to subpixel dst ...
6 years, 7 months ago (2014-05-27 18:47:03 UTC) #3
reed1
On 2014/05/27 18:47:03, bsalomon wrote: > lgtm > > Do we need to support fractional ...
6 years, 7 months ago (2014-05-27 19:02:46 UTC) #4
reed1
On 2014/05/27 19:02:46, reed1 wrote: > On 2014/05/27 18:47:03, bsalomon wrote: > > lgtm > ...
6 years, 7 months ago (2014-05-27 19:03:02 UTC) #5
humper
The CQ bit was checked by humper@google.com
6 years, 7 months ago (2014-05-27 20:08:26 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/humper@google.com/298243003/40001
6 years, 7 months ago (2014-05-27 20:08:41 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-27 20:08:44 UTC) #8
commit-bot: I haz the power
Failed to request the patch to try. Please note that binary files are still unsupported ...
6 years, 7 months ago (2014-05-27 20:08:45 UTC) #9
epoger
The CQ bit was checked by epoger@google.com
6 years, 7 months ago (2014-05-27 20:33:38 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/humper@google.com/298243003/40001
6 years, 7 months ago (2014-05-27 20:33:57 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-27 20:34:01 UTC) #12
commit-bot: I haz the power
Failed to request the patch to try. Please note that binary files are still unsupported ...
6 years, 7 months ago (2014-05-27 20:34:01 UTC) #13
humper
The CQ bit was checked by humper@google.com
6 years, 7 months ago (2014-05-27 20:35:02 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/humper@google.com/298243003/40001
6 years, 7 months ago (2014-05-27 20:35:27 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-27 20:35:31 UTC) #16
commit-bot: I haz the power
Failed to request the patch to try. Please note that binary files are still unsupported ...
6 years, 7 months ago (2014-05-27 20:35:32 UTC) #17
humper
The CQ bit was checked by humper@google.com
6 years, 7 months ago (2014-05-27 20:37:01 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/humper@google.com/298243003/40001
6 years, 7 months ago (2014-05-27 20:37:18 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-27 20:37:22 UTC) #20
commit-bot: I haz the power
Failed to request the patch to try. Please note that binary files are still unsupported ...
6 years, 7 months ago (2014-05-27 20:37:23 UTC) #21
humper
The CQ bit was checked by humper@google.com
6 years, 7 months ago (2014-05-27 20:41:41 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/humper@google.com/298243003/40001
6 years, 7 months ago (2014-05-27 20:42:03 UTC) #23
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-27 20:42:07 UTC) #24
commit-bot: I haz the power
Failed to request the patch to try. Please note that binary files are still unsupported ...
6 years, 7 months ago (2014-05-27 20:42:08 UTC) #25
reed1
6 years, 4 months ago (2014-08-05 19:01:45 UTC) #26
Message was sent while issue was closed.
can we cons-up a test image, rather than needing this GIF? or are its contents
hard to reproduce programmatically?

Just to re-iterate my first comment: I think we should really be taking a
float-rect instead of just width/height, otherwise we are artificially forcing
top/left phase alignment.

Powered by Google App Engine
This is Rietveld 408576698