1. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  2. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  3. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  4. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  5. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 11 years ago
  6. d715aaa Measure DirectWrite BW consistently with rendering. by bungeman@google.com · 11 years ago
  7. c5d9bb0 Initial picture shader implementation by commit-bot@chromium.org · 11 years ago
  8. c4df655 Factory methods for heap-allocated SkTypeface objects. by commit-bot@chromium.org · 11 years ago
  9. b554440 Remove SkResizeImageFilter. by commit-bot@chromium.org · 11 years ago
  10. 31db71d Prevent potential leaking of memory by using SkString and SkTArray. by commit-bot@chromium.org · 11 years ago
  11. 8bf34e1 Remove dead code in ports/. by commit-bot@chromium.org · 11 years ago
  12. 37eb4e4 Purge SkPurgeableMemoryBlock. by commit-bot@chromium.org · 11 years ago
  13. 921d2b3 The android framework should not embolden glyphs that originate from bold fonts. by commit-bot@chromium.org · 11 years ago
  14. 6eddc77 Pass the IDWriteFactory instead of relying on a global creator. by bungeman@google.com · 11 years ago
  15. c94a028 Add a default-default font for DirectWrite. by bungeman@google.com · 11 years ago
  16. fd0ec2c Implement a generic matrix transform image filter. by senorblanco@chromium.org · 11 years ago
  17. a2b44dc SkFontHost_linux - dup stream instead of ref by commit-bot@chromium.org · 11 years ago
  18. 29d3777 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  19. 3d21f21 Fix r13897. by bungeman@google.com · 11 years ago
  20. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 11 years ago
  21. 8e13a15 Fixed cross compilation with mingw. by commit-bot@chromium.org · 11 years ago
  22. 1d1f234 SkFontStyleSet_DirectWrite::getStyle to properly handle NULL out params. by bungeman@google.com · 11 years ago
  23. ea163cc Changes to SkFontHost_linux by commit-bot@chromium.org · 11 years ago
  24. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 11 years ago
  25. 0bc406d Adding code to calculate Underline Thickness from Font Metrics, this will be useful when Skia is used with Blink/Chrome. Blink changes are uploaded with code change in patch https://codereview.chromium.org/147703002/ by commit-bot@chromium.org · 11 years ago
  26. e9336aa use colortypes instead of bitmap::config by reed@google.com · 11 years ago
  27. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  28. ba9354b SkOnce in is_lcd_supported instead of hand rolled double-checked locking. by commit-bot@chromium.org · 11 years ago
  29. c435360 Fix android build issues with atomics by commit-bot@chromium.org · 11 years ago
  30. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
  31. fe755b4 Remove BOM from SkFontHost_FreeType.cpp. by bungeman@google.com · 11 years ago
  32. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  33. f6f5687 Clarify kAutohinting is kForceAutohinting. by bungeman@google.com · 11 years ago
  34. 94da31d Upstream Android Changes from K release by commit-bot@chromium.org · 11 years ago
  35. 4732df6 Basic support for vector FON. by bungeman@google.com · 11 years ago
  36. b06faac Factor out UnPreMultiplyPreservingByteOrder by commit-bot@chromium.org · 11 years ago
  37. 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
  38. ca38f2c Fix TODO in SkMutex_win.h to prevent accidental copying. by bungeman@google.com · 11 years ago
  39. 4b5fba5 Use a spinlock in SkOnce. by commit-bot@chromium.org · 11 years ago
  40. 97a5d5d Improve 'stretch' in legacy create typeface for DirectWrite. by bungeman@google.com · 11 years ago
  41. fa8afda Work around SkString::gEmptyRec->writable_str() is unwritable. by bungeman@google.com · 11 years ago
  42. 6fa81d7 Revert of https://codereview.chromium.org/119943002/ by commit-bot@chromium.org · 11 years ago
  43. 5f2fd5d Revert of https://codereview.chromium.org/101423004/ by commit-bot@chromium.org · 11 years ago
  44. a9e9a25 This patch makes SkScalerContext_FreeType to be the only one which embolden the glyphs. by commit-bot@chromium.org · 11 years ago
  45. 12bd4a0 Provide last resort for fCapHeight in SkFontHost_FreeType::onGetAdvancedTypefaceMetrics. by bungeman@google.com · 11 years ago
  46. 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
  47. d9947f6 Split atomic and mutex implementations and make inlinable. by bungeman@google.com · 11 years ago
  48. 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
  49. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  50. cbe1b54 Supports the cap height for FreeType even when TT OS2 version is 1. by bungeman@google.com · 11 years ago
  51. 4f3c305 Fix some presubmit warnings. by tfarina@chromium.org · 11 years ago
  52. 63ba319 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  53. bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
  54. c9a8a7e improve bitmap font support (FreeType only) by bungeman@google.com · 11 years ago
  55. 45dfe6b Revert of https://codereview.chromium.org/111853003/ by commit-bot@chromium.org · 11 years ago
  56. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  57. 7ad9368 Revert of https://codereview.chromium.org/109033002/ by commit-bot@chromium.org · 11 years ago
  58. 00e00b0 Fix missing ; in win code. by vandebo@chromium.org · 11 years ago
  59. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  60. e167b11 Shut up the CoreText performance note. by commit-bot@chromium.org · 11 years ago
  61. aeec334 Fix one too many levels of indirection introduced in 12573. by bungeman@google.com · 11 years ago
  62. 0ff457b Fix threading issue in DirectWrite port initialization. by bungeman@google.com · 11 years ago
  63. 29d9693 SkDecodingImageGenerator now uses SkStreamRewindable by halcanary@google.com · 11 years ago
  64. dbba5a4 Fix change src/ports/SkImageDecoder_empty.cpp missed in 103033002 by halcanary@google.com · 11 years ago
  65. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  66. 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
  67. 4d71db8 Actually mark other types of fonts as 'kOther' in FreeType port. by bungeman@google.com · 11 years ago
  68. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  69. d432332 Remove unwanted gFTMutex from DirectWrite port. by bungeman@google.com · 11 years ago
  70. ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
  71. 8f53d58 Only SkFontMgr_New_DirectWrite should call GetSystemFontCollection. by bungeman@google.com · 11 years ago
  72. f7159bb De-generalize create_typeface on Windows. by bungeman@google.com · 11 years ago
  73. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  74. 451b596 Android FontHost cannot use FontMgr yet. by bungeman@google.com · 11 years ago
  75. e0f0468 Give Android a SkFontMgr::Factory which was missing as of r12217. by bungeman@google.com · 11 years ago
  76. b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
  77. 8f457e3 Adding error checks to SkRBuffer by commit-bot@chromium.org · 11 years ago
  78. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  79. 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
  80. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  81. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  82. 35fe737 prototype for kerning api by reed@google.com · 11 years ago
  83. 0673efe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  84. 72b8cb2 onCharsToGlyphs to handle non-bmp on Mac. by bungeman@google.com · 11 years ago
  85. fb1663a Fix non-bmp in generateCharToGlyph on Mac. by bungeman@google.com · 11 years ago
  86. 172c363 Add missing braces for r11955. by bungeman@google.com · 11 years ago
  87. 3c996f8 Implement charToGlyph on remaining ports. by bungeman@google.com · 11 years ago
  88. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  89. e7e29b7 scope ComputeIsOpaque with SkBitmap by reed@google.com · 11 years ago
  90. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  91. e0e1da3 Remove SkColorTable from SkFlattenable hierarchy. by commit-bot@chromium.org · 11 years ago
  92. b8aa4dd Fix off by one error in last advanceCount in SkFontHost_FreeType. by bungeman@google.com · 11 years ago
  93. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  94. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  95. 0cd2ac6 change SkAnnotation to not inherit from SkFlattenable (does not need dynamic factories) by reed@google.com · 11 years ago
  96. 4979f32 remove SkDataSet, and just store a key/value in SkAnnotation by reed@google.com · 11 years ago
  97. da30055 SkData need not be a Flattenable, since it does not need subclass/factories by reed@google.com · 11 years ago
  98. 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 11 years ago
  99. 18252fe Add stdio include to SkFonrConfigParser_android. by bungeman@google.com · 11 years ago
  100. 8530296 Try to work around VS2010 intsafe/stdint multiple define issues. by bungeman@google.com · 11 years ago