Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
d1d3baeb986732d02987546401d5a4c19705f02a
/
src
/
ports
4e3523c
Blink layout tests all assume it can provide custom font configuration files on every platform. In moving Android to the font manager, we broke those.
by bungeman
· 10 years ago
da7a944
Revert "Remove SkPaintOptionsAndroid"
by Derek Sollenberger
· 10 years ago
27fb949
Remove SkPaintOptionsAndroid
by Derek Sollenberger
· 10 years ago
8560cd5
Fix reference counting on SkStream in SkFontMgr_android.
by bungeman
· 10 years ago
65fcd3d
Implement SkFontMgr_Android::onMatchFamilyStyleCharacter.
by bungeman
· 10 years ago
a6c27bc
Remove references to __system_property_get from Skia
by djsollen
· 10 years ago
1b27704
Remove ALL font fallback logic from Skia.
by djsollen
· 10 years ago
0754475
Parses sample code provided by Android project. Attempts to keep FontFamily data structures produced consistent with expectations of previous versions of Skia.
by tomhudson
· 10 years ago
f79673b
Test and generalize font configuration parser
by tomhudson
· 10 years ago
ba59a67
Remove dependency on std::string
by mtklein
· 10 years ago
07cfb20
Correct Android FontMgr use of ttc index and remove unused code.
by bungeman
· 10 years ago
3a91424
Fix debug output compile error and minor style nits
by tomhudson
· 10 years ago
a8e2e15
Cleanup: Rename SkOSPath functions.
by tfarina
· 10 years ago
edb10e7
Only lowercase names in Android font config parser.
by bungeman
· 10 years ago
5a27f49
Remove code only used by SkCreateTypefaceForScript which has already been deleted
by djsollen
· 10 years ago
9ee1a4a
Remove redundant helper function as all clients pass locale
by Derek Sollenberger
· 10 years ago
e83a7ec
Remove unused code now that the android framework has move this logic elsewhere.
by Derek Sollenberger
· 10 years ago
1ef960b
Fix thread unsafe mutex initialization.
by bungeman
· 10 years ago
d6aeb6d
Fix thread unsafe mutex initialization.
by bungeman
· 10 years ago
8d84c99
SkFontMgr for Android.
by bungeman
· 10 years ago
f73c237
Get additional DW font metrics when available.
by bungeman
· 10 years ago
7b82d0f
Revert of SkFontMgr for Android. (https://codereview.chromium.org/414483002/)
by robertphillips
· 11 years ago
4f9a01e
SkFontMgr for Android.
by bungeman
· 11 years ago
3f85403
hide public factory for intermediate class
by reed
· 11 years ago
63f413c
expand workaround to all 32-bit mips devices without the appropriate gcc support
by djsollen
· 11 years ago
733418f
Remove SkRefPtr.
by bungeman
· 11 years ago
e194c49
Remove ambiguous operator= on AutoCFRelease.
by bungeman
· 11 years ago
eccbfec
Fix broken android framework builds where 32-bit MIPS compilers lack 64-bit __sync operators.
by Derek Sollenberger
· 11 years ago
e7fd6db
Remove yet-unused 64-bit atomic hooks.
by Mike Klein
· 11 years ago
e9d2d09
Leaking CGBitmapContext in SkFontHost_mac
by ljagielski
· 11 years ago
cd27a41
Use va_list variable safely
by qiankun.miao
· 11 years ago
ed45868
remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code
by reed
· 11 years ago
936b734
ios fixes
by caryclark
· 11 years ago
3a21d61
Update find_name_and_attributes to take ttc index and rename to SkTypeface_FreeType::ScanFont.
by bungeman
· 11 years ago
00a8fae
Add support for 64bit atomic inc/dec/cas
by bsalomon
· 11 years ago
bf0b9ce
Add file access modes to sk_exists.
by bungeman
· 11 years ago
654a9c2
Use a consume load in SkLazyPtr.
by mtklein
· 11 years ago
61b1436
sk_malloc_throw/sk_calloc_throw in debug prints size in failure message
by halcanary
· 11 years ago
3230517
guard registering mallocpixelref for chrome
by reed
· 11 years ago
9a9eae2
change pixelref to not inherit from SkFlattenable
by reed
· 11 years ago
4107806
Remove vertical/horizontal metrics selection.
by bungeman
· 11 years ago
9504dd5
Remove SK_IGNORE_DWRITE_RENDERING_FIX.
by Ben Wagner
· 11 years ago
256b351
CTFontCopy*Name may return NULL.
by bungeman
· 11 years ago
e438ddb
Uses optional mutex to guard construction of the singleton, which
by tomhudson
· 11 years ago
e41f388
Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/)
by mtklein
· 11 years ago
60b08a0
Fix race condition in parallel font initialization.
by tomhudson
· 11 years ago
cad0cb2
Grant independence to SkBaseMutex on Windows.
by tomhudson
· 11 years ago
50a7b0e
Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/)
by reed
· 11 years ago
df022f5
Fix race condition in parallel font initialization.
by tomhudson
· 11 years ago
935a9f6
force opaque if kCGImageAlpha returns None
by reed
· 11 years ago
761b250
DirectWrite to detect GDI only fonts.
by bungeman
· 11 years ago
26337e9
Fix SkTypeface::serialize() on Mac by properly indicating local fonts
by caseq
· 11 years ago
67ec1f8
Switch SkPDFStream's internal storage from SkStream to SkData
by halcanary
· 11 years ago
7bf1068
Remove SkBicubicImageFilter, and all related tests.
by senorblanco
· 11 years ago
5a940b5
Tidy up fOwner in SkMutex_pthread.h.
by mtklein
· 11 years ago
c6cb56f
Implement text rendering with NVPR
by kkinnunen
· 11 years ago
c83780c
Remove unneeded return from DirectWrite.
by Ben Wagner
· 11 years ago
740c3f1
Better rendering detection with DirectWrite.
by bungeman
· 11 years ago
a3530ef
DirectWrite to not round already subpixel metrics.
by bungeman
· 11 years ago
e486ec4
In Debug, SkMutex(pthread) crashes on re-entrant aquire from same thread.
by halcanary
· 11 years ago
d7f846b
Add needed virtual destructors.
by bungeman
· 11 years ago
0f9bad0
[PDF] Fix font embedding restrictions.
by vandebo
· 11 years ago
33eb30f
Clean up DirectWrite typeface cache matching.
by bungeman
· 11 years ago
6d867d4
DirectWrite to use PostScript name for PDF.
by bungeman
· 11 years ago
bfefc7c
hide Config in SkImageDecoder -- use SkColorType instead
by reed
· 11 years ago
2f785a2
remove GetDeviceConfig/SetDeviceConfig
by reed
· 11 years ago
6059f16
SkNEW as default Create() for SkLazyPtr macros.
by mtklein
· 11 years ago
f0419e9
Hide chooseFromOneChoice along with Chooser.
by scroggo
· 11 years ago
5926b86
hide SkImageDecoder::Chooser
by reed
· 11 years ago
6c22573
hide SkBitmap::setConfig
by reed
· 11 years ago
b83f6c3
Add assertHeld() to SkMutex.
by mtklein
· 11 years ago
19cae4f
use __atomics in SkBarriers_tsan.h
by mtklein
· 11 years ago
a8928b7
Add SkBarriers_tsan.h.
by mtklein
· 11 years ago
b0b0feb
Fix SK_API for DirectWrite port.
by Ben Wagner
· 11 years ago
98875e1
Rename SkFontHost_win_dw.cpp SkScalerContext.
by Ben Wagner
· 11 years ago
51daa25
Split SkFontHost_win_dw.
by bungeman
· 11 years ago
5ec3d21
remove ashmem from skia
by halcanary
· 11 years ago
df1640d
Remove SK_IGNORE_DWRITE_BITMAP_FIX.
by bungeman
· 11 years ago
479bb60
Remove SkImageRef and related functionality.
by Hal Canary
· 11 years ago
832cb66
Update TSAN suppressions.
by mtklein
· 11 years ago
be7de4f
Update TSAN suppressions.
by mtklein
· 11 years ago
1b81877
Clean up SkOnce:
by mtklein
· 11 years ago
78358bf
Port most uses of SkOnce to SkLazyPtr.
by mtklein
· 11 years ago
f71e8fd
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/)
by commit-bot@chromium.org
· 11 years ago
56f7cca
Port most uses of SkOnce to SkLazyPtr.
by commit-bot@chromium.org
· 11 years ago
f6351a0
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/)
by commit-bot@chromium.org
· 11 years ago
5a70945
Port most uses of SkOnce to SkLazyPtr.
by commit-bot@chromium.org
· 11 years ago
a3264e5
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)"
by commit-bot@chromium.org
· 11 years ago
d0f824c
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
by commit-bot@chromium.org
· 11 years ago
986d681
setConfig -> setInfo
by commit-bot@chromium.org
· 11 years ago
448e2a3
Add SkBarriers to ports.
by commit-bot@chromium.org
· 11 years ago
8de5b7b
Put DirectWrite bitmap fix behind the SK_IGNORE_DWRITE_BITMAP_FIX flag.
by bungeman@google.com
· 11 years ago
81496fb
Spin off just SkLazyFnPtr from 305513002.
by commit-bot@chromium.org
· 11 years ago
05d1cc2
Revert of Spin off just SkLazyFnPtr from 305513002. (https://codereview.chromium.org/305753002/)
by commit-bot@chromium.org
· 11 years ago
6640ee3
Revert of Fix SkAtomics_win.h typos. (https://codereview.chromium.org/293363017/)
by commit-bot@chromium.org
· 11 years ago
5133fc1
Fix SkAtomics_win.h typos.
by commit-bot@chromium.org
· 11 years ago
3fdc7d6
Spin off just SkLazyFnPtr from 305513002.
by commit-bot@chromium.org
· 11 years ago
7c18351
Better handling of bitmaps in DirectWrite.
by bungeman@google.com
· 11 years ago
64f6d15
Use SkAtomics_sync on Android
by commit-bot@chromium.org
· 11 years ago
abf4189
Drop support for non-atomic non-mutex platforms.
by commit-bot@chromium.org
· 11 years ago
Next »