Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
689d02d4b480289aacaeb2da83b93d733cdfcb0f
/
src
/
ports
03cd6e6
Avoid serializing to 'typ1' on Mac.
by Ben Wagner
· 7 years ago
4123223
add TrimPathEffect
by Mike Reed
· 7 years ago
ee08b4a
SkString: remove externally unused ::setUTF16() from API
by Hal Canary
· 7 years ago
2d0e124
SkString: fix ::setUTF16
by Hal Canary
· 7 years ago
5423f1f
Correct font metrics, bitmap glyph metrics and underline.
by Ben Wagner
· 7 years ago
2416f96
Add 2 fuzz targets for image decoding (oss-fuzz)
by Kevin Lubick
· 7 years ago
2bcd843
SkFontHost_FreeType: better debugging info
by Hal Canary
· 7 years ago
8f11d4d
eliminate SK_BUILD_FOR_WIN32
by Mike Klein
· 7 years ago
20dc672
compose and combine maskfilters
by Mike Reed
· 7 years ago
8ad91a9
remove unused SkRasterizer
by Mike Reed
· 7 years ago
6e87eee
add shadermaskfilter
by Mike Reed
· 7 years ago
d5e4d85
Fix file loading from bundles on iOS
by Brian Osman
· 7 years ago
54f20e0
Fix invalid switch in FuzzCanvas
by Kevin Lubick
· 7 years ago
d23d8d1
remove guarded old malloc code
by Mike Reed
· 7 years ago
8dc8dbc
begin cleanup of malloc porting layer
by Mike Reed
· 7 years ago
4284613
Enable conditional-uninitialized flag
by Kevin Lubick
· 7 years ago
7edde23
don't include SkMalloc.h from SkTypes.h
by Mike Reed
· 7 years ago
6613cc5
GOOGLE3 -> SK_BUILD_FOR_GOOGLE3
by Mike Klein
· 7 years ago
1ef8094
turn on extended Clang warnings on Windows too
by Chris Dalton
· 7 years ago
329c5a6
Bundle resources and skps directories into iOS app.
by Jim Van Verth
· 7 years ago
0c5fdcb
streamline GDI bots
by Mike Klein
· 7 years ago
a865d25
Windows GDI Typeface: set NotEmbeddable_FontFlag same as other backends.
by Hal Canary
· 7 years ago
4a851ca
SkTypeface_win_dw, SkTypeface_Mac: set NotEmbeddable_FontFlag
by Hal Canary
· 7 years ago
0cbc10f
Make SkImageGeneratorCG apply encoded origin
by Leon Scroggins III
· 7 years ago
3e45a2f
Directly use SkScalerContextRec.
by Ben Wagner
· 7 years ago
e7ac58c
Remove SK_IGNORE_SUBPIXEL_HINTING_FIX.
by Ben Wagner
· 7 years ago
2d6b393
Remove subpixel positioning implies no bytecode hinting.
by Ben Wagner
· 7 years ago
0341f16
replace gInited with SkOnce
by Mike Klein
· 7 years ago
7a0248f
Compute inverse gamma table at compile time.
by Ben Wagner
· 7 years ago
ce4a389
remove dead code -- older than min picture version
by Mike Reed
· 7 years ago
1700baf
Add include guard to SkFontConfigInterface.h
by Ben Wagner
· 7 years ago
d94e00c
abort if glyph metrics fall outside safe rect
by Mike Klein
· 7 years ago
5922739
Revert "Revert "migrate to sk_sp for SkFontMgr API""
by Mike Reed
· 7 years ago
f40ae1a
Revert "migrate to sk_sp for SkFontMgr API"
by Mike Reed
· 7 years ago
4bf296b
migrate to sk_sp for SkFontMgr API
by Mike Reed
· 7 years ago
0ca2146
remove dead code for STREAM_API
by Mike Reed
· 7 years ago
4f6fc83
Fix float-cast-overflow in SkTypeface_FreeType::onGetAdvancedMetrics
by Ben Wagner
· 7 years ago
7028443
fix race in SkFontHost_mac.cpp
by Mike Klein
· 7 years ago
e903449
remove sk_mkdir: error 17 creating dir
by Mike Klein
· 7 years ago
98c5d92
Revert "Revert "use unique_ptr for stream api""
by Mike Reed
· 7 years ago
7031b24
Revert "use unique_ptr for stream api"
by Mike Reed
· 7 years ago
49f1f34
use unique_ptr for stream api
by Mike Reed
· 7 years ago
a4083c9
make most of SkColorPriv.h private
by Cary Clark
· 7 years ago
a93a14a
Convert NULL and 0 to nullptr.
by Ben Wagner
· 7 years ago
4189d1b
Add SK_API to SkOverdrawCanvas and SkOverdrawColorFilter.
by Sadrul Habib Chowdhury
· 7 years ago
7ca9a74
Remove uses of sk_throw.
by Ben Wagner
· 7 years ago
b4aab9a
Replace SkFAIL with SK_ABORT.
by Ben Wagner
· 7 years ago
aee878d
Move lang to list in Android font manager.
by Ben Wagner
· 7 years ago
ddfd2a6
Use kLow_SkFilterQuality in generateGlyphImage
by Robert Phillips
· 7 years ago
423d163
Revert "Remove subpixel positioning implies no bytecode hinting."
by Ben Wagner
· 7 years ago
8807680
Remove subpixel positioning implies no bytecode hinting.
by Ben Wagner
· 7 years ago
6dd8cf1
Remove SkLightingShader and associated classes
by Robert Phillips
· 7 years ago
35ee0e0
clean up useage of SkFloatBits
by Mike Reed
· 7 years ago
c722f79
clang on windows support
by Mike Klein
· 7 years ago
ce3f44a
Don't re-enter mutex in SkFontMgr_fontconfig.
by Ben Wagner
· 7 years ago
205c69d
implement serialization for tosrgb
by Mike Reed
· 7 years ago
40e7e65
remove (unused?) arcto patheffect
by Mike Reed
· 7 years ago
219f362
Add strikeout font metrics.
by Ben Wagner
· 7 years ago
cae60da
Add aliases mapping Windows CJ fonts to Noto Serif CJK
by Jungshik Shin
· 7 years ago
3223e27
SkTypeface: fix non-determinism on AdvacedMetrics
by Hal Canary
· 7 years ago
c3aef18
Load FreeType glyph bitmap before emboldening.
by Ben Wagner
· 8 years ago
6cdb5f2
Clip FreeType glyph bitmap to mask.
by Ben Wagner
· 8 years ago
44eb6d9
remove SkImageEncoder_none.cpp
by Hal Canary
· 8 years ago
8d3f443
SkXfermode no longer needs to e a flattenable
by Mike Reed
· 8 years ago
bb3f562
Revert "Revert "Delete SkGaussianEdgeShader""
by Florin Malita
· 8 years ago
9d14f93
Revert "Delete SkGaussianEdgeShader"
by Florin Malita
· 8 years ago
64790a3
Delete SkGaussianEdgeShader
by Florin Malita
· 8 years ago
76f7062
move all details for dashing into impl
by Mike Reed
· 8 years ago
564ad05
Revert "sk_fgetsize to not use ftell."
by Leon Scroggins
· 8 years ago
14d54c2
Hide SkPerlinNoiseShader impl details
by Florin Malita
· 8 years ago
ebb1b5c
Add new SkImageGenerator::getPixels() API, deprecate the old
by Matt Sarett
· 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
68b8e3d
Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag""
by Matt Sarett
· 8 years ago
0122af0
Revert "Delete copyTo(Allocator), hide copyTo() behind flag"
by Matt Sarett
· 8 years ago
d4a338f
Delete copyTo(Allocator), hide copyTo() behind flag
by Matt Sarett
· 8 years ago
2feb796
Finish removing GrContext param from onRefEncodedData
by Brian Osman
· 8 years ago
21c1313
Remove SK_IGNORE_GASP_VERSION_CHECK.
by Ben Wagner
· 8 years ago
4785897
Remove compressed texture support from cacherator
by Brian Osman
· 8 years ago
bc096bf
Improve variation comment for iOS.
by bungeman
· 8 years ago
42a2a20
Only respect version 1 gasp tables for symmetric.
by Ben Wagner
· 8 years ago
9f59134
Symmetric rendering when >20px with DirectWrite.
by Ben Wagner
· 8 years ago
1f5f6b8
Fix advances for aliased text with DirectWrite.
by Ben Wagner
· 8 years ago
f1bc5e8
Set the kMultiMaster_FontFlag in DirectWrite.
by Ben Wagner
· 8 years ago
266dcb0
SkTypeface:: populate_glyph_to_unicode uniformly across platforms
by Hal Canary
· 8 years ago
3390cdf
SkTypeface_win_dw: populate_glyph_to_unicode uses lowest unichar
by Hal Canary
· 8 years ago
ea07652
Use the rounded text size for gasp.
by Ben Wagner
· 8 years ago
b1f7653
Use the rounded text size for gasp.
by Ben Wagner
· 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
2f3db61
Remove SK_IGNORE_DW_GRAY_FIX.
by Ben Wagner
· 8 years ago
56ea77a
Implement SkBlurDrawLooper with SkLayerDrawLooper
by Matt Sarett
· 8 years ago
a2cedff
Fix gaussianedge GM
by Robert Phillips
· 8 years ago
b338484
quiet some annoying logging in unit tests
by Mike Klein
· 8 years ago
b549cc3
Change SkMemory to the more accurately named SkMalloc.
by Herb Derby
· 8 years ago
3318da5
Replace Thinkness with Thickness.
by Ben Wagner
· 8 years ago
d3b6597
Mark overridden destructors with 'override' and remove 'virtual'
by Brian Salomon
· 8 years ago
Next »