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

Issue 12988002: add virtual SkTypeface::onOpenStream and override that for fontconfig (Closed)

Created:
7 years, 9 months ago by reed1
Modified:
7 years, 9 months ago
Reviewers:
bungeman-skia
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

add virtual SkTypeface::onOpenStream and override that for fontconfig (other ports to follow) When this is complete, we will be able to remove from SkFontHost - OpenStream - GetFileName Committed: https://code.google.com/p/skia/source/detail?r=8299

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -49 lines) Patch
M trunk/include/core/SkTypeface.h View 1 2 chunks +9 lines, -0 lines 0 comments Download
M trunk/src/core/SkTypeface.cpp View 1 2 2 chunks +14 lines, -5 lines 0 comments Download
M trunk/src/ports/SkFontHost_FreeType.cpp View 6 chunks +10 lines, -13 lines 0 comments Download
M trunk/src/ports/SkFontHost_fontconfig.cpp View 4 chunks +12 lines, -31 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
reed1
7 years, 9 months ago (2013-03-21 16:01:02 UTC) #1
reed1
patch #2 adds dox for openStream()
7 years, 9 months ago (2013-03-21 18:12:41 UTC) #2
bungeman-skia
lgtm https://codereview.chromium.org/12988002/diff/1/trunk/include/core/SkTypeface.h File trunk/include/core/SkTypeface.h (right): https://codereview.chromium.org/12988002/diff/1/trunk/include/core/SkTypeface.h#newcode216 trunk/include/core/SkTypeface.h:216: virtual SkStream* onOpenStream(int* ttcIndex) const; Maybe this is ...
7 years, 9 months ago (2013-03-21 18:16:02 UTC) #3
reed1
https://codereview.chromium.org/12988002/diff/1/trunk/include/core/SkTypeface.h File trunk/include/core/SkTypeface.h (right): https://codereview.chromium.org/12988002/diff/1/trunk/include/core/SkTypeface.h#newcode216 trunk/include/core/SkTypeface.h:216: virtual SkStream* onOpenStream(int* ttcIndex) const; On 2013/03/21 18:16:02, bungeman1 ...
7 years, 9 months ago (2013-03-21 18:18:08 UTC) #4
reed1
7 years, 9 months ago (2013-03-21 18:22:06 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r8299 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698