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

Issue 729973004: add runtime config option to retain stream for custom typefaces (Closed)

Created:
6 years, 1 month ago by humper
Modified:
6 years, 1 month ago
Reviewers:
bungeman-skia, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

add runtime config option to retain stream for custom typefaces BUG=skia: Committed: https://skia.googlesource.com/skia/+/ad5e9a53270b96dcbfc9aa678c91157407058449

Patch Set 1 #

Total comments: 4

Patch Set 2 : actually pass the path to the stream constructor #

Total comments: 3

Patch Set 3 : Ben comments" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -1 line) Patch
M src/ports/SkFontHost_linux.cpp View 1 2 4 chunks +15 lines, -1 line 0 comments Download

Messages

Total messages: 15 (4 generated)
humper
ptal
6 years, 1 month ago (2014-11-17 21:31:15 UTC) #2
humper
On 2014/11/17 21:31:15, humper wrote: > ptal ping
6 years, 1 month ago (2014-11-18 20:45:53 UTC) #3
reed1
https://codereview.chromium.org/729973004/diff/1/src/ports/SkFontHost_linux.cpp File src/ports/SkFontHost_linux.cpp (right): https://codereview.chromium.org/729973004/diff/1/src/ports/SkFontHost_linux.cpp#newcode122 src/ports/SkFontHost_linux.cpp:122: fStream = SkStream::NewFromFile(); do we need to pass (path) ...
6 years, 1 month ago (2014-11-19 13:58:17 UTC) #5
reed1
meta: could we also support the feature by just passing some flag to the factory ...
6 years, 1 month ago (2014-11-19 14:00:29 UTC) #6
humper
On 2014/11/19 14:00:29, reed1 wrote: > meta: could we also support the feature by just ...
6 years, 1 month ago (2014-11-19 14:02:45 UTC) #7
humper
https://codereview.chromium.org/729973004/diff/1/src/ports/SkFontHost_linux.cpp File src/ports/SkFontHost_linux.cpp (right): https://codereview.chromium.org/729973004/diff/1/src/ports/SkFontHost_linux.cpp#newcode122 src/ports/SkFontHost_linux.cpp:122: fStream = SkStream::NewFromFile(); On 2014/11/19 13:58:16, reed1 wrote: > ...
6 years, 1 month ago (2014-11-19 14:02:53 UTC) #8
bungeman-skia
https://codereview.chromium.org/729973004/diff/20001/src/ports/SkFontHost_linux.cpp File src/ports/SkFontHost_linux.cpp (right): https://codereview.chromium.org/729973004/diff/20001/src/ports/SkFontHost_linux.cpp#newcode119 src/ports/SkFontHost_linux.cpp:119: , fStream(NULL) I prefer the form , fStream(c_CustomTypefaceRetain ? ...
6 years, 1 month ago (2014-11-19 15:14:14 UTC) #10
humper
On 2014/11/19 15:14:14, bungeman1 wrote: > https://codereview.chromium.org/729973004/diff/20001/src/ports/SkFontHost_linux.cpp > File src/ports/SkFontHost_linux.cpp (right): > > https://codereview.chromium.org/729973004/diff/20001/src/ports/SkFontHost_linux.cpp#newcode119 > ...
6 years, 1 month ago (2014-11-19 15:45:58 UTC) #11
bungeman-skia
lgtm
6 years, 1 month ago (2014-11-19 16:22:26 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/729973004/20002
6 years, 1 month ago (2014-11-19 16:23:16 UTC) #14
commit-bot: I haz the power
6 years, 1 month ago (2014-11-19 16:32:29 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:20002) as
https://skia.googlesource.com/skia/+/ad5e9a53270b96dcbfc9aa678c91157407058449

Powered by Google App Engine
This is Rietveld 408576698