- ba9354b SkOnce in is_lcd_supported instead of hand rolled double-checked locking. by commit-bot@chromium.org · 11 years ago
- c435360 Fix android build issues with atomics by commit-bot@chromium.org · 11 years ago
- 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
- fe755b4 Remove BOM from SkFontHost_FreeType.cpp. by bungeman@google.com · 11 years ago
- 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
- f6f5687 Clarify kAutohinting is kForceAutohinting. by bungeman@google.com · 11 years ago
- 94da31d Upstream Android Changes from K release by commit-bot@chromium.org · 11 years ago
- 4732df6 Basic support for vector FON. by bungeman@google.com · 11 years ago
- b06faac Factor out UnPreMultiplyPreservingByteOrder by commit-bot@chromium.org · 11 years ago
- a612d4c Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
- ca38f2c Fix TODO in SkMutex_win.h to prevent accidental copying. by bungeman@google.com · 11 years ago
- 4b5fba5 Use a spinlock in SkOnce. by commit-bot@chromium.org · 11 years ago
- 97a5d5d Improve 'stretch' in legacy create typeface for DirectWrite. by bungeman@google.com · 11 years ago
- fa8afda Work around SkString::gEmptyRec->writable_str() is unwritable. by bungeman@google.com · 11 years ago
- 6fa81d7 Revert of https://codereview.chromium.org/119943002/ by commit-bot@chromium.org · 11 years ago
- 5f2fd5d Revert of https://codereview.chromium.org/101423004/ by commit-bot@chromium.org · 11 years ago
- a9e9a25 This patch makes SkScalerContext_FreeType to be the only one which embolden the glyphs. by commit-bot@chromium.org · 11 years ago
- 12bd4a0 Provide last resort for fCapHeight in SkFontHost_FreeType::onGetAdvancedTypefaceMetrics. by bungeman@google.com · 11 years ago
- 98000ef Android now uses Harfbuzz-NG. No need to keep code specific to the old version of Harfbuzz around! by commit-bot@chromium.org · 11 years ago
- d9947f6 Split atomic and mutex implementations and make inlinable. by bungeman@google.com · 11 years ago
- e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
- 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
- cbe1b54 Supports the cap height for FreeType even when TT OS2 version is 1. by bungeman@google.com · 11 years ago
- 4f3c305 Fix some presubmit warnings. by tfarina@chromium.org · 11 years ago
- 63ba319 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
- c9a8a7e improve bitmap font support (FreeType only) by bungeman@google.com · 11 years ago
- 45dfe6b Revert of https://codereview.chromium.org/111853003/ by commit-bot@chromium.org · 11 years ago
- 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
- 7ad9368 Revert of https://codereview.chromium.org/109033002/ by commit-bot@chromium.org · 11 years ago
- 00e00b0 Fix missing ; in win code. by vandebo@chromium.org · 11 years ago
- 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
- e167b11 Shut up the CoreText performance note. by commit-bot@chromium.org · 11 years ago
- aeec334 Fix one too many levels of indirection introduced in 12573. by bungeman@google.com · 11 years ago
- 0ff457b Fix threading issue in DirectWrite port initialization. by bungeman@google.com · 11 years ago
- 29d9693 SkDecodingImageGenerator now uses SkStreamRewindable by halcanary@google.com · 11 years ago
- dbba5a4 Fix change src/ports/SkImageDecoder_empty.cpp missed in 103033002 by halcanary@google.com · 11 years ago
- 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
- 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
- 4d71db8 Actually mark other types of fonts as 'kOther' in FreeType port. by bungeman@google.com · 11 years ago
- 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
- d432332 Remove unwanted gFTMutex from DirectWrite port. by bungeman@google.com · 11 years ago
- ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
- 8f53d58 Only SkFontMgr_New_DirectWrite should call GetSystemFontCollection. by bungeman@google.com · 11 years ago
- f7159bb De-generalize create_typeface on Windows. by bungeman@google.com · 11 years ago
- e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
- 451b596 Android FontHost cannot use FontMgr yet. by bungeman@google.com · 11 years ago
- e0f0468 Give Android a SkFontMgr::Factory which was missing as of r12217. by bungeman@google.com · 11 years ago
- b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
- 8f457e3 Adding error checks to SkRBuffer by commit-bot@chromium.org · 11 years ago
- 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
- 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
- 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
- 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
- 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