1. d1bcfc9 export SkFontMgr_New_... experimental functions for testing in chrome by reed@google.com · 11 years ago
  2. 1a2e71d Don't require getLength on Mac. by scroggo@google.com · 11 years ago
  3. 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
  4. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  5. 7687578 Fix for 10963: Use mx instead of my where mx is wanted. by bungeman@google.com · 11 years ago
  6. e1b9bad Clear unknown DirectWrite font metrics. by bungeman@google.com · 11 years ago
  7. 3334648 Fix _GDI::generateCharToGlyph to properly handle missing glyphs. by bungeman@google.com · 11 years ago
  8. 92e3f08 Fix issue when the family name is reused among multiple families. by djsollen@google.com · 11 years ago
  9. eaa7797 Add luminance mask transfer modes. by commit-bot@chromium.org · 11 years ago
  10. 42a7829 Better error reporting when dynamic loading fails with DirectWrite. by bungeman@google.com · 11 years ago
  11. bfc6cc4 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  12. af9296e Update DirectWrite code so that it is loadable on XP. by bungeman@google.com · 11 years ago
  13. 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
  14. 8b71ef1 skia: Added SkDiscardableMemory interface. by scroggo@google.com · 11 years ago
  15. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  16. 0699756 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  17. 968863f Revert r10718 to unblock roll by robertphillips@google.com · 11 years ago
  18. 2822c9a Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it. by mtklein@google.com · 11 years ago
  19. 936be47 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  20. 7d65dee allow both GDI and DW fontmgrs at the same time by reed@google.com · 11 years ago
  21. a8b20d6 remove uncalled local functions by reed@google.com · 11 years ago
  22. f44fcdc Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  23. 839702b Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  24. f7af91b Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failures by robertphillips@google.com · 11 years ago
  25. 246b1c2 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  26. a980269 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  27. 1c4c9ef Move SkComposeImageFilter into its own {.h, .cpp} files by commit-bot@chromium.org · 11 years ago
  28. 7ca6d2f Reverting r10589: Add getFamilyNames to SkTypeface by jvanverth@google.com · 11 years ago
  29. 990d85f Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  30. febfd70 Add onRefMatchingStyle to SkFontHost_linux. by bungeman@google.com · 11 years ago
  31. 5ecd4fa Fix SkTMin call introduced in 10500 which fails on some platforms. by bungeman@google.com · 11 years ago
  32. ddc218e Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  33. b10b51f Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  34. ab44a17 stub support for SK_FONTHOST_USES_FONTMGR by reed@google.com · 11 years ago
  35. 350b4d5 Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter. by senorblanco@chromium.org · 11 years ago
  36. 5d4b773 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  37. e027a6e adapt FontConfig to use SK_FONTHOST_USES_FONTMGR by reed@google.com · 11 years ago
  38. 29bf862 Upstream changes from Android by djsollen@google.com · 11 years ago
  39. 76015b0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. 7fdcd44 support SK_FONTHOST_USES_FONTMGR on mac by reed@google.com · 11 years ago
  41. 30ddd61 refactoring for SK_FONTHOST_USES_FONTMGR option by reed@google.com · 11 years ago
  42. 6a774a1 Fix subpixel metrics with GDI. by bungeman@google.com · 11 years ago
  43. 27e21fe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  44. 7c86d8e Disable GDI slight hinting. by bungeman@google.com · 11 years ago
  45. 0abbff9 Fix metrics on Windows. by bungeman@google.com · 11 years ago
  46. 4b18f57 Clean up a few warnings on Windows x64. by bungeman@google.com · 11 years ago
  47. 02dd688 Make the copy of fontconfig font names before freeing their memory. by bungeman@google.com · 11 years ago
  48. f2e7dbb Split TLS implementation into its own translation unit. by bungeman@google.com · 11 years ago
  49. 7bdd614 Implement onCountGlyphs and onGetUPEM on Windows. by bungeman@google.com · 11 years ago
  50. f5cc5b1 R=mtklein@google.com by bungeman@google.com · 11 years ago
  51. 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
  52. dc7919f Remove old and unused Android font host code by djsollen@google.com · 11 years ago
  53. 468142b Allow ico decoder to decode PNG sub-images. by scroggo@google.com · 11 years ago
  54. bc69ce9 Remove bitmap reuse from SkImageDecoder. by scroggo@google.com · 11 years ago
  55. b4162b1 impl charsToGlyphs for freetype by reed@google.com · 11 years ago
  56. bcb42ae add charsToGlyphs to SkTypeface by reed@google.com · 11 years ago
  57. 4fe0699 Fix for crbug/253460 (generatePath crashing on Windows). by bungeman@google.com · 11 years ago
  58. 371add8 Remove SK_IGNORE_MAC_TEXT_BOUNDS_FIX workaround. by commit-bot@chromium.org · 11 years ago
  59. 9a70f34 Ensure we use the current locale when looking up fallback fonts per character by djsollen@google.com · 11 years ago
  60. e9d8319 Add maxCharWidth and a compile flag to use old metrics (needed by Blink). by bungeman@google.com · 11 years ago
  61. 0afc6bb Fixed invalid cast on mingw. by bungeman@google.com · 11 years ago
  62. 05a729f Fix limit on size of glyph paths. by bungeman@google.com · 11 years ago
  63. daaea2d Fixes for unpremul decode. by scroggo@google.com · 11 years ago
  64. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  65. e47e7d1 Fix crash when attempting to use a font fallback chain with a custom font. by djsollen@google.com · 11 years ago
  66. 88605bb Fix leak in SkFontHost_fontconfig temporary code. by bungeman@google.com · 11 years ago
  67. 4fa748d Fix issues related to resolving fonts based on name. by djsollen@google.com · 11 years ago
  68. 11f2b44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  69. 78aa76c Follow on to r9408, implement sk_fileno in SkOSFile_none.cpp. by bungeman@google.com · 11 years ago
  70. 11c9a55 Add SkData::NewFromFD. by bungeman@google.com · 11 years ago
  71. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago
  72. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  73. 9a6eb0e Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff(). by senorblanco@chromium.org · 11 years ago
  74. 06e7424 Revert "Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff()." by senorblanco@chromium.org · 11 years ago
  75. 6b6c1dc Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff(). by senorblanco@chromium.org · 11 years ago
  76. 7ed0447 Use updated signature for decode in empty decoder. by scroggo@google.com · 11 years ago
  77. 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 11 years ago
  78. 40078cb Android specific changes that are upstreamed from the android framework. by djsollen@google.com · 11 years ago
  79. 8c6411a reenable lerpmode in gms, now that I think we fixed the global-initialization by reed@google.com · 11 years ago
  80. b7457d0 Fix clang warnings/errors in Android only code by robertphillips@google.com · 11 years ago
  81. 2e08f19 Fix android font lookup bug by djsollen@google.com · 11 years ago
  82. ab6eeb9 Fix release build warnings for unused variables by djsollen@google.com · 11 years ago
  83. bfae9d3 Add a fontConfig interface for android. by djsollen@google.com · 11 years ago
  84. 9401dee Make the use of fallback fonts in Android a runtime decision. by djsollen@google.com · 11 years ago
  85. 539f364 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  86. 6930b57 Move the FontConfigTypeface class into private header. by djsollen@google.com · 11 years ago
  87. cefd981 Fix vertical text scaling and clipping on Mac. by bungeman@google.com · 11 years ago
  88. 0431b87 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  89. 381bb43 add separate impl file for SkFontMgr_fontconfig, so we don't polute by reed@google.com · 11 years ago
  90. c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  91. e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 11 years ago
  92. 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  93. 94b366a negate FontBox.bottom, since it is negative, but we want it positive (doh) by reed@google.com · 11 years ago
  94. 60af92c Use more fields from OutlineFontMEtrics: linegap, bbox. by reed@google.com · 11 years ago
  95. e944de7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  96. c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 11 years ago
  97. e4faa14 Remove unused complex script support from android builds by commit-bot@chromium.org · 11 years ago
  98. f073b33 reimplement generateFontMetrics to keep all calculations in SkScalar, avoiding the by reed@google.com · 11 years ago
  99. 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. f77b35d add HACK_COLORGLYPHS (disabled) to test colorglyphs by reed@google.com · 11 years ago