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

Issue 1841123002: Reverse dependency between SkScalar.h and SkFixed.h (Closed)

Created:
4 years, 8 months ago by dogben
Modified:
4 years, 8 months ago
Reviewers:
reed1
CC:
jcgregorio, mtklein, reviews_skia.org
Base URL:
https://skia.googlesource.com/skia@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Reverse dependency between SkScalar.h and SkFixed.h. The following are unused in Chromium, Android, Mozilla, and Google3: - SkFixedToScalar - SkScalarToFixed The following are additionally unused in Skia: - SkStrAppendFixed - SkWriteBuffer::writeFixed BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1841123002 Committed: https://skia.googlesource.com/skia/+/6c71e0a065c2eb32139682bb1ca1cbbeb02ebcb9

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -77 lines) Patch
M bench/InterpBench.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M bench/MathBench.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkScalar.h View 3 chunks +0 lines, -7 lines 0 comments Download
M include/core/SkString.h View 1 chunk +0 lines, -1 line 0 comments Download
M include/core/SkWriteBuffer.h View 1 chunk +0 lines, -1 line 0 comments Download
M include/private/SkFixed.h View 2 chunks +15 lines, -0 lines 0 comments Download
M include/utils/SkRandom.h View 1 chunk +1 line, -0 lines 0 comments Download
M samplecode/SamplePath.cpp View 1 chunk +0 lines, -11 lines 0 comments Download
M src/core/SkFDot6.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkFontDescriptor.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkLinearBitmapPipeline_sample.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkMath.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkPerspIter.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkReadBuffer.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/core/SkReadBuffer.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M src/core/SkScan.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkString.cpp View 2 chunks +0 lines, -39 lines 0 comments Download
M src/core/SkValidatingReadBuffer.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/core/SkValidatingReadBuffer.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M src/core/SkWriteBuffer.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M src/effects/GrCircleBlurFragmentProcessor.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M src/effects/SkDiscretePathEffect.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M src/effects/SkEmbossMask.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/effects/SkTableMaskFilter.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M src/fonts/SkTestScalerContext.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrGlyph.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ports/SkFontMgr_android_parser.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/utils/SkInterpolator.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M tests/FontMgrAndroidParserTest.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M tests/MathTest.cpp View 1 chunk +1 line, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 27 (15 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841123002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841123002/1
4 years, 8 months ago (2016-03-29 18:12:34 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-29 18:23:26 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841123002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841123002/20001
4 years, 8 months ago (2016-03-29 22:57:28 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-29 23:07:59 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841123002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841123002/60001
4 years, 8 months ago (2016-03-31 20:45:27 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-01 11:50:29 UTC) #19
dogben
reed, PTAL due to API changes. (These APIs are not currently used.)
4 years, 8 months ago (2016-04-07 14:51:21 UTC) #20
reed1
do we really need it in include at all, and not in src/core ?
4 years, 8 months ago (2016-04-07 15:11:47 UTC) #21
dogben
On 2016/04/07 at 15:11:47, reed wrote: > do we really need it in include at ...
4 years, 8 months ago (2016-04-07 15:24:06 UTC) #22
reed1
api lgtm later I'd be curious if we can move it to src/core
4 years, 8 months ago (2016-04-07 15:29:47 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841123002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841123002/60001
4 years, 8 months ago (2016-04-07 15:34:37 UTC) #25
commit-bot: I haz the power
4 years, 8 months ago (2016-04-07 15:49:37 UTC) #27
Message was sent while issue was closed.
Committed patchset #1 (id:60001) as
https://skia.googlesource.com/skia/+/6c71e0a065c2eb32139682bb1ca1cbbeb02ebcb9

Powered by Google App Engine
This is Rietveld 408576698