Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
4db592c4085afed2be27a208d778f9ee13e671ab
/
src
/
ports
35fe737
prototype for kerning api
by reed@google.com
· 11 years ago
0673efe
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
72b8cb2
onCharsToGlyphs to handle non-bmp on Mac.
by bungeman@google.com
· 11 years ago
fb1663a
Fix non-bmp in generateCharToGlyph on Mac.
by bungeman@google.com
· 11 years ago
172c363
Add missing braces for r11955.
by bungeman@google.com
· 11 years ago
3c996f8
Implement charToGlyph on remaining ports.
by bungeman@google.com
· 11 years ago
c0b7e10
Initial error handling code
by commit-bot@chromium.org
· 11 years ago
e7e29b7
scope ComputeIsOpaque with SkBitmap
by reed@google.com
· 11 years ago
383a697
store SkAlphaType inside SkBitmap, on road to support unpremul
by reed@google.com
· 11 years ago
e0e1da3
Remove SkColorTable from SkFlattenable hierarchy.
by commit-bot@chromium.org
· 11 years ago
b8aa4dd
Fix off by one error in last advanceCount in SkFontHost_FreeType.
by bungeman@google.com
· 11 years ago
8b16931
Second wave of Win64 warning cleanup
by robertphillips@google.com
· 11 years ago
adacc70
Start cleaning up 64bit Win warnings
by robertphillips@google.com
· 11 years ago
0cd2ac6
change SkAnnotation to not inherit from SkFlattenable (does not need dynamic factories)
by reed@google.com
· 11 years ago
4979f32
remove SkDataSet, and just store a key/value in SkAnnotation
by reed@google.com
· 11 years ago
da30055
SkData need not be a Flattenable, since it does not need subclass/factories
by reed@google.com
· 11 years ago
1108fc3
Remove SkLumaXfermode.
by commit-bot@chromium.org
· 11 years ago
18252fe
Add stdio include to SkFonrConfigParser_android.
by bungeman@google.com
· 11 years ago
8530296
Try to work around VS2010 intsafe/stdint multiple define issues.
by bungeman@google.com
· 11 years ago
72e8324
Add stdio include to SkDebug_android.
by bungeman@google.com
· 11 years ago
aadb4d9
flush after every print in windows
by commit-bot@chromium.org
· 11 years ago
27f74aa
Improve SkScalerContext_GDI::generateCharToGlyph for non-BMP code points.
by bungeman@google.com
· 11 years ago
c0445fe
Fix ambiguity in API if no matching system language is found
by commit-bot@chromium.org
· 11 years ago
6c1ee2d
Luminance-to-alpha color filter (SkLumaColorFilter).
by commit-bot@chromium.org
· 11 years ago
dd6cde5
style nit for myself retroactively: throwOnFailure -> throw_on_failure
by commit-bot@chromium.org
· 11 years ago
86dd752
Mutex protect SkFontMgr_DirectWrite cache.
by bungeman@google.com
· 11 years ago
11ba319
Snap GDI matrix when snapping height.
by bungeman@google.com
· 11 years ago
5df5e61
Update PDF backend to support fallback fonts on Android.
by djsollen@google.com
· 11 years ago
e5c9c49
Empty implementations for SkImageDecoder.
by scroggo@google.com
· 11 years ago
0ac74b2
Added SkTileImageFilter to SkFlattenable::InitializeFlattenables()
by sugoi@google.com
· 11 years ago
b5571b3
Change SkImageDecoders to take an SkStreamRewindable.
by scroggo@google.com
· 11 years ago
39a7c70
Use different unique identifier for a fallback family.
by djsollen@google.com
· 11 years ago
c526c71
Map Calibri to Carlito
by bungeman@google.com
· 11 years ago
dd88ecc
Fix slight hinting with GDI.
by bungeman@google.com
· 11 years ago
519f967
Add sk_calloc. Remove SkMemory_stdlib, which seems unused.
by mtklein@google.com
· 11 years ago
9902c38
Add new entry point that supports fallback font selection based on language.
by djsollen@google.com
· 11 years ago
1f584ed
Update Android's FontHost to return NULL if familyName does not match
by djsollen@google.com
· 11 years ago
d44d988
fix fontconfig backend to only cache new fonts if their outName was unique
by reed@google.com
· 11 years ago
286a883
cleanup XML_Parser after reading android config files.
by djsollen@google.com
· 11 years ago
ef45a64
[External patch] Source-over support for SkLumaXfermode.
by fmalita@google.com
· 11 years ago
53cbb0b
Return canonical logfont size to 64.
by bungeman@google.com
· 11 years ago
6d2fef9
Update the freetype backed fonthost to keep the style and fixed width attributes for a font stream.
by djsollen@google.com
· 11 years ago
b27eba7
fix regression in fallback chain where we don't account for the original font style.
by djsollen@google.com
· 11 years ago
cf292b7
Added a missing filter in SkFlattenable::InitializeFlattenables().
by commit-bot@chromium.org
· 11 years ago
bd6343b
Rewrite SkTRegistry to take any trivially-copyable type.
by mtklein@google.com
· 11 years ago
d1bcfc9
export SkFontMgr_New_... experimental functions for testing in chrome
by reed@google.com
· 11 years ago
1a2e71d
Don't require getLength on Mac.
by scroggo@google.com
· 11 years ago
50c9567
fix issue on devices running an OS prior to 4.2 when the fallback font file was potential stored in a different location on device.
by djsollen@google.com
· 11 years ago
7bd141d
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
7687578
Fix for 10963: Use mx instead of my where mx is wanted.
by bungeman@google.com
· 11 years ago
e1b9bad
Clear unknown DirectWrite font metrics.
by bungeman@google.com
· 11 years ago
3334648
Fix _GDI::generateCharToGlyph to properly handle missing glyphs.
by bungeman@google.com
· 11 years ago
92e3f08
Fix issue when the family name is reused among multiple families.
by djsollen@google.com
· 11 years ago
eaa7797
Add luminance mask transfer modes.
by commit-bot@chromium.org
· 11 years ago
42a7829
Better error reporting when dynamic loading fails with DirectWrite.
by bungeman@google.com
· 11 years ago
bfc6cc4
allow both GDI and DW fontmgrs at the same time
by bungeman@google.com
· 11 years ago
af9296e
Update DirectWrite code so that it is loadable on XP.
by bungeman@google.com
· 11 years ago
bcb88e5
Revert r10788 (allow both GDI and DW fontmgrs at the same time) due to Chromium XP bot failures
by robertphillips@google.com
· 11 years ago
8b71ef1
skia: Added SkDiscardableMemory interface.
by scroggo@google.com
· 11 years ago
7475811
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
0699756
allow both GDI and DW fontmgrs at the same time
by bungeman@google.com
· 11 years ago
968863f
Revert r10718 to unblock roll
by robertphillips@google.com
· 11 years ago
2822c9a
Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it.
by mtklein@google.com
· 11 years ago
936be47
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
7d65dee
allow both GDI and DW fontmgrs at the same time
by reed@google.com
· 11 years ago
a8b20d6
remove uncalled local functions
by reed@google.com
· 11 years ago
f44fcdc
Upstreaming DropShadowImageFilter into skia, from Blink
by junov@chromium.org
· 11 years ago
839702b
Add getFamilyNames to SkTypeface.
by bungeman@google.com
· 11 years ago
f7af91b
Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failures
by robertphillips@google.com
· 11 years ago
246b1c2
Add getFamilyNames to SkTypeface.
by bungeman@google.com
· 11 years ago
a980269
Add getFamilyNames to SkTypeface.
by bungeman@google.com
· 11 years ago
1c4c9ef
Move SkComposeImageFilter into its own {.h, .cpp} files
by commit-bot@chromium.org
· 11 years ago
7ca6d2f
Reverting r10589: Add getFamilyNames to SkTypeface
by jvanverth@google.com
· 11 years ago
990d85f
Add getFamilyNames to SkTypeface.
by bungeman@google.com
· 11 years ago
febfd70
Add onRefMatchingStyle to SkFontHost_linux.
by bungeman@google.com
· 11 years ago
5ecd4fa
Fix SkTMin call introduced in 10500 which fails on some platforms.
by bungeman@google.com
· 11 years ago
ddc218e
Implement onGetTableTags and onGetTableData on Windows.
by bungeman@google.com
· 11 years ago
b10b51f
Implement onGetTableTags and onGetTableData on Windows.
by bungeman@google.com
· 11 years ago
ab44a17
stub support for SK_FONTHOST_USES_FONTMGR
by reed@google.com
· 11 years ago
350b4d5
Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter.
by senorblanco@chromium.org
· 11 years ago
5d4b773
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
e027a6e
adapt FontConfig to use SK_FONTHOST_USES_FONTMGR
by reed@google.com
· 11 years ago
29bf862
Upstream changes from Android
by djsollen@google.com
· 11 years ago
76015b0
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
7fdcd44
support SK_FONTHOST_USES_FONTMGR on mac
by reed@google.com
· 11 years ago
30ddd61
refactoring for SK_FONTHOST_USES_FONTMGR option
by reed@google.com
· 11 years ago
6a774a1
Fix subpixel metrics with GDI.
by bungeman@google.com
· 11 years ago
27e21fe
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
7c86d8e
Disable GDI slight hinting.
by bungeman@google.com
· 11 years ago
0abbff9
Fix metrics on Windows.
by bungeman@google.com
· 11 years ago
4b18f57
Clean up a few warnings on Windows x64.
by bungeman@google.com
· 11 years ago
02dd688
Make the copy of fontconfig font names before freeing their memory.
by bungeman@google.com
· 11 years ago
f2e7dbb
Split TLS implementation into its own translation unit.
by bungeman@google.com
· 11 years ago
7bdd614
Implement onCountGlyphs and onGetUPEM on Windows.
by bungeman@google.com
· 11 years ago
f5cc5b1
R=mtklein@google.com
by bungeman@google.com
· 11 years ago
84e22d8
allow createScalerContext to return null, and then have the GDI backend trigger that if we fail to create the necessary GDI resources
by reed@google.com
· 11 years ago
dc7919f
Remove old and unused Android font host code
by djsollen@google.com
· 11 years ago
468142b
Allow ico decoder to decode PNG sub-images.
by scroggo@google.com
· 11 years ago
bc69ce9
Remove bitmap reuse from SkImageDecoder.
by scroggo@google.com
· 11 years ago
b4162b1
impl charsToGlyphs for freetype
by reed@google.com
· 11 years ago
Next »