Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
1517224346e9e3e017401ec3f92bf30d98e5e995
/
src
/
ports
2873c76
Decode system font weight correctly on Mac.
by bungeman
· 8 years ago
20d031a
Remove SK_LEGACY_FONTMGR_FACTORY.
by Ben Wagner
· 8 years ago
95e3c05
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 8 years ago
c456b73
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
by Kevin Lubick
· 8 years ago
a5494f1
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 8 years ago
0ab977f
Remove SkUseTestFontConfigFile.
by Ben Wagner
· 8 years ago
89cb821
Separate SkArithmeticImageFilter from SkXfermodeImageFilter.
by Brian Salomon
· 8 years ago
3546ff1
Stage SkFontMgr factories to return smart pointers.
by Ben Wagner
· 8 years ago
55325b7
clean up non-ASCII comments
by Hal Canary
· 8 years ago
c292b5f
Clean up SkFontHost_Mac ownership.
by bungeman
· 8 years ago
1e86044d
Mark CG and WIC images as srgb
by Matt Sarett
· 8 years ago
c2ba75b
Remove Mac 10.6 - 10.8 work arounds for fonts.
by bungeman
· 8 years ago
df8599a
remove SK_SUPPORT_LEGACY_REFENCODEDDATA_NOCTX flag
by Mike Reed
· 8 years ago
fd87be8
hide emboss from everyone (except android for now)
by Mike Reed
· 8 years ago
52ab2f5
Use FT_LOAD_BITMAP_METRICS_ONLY flag
by Seigo Nonaka
· 8 years ago
1fcc404
SkEncodeImage: no more link-time registration
by Hal Canary
· 8 years ago
db68301
SkImageEncoder: simplify API
by Hal Canary
· 8 years ago
030cbd5
Add SkOverdrawColorFilter
by Matt Sarett
· 8 years ago
a2b4bdc
Revert 248ff023 & 2cb6cb72
by Hal Canary
· 8 years ago
248ff02
SkImageEncoder: simplify API
by Hal Canary
· 8 years ago
6e9ac12
Clean up glyph id handling.
by Ben Wagner
· 8 years ago
2512db2
Check and report FreeType error.
by Ben Wagner
· 8 years ago
bf111d7
Move SkOSPath out of include/core.
by Ben Wagner
· 8 years ago
67b39de
s/SkAutoTUnref/sk_sp/ in src/ part 1
by Hal Canary
· 8 years ago
c05b2bf
Clarify onCreateScalerContext failure modes.
by Ben Wagner
· 8 years ago
145dbcd
Remove SkAutoTDelete.
by Ben Wagner
· 8 years ago
7ecc596
Remove SkAutoTDeleteArray
by Ben Wagner
· 8 years ago
6fe16d3
Remove SkMovie and giflib
by scroggo
· 8 years ago
6bd5284
Remove SkAutoTUnref and SkAutoTDelete from public includes.
by bungeman
· 8 years ago
54cfe41
Remove SkRRectsGaussianEdgeShader
by Robert Phillips
· 8 years ago
7cfd46a
SkScalerContext to use smart pointers.
by bungeman
· 8 years ago
a29a956
Add SkRRectsGaussianEdgeMaskFilter
by Robert Phillips
· 8 years ago
1c7805b
Remove restrictive format pattern for Fontconfig matching
by drott
· 8 years ago
f8ee5b4
Mac: Remove use of deprecated font APIs
by ccameron
· 8 years ago
95ea469
Remove SkFontConfigInterface_direct_google3.
by Ben Wagner
· 8 years ago
fc6c37b
Remove stray semicolons.
by Mike Klein
· 8 years ago
403d154
Revert "Revert "replace Arithmetic xfermode with imagefilter""
by Mike Reed
· 8 years ago
10ff5bf
Revert "replace Arithmetic xfermode with imagefilter"
by Mike Reed
· 8 years ago
0530c88
replace Arithmetic xfermode with imagefilter
by Mike Reed
· 8 years ago
667a007
change SkXfermodeImageFilter to carry no impl information
by Mike Reed
· 8 years ago
5f54434
Remove assert that current color is never used.
by bungeman
· 8 years ago
415a14d
Clean up dead code.
by mtklein
· 8 years ago
67ba29c
Fix memory leaks reported by clang static analyzer.
by sdefresne
· 8 years ago
4d450d2
Remove SK_ADDING_src_ports_SkFontConfigInterface_cpp
by bungeman
· 8 years ago
388127f
Fix a memory leak reported by clang static analyzer.
by sdefresne
· 8 years ago
1ae0e01
Split SkFontConfigInterface globals and factory.
by bungeman
· 8 years ago
875b8f6
Sane use of FcPatternGetXXX in SkFontConfigInterface.
by bungeman
· 8 years ago
f93d711
SkFontData to use smart pointers.
by bungeman
· 8 years ago
606add3
Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ )
by bungeman
· 8 years ago
d8c2476
SkFontData to use smart pointers.
by bungeman
· 8 years ago
0b77582
Simulated fonts aren't TrueType fonts.
by bungeman
· 8 years ago
5f1d0f6
SkPDF: SkTypeface_FreeType ToUnicode table improvement.
by halcanary
· 8 years ago
2af83ac
Add shader-based GaussianEdgeShader for reveal case
by robertphillips
· 8 years ago
42943c8
change SkStreams to work with sk_sp<SkData> instead of SkData*
by reed
· 8 years ago
05a4cf5
Add GM/slide to simulate Android-style reveal clip
by robertphillips
· 8 years ago
62e9b14
Revert of Add GM/slide to simulate Android-style reveal clip (patchset #6 id:100001 of https://codereview.chromium.org/2316593003/ )
by robertphillips
· 8 years ago
ffac5c4
Add GM/slide to simulate Android-style reveal clip
by robertphillips
· 8 years ago
4bb029c
SkFontMgr_FontConfigInterface create typeface from FontParameters.
by bungeman
· 8 years ago
358f93d
Restrict supported font formats in Chrome context
by drott
· 8 years ago
22cffca
SkOSFile instead of dirent in android font parser.
by bungeman
· 8 years ago
e55131c
s/invertable/invertible
by bungeman
· 8 years ago
bea9748
Add simple font fallback on Mac.
by bungeman
· 8 years ago
1f0e78d
SkScalerContextRec::computeMatrices to return status.
by bungeman
· 8 years ago
e1e5c74
Moving SkBlurImageFilter into core
by vjiaoblack
· 8 years ago
2a57f2f
Revert of Moving SkBlurImageFilter into core (patchset #9 id:160001 of https://codereview.chromium.org/2255803003/ )
by bungeman
· 8 years ago
a97a1ab
Moving SkBlurImageFilter into core
by vjiaoblack
· 8 years ago
a90dcf7
Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ )
by vjiaoblack
· 8 years ago
4d76017
Moving SkBlurImageFilter into core
by vjiaoblack
· 8 years ago
7b14512
Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ )
by vjiaoblack
· 8 years ago
e426bab
Moving SkBlurImageFilter into core
by vjiaoblack
· 8 years ago
2ec4172
Revert of Moving SkBlurImageFilter into core (patchset #6 id:100001 of https://codereview.chromium.org/2255803003/ )
by mtklein
· 8 years ago
dd3259e
Moving SkBlurImageFilter into core
by vjiaoblack
· 8 years ago
83b24ff
SkFontMgr_android clean up.
by bungeman
· 8 years ago
0367568
Use CSS3 style matching on Android.
by bungeman
· 8 years ago
4f81caf
Move FamilyClass and Panose enums to enum class.
by bungeman
· 8 years ago
36931c2
Add test for platform encoders, turn off platform encoders by default
by msarett
· 8 years ago
3287588
SkPDF: SkPDFFont class changes
by halcanary
· 8 years ago
36c38cb
Fix WIC encoder to support kJPEG_Type
by msarett
· 8 years ago
93963ba
Revert of Fix WIC encoder to support kJPEG_Type (patchset #3 id:140001 of https://codereview.chromium.org/2245453002/ )
by msarett
· 8 years ago
b3a7ef1
Fix WIC encoder to support kJPEG_Type
by msarett
· 8 years ago
80e38ac
Add more error printing to know why command buffer lib failed to load.
by bsalomon
· 8 years ago
eba373e
SkTypeface_win_dw.cpp remove unused fn
by halcanary
· 8 years ago
8b1d32c
SkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF takes over
by halcanary
· 8 years ago
feb3c1a
Move to SkDataTable::MakeXXX and sk_sp.
by bungeman
· 8 years ago
ffae30d
Convert SkAutoTUnref<SkData> to sk_sp<SkData>.
by bungeman
· 8 years ago
38d909e
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
by bungeman
· 8 years ago
b605f89
Remove now unused source files.
by bungeman
· 8 years ago
7d0e3bc
Rename FontConfigInterface font manager files.
by bungeman
· 8 years ago
d783e08
Replace 'Ulta' with 'Ultra'.
by bungeman
· 8 years ago
b811378
Update typeface serialization style.
by bungeman
· 8 years ago
6e45bda
Add test for typeface style round trip.
by bungeman
· 8 years ago
f149169
Correct advances for 'monospace' fonts in PDF.
by bungeman
· 8 years ago
5379051
Fix SkScalerContext_FreeType::generateFontMetrics.
by bungeman
· 8 years ago
7d46f4a
exclude unused functions when mac uses freetype (for pdf)
by caryclark
· 8 years ago
1f790aa
Improve assert reporting.
by bungeman
· 8 years ago
401ae2d
Rotate bitmap strikes with FreeType.
by bungeman
· 8 years ago
280d537
Revert of Rotate emoji with FreeType. (patchset #5 id:80001 of https://codereview.chromium.org/2139703002/ )
by bungeman
· 8 years ago
6fc8ff0
Add support for Fuchsia
by abarth
· 8 years ago
31e0c13
Rotate bitmap strikes with FreeType.
by bungeman
· 8 years ago
e3aea10
Remove user specified typeface id.
by bungeman
· 8 years ago
Next »