Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
2ba7f3a26cfb287c2c26918c867f14593f4dbc6d
/
src
/
ports
/
SkFontHost_mac.cpp
5922739
Revert "Revert "migrate to sk_sp for SkFontMgr API""
by Mike Reed
· 8 years ago
f40ae1a
Revert "migrate to sk_sp for SkFontMgr API"
by Mike Reed
· 8 years ago
4bf296b
migrate to sk_sp for SkFontMgr API
by Mike Reed
· 8 years ago
7028443
fix race in SkFontHost_mac.cpp
by Mike Klein
· 8 years ago
a4083c9
make most of SkColorPriv.h private
by Cary Clark
· 8 years ago
219f362
Add strikeout font metrics.
by Ben Wagner
· 8 years ago
209e4b1
Revert "Revert "SkTypeface::getAdvancedMetrics(): cleanup""
by Hal Canary
· 8 years ago
59ad782
Revert "SkTypeface::getAdvancedMetrics(): cleanup"
by Hal Canary
· 8 years ago
cef0188
SkTypeface::getAdvancedMetrics(): cleanup
by Hal Canary
· 8 years ago
342a9fa
add virtual to support CTFontRef
by Mike Reed
· 8 years ago
7575bb1
SkFontMgr::matchFamily should not crash on nullptr.
by bungeman
· 8 years ago
bc096bf
Improve variation comment for iOS.
by bungeman
· 8 years ago
266dcb0
SkTypeface:: populate_glyph_to_unicode uniformly across platforms
by Hal Canary
· 8 years ago
9aec894
Use last value for axis for variation position.
by bungeman
· 8 years ago
3e306f6
Use FontWeight symbols when available on Mac.
by bungeman
· 8 years ago
3318da5
Replace Thinkness with Thickness.
by Ben Wagner
· 8 years ago
aa3af7b
SkPDF: Always get advances at unitsPerEm.
by Hal Canary
· 8 years ago
c663905
Tell PDF on Mac when a font is a variation font.
by Ben Wagner
· 8 years ago
fc49734
Add SkTypeface::getVariationDesignPosition.
by Ben Wagner
· 8 years ago
9704329
Revert "Add SkTypeface::getVariationDesignPosition."
by Ben Wagner
· 8 years ago
0f3d0c3
Add SkTypeface::getVariationDesignPosition.
by bungeman
· 8 years ago
7d07d46
Revert "Add SkTypeface::getVariationDesignPosition."
by Ben Wagner
· 8 years ago
87e7f82
Add SkTypeface::getVariationDesignPosition.
by Ben Wagner
· 8 years ago
4ec46aa
Work around Mac x- and cap-height calculation.
by bungeman
· 8 years ago
18ec7b9
Replace kCTFontXXXOrientation with kCTFontOrientationXXX.
by bungeman
· 9 years ago
f1ef1fa
Properly create CTFontDescriptor from SkFontStyle.
by bungeman
· 9 years ago
83f1f44
SkFontHost_mac.cpp#create_descriptor to handle nullptr familyName.
by bungeman
· 9 years ago
2873c76
Decode system font weight correctly on Mac.
by bungeman
· 9 years ago
20d031a
Remove SK_LEGACY_FONTMGR_FACTORY.
by Ben Wagner
· 9 years ago
95e3c05
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 9 years ago
c456b73
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
by Kevin Lubick
· 9 years ago
a5494f1
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 9 years ago
3546ff1
Stage SkFontMgr factories to return smart pointers.
by Ben Wagner
· 9 years ago
55325b7
clean up non-ASCII comments
by Hal Canary
· 9 years ago
c292b5f
Clean up SkFontHost_Mac ownership.
by bungeman
· 9 years ago
c2ba75b
Remove Mac 10.6 - 10.8 work arounds for fonts.
by bungeman
· 9 years ago
6e9ac12
Clean up glyph id handling.
by Ben Wagner
· 9 years ago
67b39de
s/SkAutoTUnref/sk_sp/ in src/ part 1
by Hal Canary
· 9 years ago
7cfd46a
SkScalerContext to use smart pointers.
by bungeman
· 9 years ago
f8ee5b4
Mac: Remove use of deprecated font APIs
by ccameron
· 9 years ago
f93d711
SkFontData to use smart pointers.
by bungeman
· 9 years ago
606add3
Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ )
by bungeman
· 9 years ago
d8c2476
SkFontData to use smart pointers.
by bungeman
· 9 years ago
e55131c
s/invertable/invertible
by bungeman
· 9 years ago
bea9748
Add simple font fallback on Mac.
by bungeman
· 9 years ago
1f0e78d
SkScalerContextRec::computeMatrices to return status.
by bungeman
· 9 years ago
8b1d32c
SkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF takes over
by halcanary
· 9 years ago
b811378
Update typeface serialization style.
by bungeman
· 9 years ago
6e45bda
Add test for typeface style round trip.
by bungeman
· 9 years ago
f149169
Correct advances for 'monospace' fonts in PDF.
by bungeman
· 9 years ago
e3aea10
Remove user specified typeface id.
by bungeman
· 9 years ago
f8f9c07
Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ )
by mtklein
· 9 years ago
7ae1c72
Update typeface serialization style.
by bungeman
· 9 years ago
4dbbd04
SkLeanWindows.h: #include "Windows.h" fewer places
by halcanary
· 9 years ago
5a493cd
Less indentation.
by bungeman
· 9 years ago
57cd94a
SkAdvancedTypefaceMetrics: getAdvanceData uses std::function
by halcanary
· 9 years ago
e20a875
SkAdvancedTypefaceMetrics: abstract out linked list
by halcanary
· 9 years ago
ffa4a92
SkOncePtr -> SkOnce
by mtklein
· 9 years ago
959a293
Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ )
by reed
· 9 years ago
82da9a8
Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ )
by reed
· 9 years ago
7eb33da
Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ )
by reed
· 9 years ago
086eea9
Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ )
by reed
· 9 years ago
5e56cfd
SK_DECLARE_STATIC_MUTEX -> static SkMutex
by mtklein
· 9 years ago
9bd3fc7
SkOncePtr -> SkOnce
by mtklein
· 9 years ago
b4bb7d8
Add oblique as a slant.
by bungeman
· 9 years ago
82a455f
Remove requestedStyle from SkTypefaceCache.
by bungeman
· 9 years ago
ed2edab
Remove SK_VERY_LEGACY_CREATE_TYPEFACE.
by bungeman
· 9 years ago
11a77c6
Begin switch to SkFontStyle for legacy calls.
by bungeman
· 9 years ago
a9322c2
Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )"
by reed
· 9 years ago
25e0a04
Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )
by borenet
· 9 years ago
c791728
Pass effects directly to fontcache
by reed
· 9 years ago
53d5c6e
Test CTFonts for equality, not just name and style.
by bungeman
· 9 years ago
a1e8f8d
Decouple contrast boost from fake gamma.
by brianosman
· 9 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
df801aa
Remove SK_IGNORE_MAC_FONT_WEIGHT_FIX.
by bungeman
· 9 years ago
6b3eacb
Change type of SkGlyph::fAdvance[XY] to float.
by benjaminwagner
· 9 years ago
e280d06
Draw black on white for CG glyph masks.
by bungeman
· 9 years ago
18300a3
detach -> release
by mtklein
· 9 years ago
27876bc
Improve horizontal baseline detection.
by bungeman
· 9 years ago
f6c7107
Expose API for gx font variation axes.
by bungeman
· 10 years ago
5eff9e7
Implement onMatchFamilyStyle for Mac.
by bungeman
· 10 years ago
1ee7651
Start making all .cpp files compile-able on all platforms.
by mtklein
· 10 years ago
ef27ce3
Use only one CGFont/CTFont per scaler context on Mac.
by bungeman
· 10 years ago
0584631
Avoid last param to CTFontCreateWithGraphicsFont.
by bungeman
· 10 years ago
7cbeaae
Avoid CTFontCreateCopyWithAttributes.
by bungeman
· 10 years ago
4de8c3a
Revert of Avoid CTFontCreateCopyWithAttributes. (patchset #4 id:60001 of https://codereview.chromium.org/1344213004/ )
by bungeman
· 10 years ago
d329671
Avoid CTFontCreateCopyWithAttributes.
by bungeman
· 10 years ago
bbd4018
Port SkLazyFnPtr users to SkOncePtr.
by mtklein
· 10 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 10 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 10 years ago
4598fc3
Use SK_DECLARE_STATIC_MUTEX for global mutex.
by mtklein
· 10 years ago
d0f4173
add option to use global mutex-lock in mac-scalercontext
by reed
· 10 years ago
0007bde
SkAdvancedTypefaceMetrics zeroing constructor
by halcanary
· 10 years ago
1b24933
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
by mtklein
· 10 years ago
02802f6
Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/)
by jvanverth
· 10 years ago
c50acf2
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
by mtklein
· 10 years ago
6bd8d1c
Fill capHeight and maxCharWidth on Mac.
by bungeman
· 10 years ago
1b5f25c
Remove attempted bug mitigation in Mac typeface.
by bungeman
· 10 years ago
7888401
Provide tag-along for SkCreateTypefaceFromCTFont.
by bungeman
· 10 years ago
41868fe
Font variations.
by bungeman
· 10 years ago
Next »