- d1c7f71 Use correct metrics for GDI glyphs. https://codereview.appspot.com/7635045/ by bungeman@google.com · 12 years ago
- e0e385c Removed unused parameters by sugoi@google.com · 12 years ago
- 4bd2bdb Upstream changes from Android. by djsollen@google.com · 12 years ago
- b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
- 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
- 8890af3 Restart va_list in SkDebugf on win32. by bsalomon@google.com · 12 years ago
- f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 12 years ago
- 8c9737e change FontIdentity to explicitly hold ttcIndex and ID, so we can use both in the by reed@google.com · 12 years ago
- 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
- 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
- ee38c08 add ttcIndex parameter to calls to SkFontStream by reed@google.com · 12 years ago
- 5bfc839 start to plumb ttcIndex into fonthost. For now just add to SkFontStream and its callers. by reed@google.com · 12 years ago
- 66a58ac Fixed a few warnings by sugoi@google.com · 12 years ago
- 075b089 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- c75764e If Ashmem cache fails pinCache, do not reallocate. by scroggo@google.com · 12 years ago
- 358f8ff Rely on libfontconfig to determine our default font by reed@google.com · 12 years ago
- d66045e export getter for global instance of fontconfiginterfacedirect by reed@google.com · 12 years ago
- 822bde7 implement fonthost table methods directly in fontconfig backend, _tables now relegated to by reed@google.com · 12 years ago
- 6ec97b6 refactor fonthost_tables into wrapper (fonthost) and impl (fontstream) by reed@google.com · 12 years ago
- 0c23faf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- b103ed4 eliminate atsuii/coretext distinction, and rename to just _mac by mike@reedtribe.org · 12 years ago
- fd21c6b try ~0U instead of ~0 to fix signed warning passing to size_t by mike@reedtribe.org · 12 years ago
- b753ef2 pass ~0 for length when we want to know the length of a table (with dst==null) by mike@reedtribe.org · 12 years ago
- dc09f07 move some of the impl in fonthost into typeface virtuals by mike@reedtribe.org · 12 years ago
- 631cdcb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- f71a233 use fontconfig fonthost for skia (in prep for using in chrome) by reed@google.com · 12 years ago
- 12eea2b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- ee619a0 fix getFamilyName by calling FcFreeTypeQuery by reed@google.com · 12 years ago
- 8d33a24 implement CreateTypefaceFromFile by reed@google.com · 12 years ago
- b1c65b6 by reed@google.com · 12 years ago
- 5ca3bd0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 80f5465 by reed@google.com · 12 years ago
- d71fe99 check-point: skiafy SkFontHost_fontconfig from chrome by reed@google.com · 12 years ago
- f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
- efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
- 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 12 years ago
- 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 12 years ago
- 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
- bd08473 Fix Japanese font issue for devices running JB MR1 and higher. by djsollen@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
- c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
- 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago
- 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago
- d386b0e remove namespace qualifier for feof; it's making android unhappy by humper@google.com · 12 years ago
- 18a48c3 replace getline with fgets for portability by humper@google.com · 12 years ago
- 7af56be Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use. by humper@google.com · 12 years ago
- c18143e SkImageDecoder_WIC should work on Win7 with Win8 SDK. by bungeman@google.com · 12 years ago
- 091f51b DirectWrite generatePath must transform the path by the current matrix. by bungeman@google.com · 12 years ago
- 4e8ef33 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
- 5bff6ec if CG fails to decode an image, check to see if it was a problem in the colorspace by mike@reedtribe.org · 12 years ago
- dd335ae Change to BDS license (as we did with all the other files that were Apache) by reed@google.com · 12 years ago
- dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
- f6c7e72 Clean up SkFontHost_mac_coretext. https://codereview.appspot.com/6843087/ by bungeman@google.com · 12 years ago
- 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
- fe05df7 Provide default guess at font type in Mac CoreText font host, since CT's detection is unreliable. by bungeman@google.com · 12 years ago
- 1878a4e Templatize AutoCFRelease and use it. https://codereview.appspot.com/6855113/ by bungeman@google.com · 12 years ago
- 47c8899 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 70ffc9a Add auto table ref for coretext. https://codereview.appspot.com/6849117/ by bungeman@google.com · 12 years ago
- 687c57c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- ffd7907 Remove what turns out to be a bogus assert. by bungeman@google.com · 12 years ago
- d59a3fe Write correct type of sfnt file in mac coretext open stream. by bungeman@google.com · 12 years ago
- 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
- b0a327e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 4e7ba6a Correct A8 gamma on Mac. by bungeman@google.com · 12 years ago
- 276a295 Add support for SkImageRef_ashmem. by djsollen@google.com · 12 years ago
- 7a722f0 silence excessive printf noise from SkScalerContext_FreeType::generateMetrics for glyph out-of-range. by mike@reedtribe.org · 12 years ago
- 59bfb12 Update WIC Image decoder to unpremul colors before save by robertphillips@google.com · 12 years ago
- 52e91bf check to see if CGImage already knows if we're opaque by reed@google.com · 12 years ago
- 2a7579d CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, by reed@google.com · 12 years ago
- 9daf96a Break out SkOffsetImageFilter into its own file, and derive it from by senorblanco@chromium.org · 12 years ago
- b13d63c Minimal changes to SkFontHost_fontconfig to not crash in normal use. by bungeman@google.com · 12 years ago
- 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
- 6e72516 Use SkToBool to fix a warning. by scroggo@google.com · 12 years ago
- 7103f18 GDI fonthost to serialize using correct font name. by bungeman@google.com · 12 years ago
- e8ebeb1 Add option to gm: write out images into a hierarchy, rather than a flat set of files by epoger@google.com · 12 years ago
- a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 12 years ago
- 0e36310 Fix WIN64 break from variable redefinition. by scroggo@google.com · 12 years ago
- 9389763 Add a callback to cleanup TLS data on Windows. by scroggo@google.com · 12 years ago
- 64d294d Enable Android executables (like skia_launcher) to redirect SkDebugf output to stdout as well as the system logs. by djsollen@google.com · 12 years ago
- ce8a195 [PDF] Fix index calculation for Type1 advance retrieval. by vandebo@chromium.org · 12 years ago
- fb2fdcc wrap check for gLCDSupported w/ a guard, so we don't have to grab the mutex by reed@google.com · 12 years ago
- 77465f9 Avoid deadlock in SkGetFallbackFamilyNameForChar(). by djsollen@google.com · 12 years ago
- 62566f3 Change FreeType lcd filter to provide better results. by bungeman@google.com · 12 years ago
- cb1bbb3 Fonts with cubic outlines are rendered without ClearType by GDI. by bungeman@google.com · 12 years ago
- 027038a Turn off some debugging statements. by scroggo@google.com · 12 years ago
- 515899e CreateTypefaceFromFile for GDI. https://codereview.appspot.com/6658045/ by bungeman@google.com · 12 years ago
- bae1712 Disable automatic font fallback of SkFontHost_android when building for WebKit by djsollen@google.com · 12 years ago
- e21a68d Fix typo in SkFontHost_win_dw.cpp. by bungeman@google.com · 12 years ago
- a18ed03 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- ffca6ce No hinting on Mac should be lower priority than subpixel rendering. by bungeman@google.com · 12 years ago
- 3f5d682 cleanup coding style for r5825 by djsollen@google.com · 12 years ago
- 6f1dbff Reduce Android Log Spam. by djsollen@google.com · 12 years ago
- 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
- 94bc60f Lock gFTMutex when modifying FT globals. by scroggo@google.com · 12 years ago
- 22b460c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 67a97b3 No hinting with CG should prevent outline dilation. by bungeman@google.com · 12 years ago
- 2cf84ec Load more fonts on Linux. https://codereview.appspot.com/6569061/ by bungeman@google.com · 12 years ago