Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
ed9b1f1c1ede0b9b35a723d67435ab190d661b3d
/
src
/
ports
7f36405
Remove SkMin32/SkMax32
by Brian Osman
· 5 years ago
c9b06ca
Remove CGFontRef parameter from SkMakeTypefaceFromCTFont
by Dominik Röttsches
· 5 years ago
a2a0c8a
extract font from run
by Mike Reed
· 5 years ago
f33dcc2
Preserve FcConfig in SkFontConfigInterface_direct methods.
by Ben Wagner
· 5 years ago
9ae6732
Update font descriptor selection workaround
by Alan Screen
· 5 years ago
d5eebba
Fix 'trak' and system variable fonts on macOS.
by Ben Wagner
· 5 years ago
3dbc701
Turn off automatic application of 'trak' on macOS.
by Ben Wagner
· 5 years ago
ab51c2c
Add more variation support on Mac.
by Ben Wagner
· 5 years ago
f46d5ca
use std::make_unique
by Mike Klein
· 5 years ago
c96f510
Reland "Replace CGFontCreate with CTFontManagerCreate."
by Ben Wagner
· 5 years ago
64331db
Revert "Replace CGFontCreate with CTFontManagerCreate."
by Ben Wagner
· 5 years ago
f1d4f00
Replace CGFontCreate with CTFontManagerCreate.
by Ben Wagner
· 5 years ago
59f991a
Set fixed pitch bit in DirectWrite port.
by Ben Wagner
· 5 years ago
e678b79
Remove use of kCTFontOpticalSizeAttribute
by Ben Wagner
· 5 years ago
2e4a8eb
Track and force opsz axis on Mac.
by Ben Wagner
· 5 years ago
4d0fe38
Pre-flight SkTLS_pthread changes for C++17
by Mike Klein
· 5 years ago
2e1381e
Don't keep "outResultsFile" open in nanobench
by Chris Dalton
· 5 years ago
8c1cb1c
Remove unused transform parameter of ctfont_create_exact_copy
by Dominik Röttsches
· 5 years ago
3b5e8ab
Revert "Hold onto FcConfig in SkFontConfigInterface_direct."
by Ben Wagner
· 5 years ago
35e0a58
Hold onto FcConfig in SkFontConfigInterface_direct.
by Ben Wagner
· 5 years ago
89e1f60
Improve implementations of copyTable.
by Ben Wagner
· 5 years ago
61887c7
[canvaskit] Create SkFontMgr from passed in data
by Kevin Lubick
· 5 years ago
11eae3d
Basic changes to get XPS drawing text.
by Ben Wagner
· 5 years ago
92b3335
more rect api simplifications
by Mike Reed
· 5 years ago
cd111cd
Simplify gdi handle use with gdi fonts.
by Ben Wagner
· 5 years ago
723a877
Make SkFunctionWrapper a better wrapper.
by Ben Wagner
· 5 years ago
9c73e3d
Turn off -Wreturn-std-move-in-c++11
by Brian Salomon
· 5 years ago
6cb6a07
Use COM_DECLSPEC_NOTHROW STDMETHODIMP
by Ben Wagner
· 5 years ago
74c19de
Add SkUNREACHABLE to definition of SK_ABORT.
by Brian Salomon
· 5 years ago
bd59ba2
Correctly write out variable position.
by Ben Wagner
· 5 years ago
c133053
[fuchsia] Migrate SkFontMgr_fuchsia to approved fuchsia.fonts FIDL API
by Konstantin Pozin
· 5 years ago
06eacf4
Add new SkImageFilters factory API
by Michael Ludwig
· 5 years ago
c711a86
Combine erode and dilate implementations
by Michael Ludwig
· 5 years ago
38037fb
[fuchsia] Update for new FIDL API
by Ian McKellar
· 5 years ago
7916eac
Fix potential use of uninitialized data in with GDI.
by Ben Wagner
· 5 years ago
d668f7f
Hide SkImageFilter subclasses in CPP files
by Michael Ludwig
· 5 years ago
52337de
re-run tools/rewrite_includes.py
by Mike Klein
· 5 years ago
6d907fa
add copytable method to typefaces
by Mike Reed
· 6 years ago
793818b
Make all SkGlyph fields private
by Herb Derby
· 6 years ago
9b06f21
Add API for glyph image data
by Herb Derby
· 6 years ago
3fd3cc9
runtime shaders
by Mike Reed
· 6 years ago
8755b74
Remove SK_IGNORE_MAC_BLENDING_MATCH_FIX.
by Ben Wagner
· 6 years ago
c662812
Correctly call SkFontMgr_DirectWrite constructor.
by Ben Wagner
· 6 years ago
9c71e7b
Remove all global mutexes
by Herb Derby
· 6 years ago
3721688
Make fMaskFormate private
by Herb Derby
· 6 years ago
40d9c51
Fix font creation lost style on Mac
by Mike Reed
· 6 years ago
6421783
Use DirectWrite for default font.
by Ben Wagner
· 6 years ago
30e918d
Revert "Use DirectWrite for default font."
by Ben Wagner
· 6 years ago
375a953
Use DirectWrite for default font.
by Ben Wagner
· 6 years ago
a541db4d
Add test of char to glyph round tripping.
by Ben Wagner
· 6 years ago
e63b01b
SkTypeface_mac/SkPDF codepoints out of BMP
by Hal Canary
· 6 years ago
ab6eefe
Move SkLeanWindows.h to src.
by Ben Wagner
· 6 years ago
8bd6e8f
Move SkTSearch.h into src.
by Ben Wagner
· 6 years ago
209ebc0
Add thread annotations to SkSharedMutex
by Herb Derby
· 6 years ago
01eaf17
Remove global mutex around CG
by Herb Derby
· 6 years ago
9b86955
Add thread safety annotations for SkMutex
by Herb Derby
· 6 years ago
5785e4a
Use SkFontHinting instead of macros.
by Ben Wagner
· 6 years ago
7f28e0b
Mac slight hinting to be normal instead of none.
by Ben Wagner
· 6 years ago
c752054
Use linear metrics with new FreeType light autohint.
by Ben Wagner
· 6 years ago
f460eee
Use linear metrics flag for linear metrics.
by Ben Wagner
· 6 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
361a640
change colormatrixfilter to be 0...1 for translate
by Mike Reed
· 6 years ago
b07e9a8
use char-to-glyph cache in freetype typeface
by Mike Reed
· 6 years ago
2c2240f
Make more SkTypeface virtuals pure.
by Ben Wagner
· 6 years ago
64670cb
Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"
by Mike Reed
· 6 years ago
33906ad
Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input""
by Robert Phillips
· 6 years ago
652b007a
Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input""
by Mike Reed
· 6 years ago
70ed05e
Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"
by Mike Reed
· 6 years ago
fde841d
Simplify SkTypeface::charsToGlyphs API to require UTF32 input
by Mike Reed
· 6 years ago
0a8da21
Remove generateCharFromGlyph and charToGlyphID.
by Ben Wagner
· 6 years ago
990bfc7
Convert SkGlyph::toMask() to SkGlyph::mask()
by Herb Derby
· 6 years ago
25e371f
Make SkFontMgr_fontconfig respect the sysroot.
by Ben Wagner
· 6 years ago
e3f17b9
remove SkMixer, since we have explicit lerps/blends in SkShader
by Mike Reed
· 6 years ago
c8bea7d
New factories for SkShaders
by Mike Reed
· 6 years ago
3571169
Fix SkTypeface_Mac::getGlyphToUnicodeMap
by Hal Canary
· 6 years ago
f16e074
Fix some more Metal and iOS leaks
by Jim Van Verth
· 6 years ago
9b2c4e9
remove double compose: lerp and mode
by Mike Reed
· 6 years ago
f23ff10
Cache data stream for CG typefaces.
by Ben Wagner
· 6 years ago
3e0141a
quiet down SkFontHost_FreeType debug logs
by Mike Klein
· 6 years ago
c723b70
Initial add SkMixers
by Mike Reed
· 6 years ago
e938c92
Remove SkToSRGBColorFilter (now unused)
by Brian Osman
· 6 years ago
68efb21
Clarify ownership of typefaces in implementation.
by Ben Wagner
· 6 years ago
c025aa9
Adjust luminance gamma for Mac.
by Ben Wagner
· 6 years ago
947e5e4
Clean up SkFontMgr_fuchsia.cpp after FIDL API change
by Ian McKellar
· 6 years ago
ff84d8a
SkTypeface::openStream to return smart pointer.
by Ben Wagner
· 6 years ago
4212a7d
SkTypeface::onOpenStream to return unique_ptr.
by Ben Wagner
· 6 years ago
86c9c95
Compare to the correct hinting.
by Ben Wagner
· 6 years ago
b1beba5
Make SkFontConfigInterface_direct and sysroot-aware
by Tom Anderson
· 6 years ago
10f3c40
Don't respect FontConfig matrix for bitmap fonts.
by Ben Wagner
· 6 years ago
0e83da8
turn on -Wextra-semi-stmt on Windows
by Mike Klein
· 6 years ago
79ac508
Extend GetAlphaTextureBounds workaround.
by Ben Wagner
· 6 years ago
50ea3c0
Add support for MSVC run-time checks (and control flow guard)
by Brian Osman
· 6 years ago
77f94ea
Move more utils into SkFontPriv, IWYU
by Mike Reed
· 6 years ago
f738d42
hide SkPaint::getFlags/setFlags, use bool acessors instead
by Mike Reed
· 6 years ago
096a639
Update SkFontMgr_fuchsia.cpp for new FIDL API
by Ian McKellar
· 6 years ago
65528ab
don't use paint to perform char-to-glyph
by Mike Reed
· 6 years ago
7db91db
Adding include guards to two headers that could be multiply included
by Daniel Bratell
· 6 years ago
16d00ee
CG smoothing implies gamma blit.
by Ben Wagner
· 6 years ago
f3babcd
Reland "Add SkFontMgr implementation for Fuchsia"
by Sergey Ulanov
· 6 years ago
e6b5b71
Revert "Add SkFontMgr implementation for Fuchsia"
by Mike Reed
· 6 years ago
Next »