1. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 11 years ago
  2. d55846d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  3. 964988f add matcher to fontstyleset Review URL: https://codereview.chromium.org/13312002 by reed@google.com · 11 years ago
  4. 87379e1 Fix minor cppcheck-found issues by robertphillips@google.com · 11 years ago
  5. dea7ee0 add caching to fontmgr for mac by reed@google.com · 11 years ago
  6. 070da5e add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it by reed@google.com · 11 years ago
  7. 3dcbd46 CTFontManagerCopyAvailableFontFamilyNames is not always available (on iOS) by reed@google.com · 11 years ago
  8. 37cbc7f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  9. ce8b3de store real fontstyle on mac fonts by reed@google.com · 11 years ago
  10. 83787c5 impl part of SKFontMgr for mac by reed@google.com · 11 years ago
  11. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 11 years ago
  12. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  13. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 11 years ago
  14. 95625db check-point (early) for fontmgr stuff, not called. by reed@google.com · 11 years ago
  15. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 11 years ago
  16. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 11 years ago
  17. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 11 years ago
  18. ce9d95a Fix for android_clang_dbg compiler error by robertphillips@google.com · 11 years ago
  19. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 11 years ago
  20. 0228856 revert 8331 (broke android text) by reed@google.com · 11 years ago
  21. 1361d78 override SkTypeface::onOpenStream for android by reed@google.com · 11 years ago
  22. 3ddb793 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  23. 7935d7c remove obsolete/abandoned font backend by mike@reedtribe.org · 11 years ago
  24. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 11 years ago
  25. 25d5ab0 remove obsolete/unsupported font backend by mike@reedtribe.org · 11 years ago
  26. 06e8737 remove obsolete/orphaned font backend by mike@reedtribe.org · 11 years ago
  27. 177dc6e override SkTypeface::onOpenStream for DW by reed@google.com · 11 years ago
  28. 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 11 years ago
  29. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 11 years ago
  30. 0042b9c override SkTypeface::onOpenStream() by reed@google.com · 11 years ago
  31. cc9aad5 override onGetTableTags() and onGetTableData() in SkTypeface, in preparation for by reed@google.com · 11 years ago
  32. 055180c Use function-ptr instead of SkFontHost api to allow client to handle by reed@google.com · 11 years ago
  33. 2cdc671 add virtual SkTypeface::onOpenStream and override that for fontconfig by reed@google.com · 11 years ago
  34. 38c37dd call onGetUPEM to subclasses can optimize it, and place default behavior by reed@google.com · 11 years ago
  35. 9dcf465 When we read from a RemoteFontStream (might happen maybe with other streams), stream's data might be partially consumed. If so, when we try to read the whole content of the font, we fail, because we read only part of the content. by edisonn@google.com · 11 years ago
  36. 032fbb8 oops, update the INHERITED for our typeface by reed@google.com · 11 years ago
  37. 0fc17c3 inherit from SkTypeface_FreeType to share more code by reed@google.com · 11 years ago
  38. 5dd4502 Update code to use helper function for better readability/searching. by djsollen@google.com · 11 years ago
  39. c1641fc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  40. 2689f61 move impl of AdvancedTypefaceMetrics into typeface (3) by reed@google.com · 11 years ago
  41. f210f50 add new API for gdi fonts (not hooked up yet) by reed@google.com · 11 years ago
  42. c4de776 Add an entry for Cambria-Caladea to the list of metric compatible fonts. by commit-bot@chromium.org · 11 years ago
  43. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  44. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 11 years ago
  45. 8c3f84d use SkStream::NewFromFile() by reed@google.com · 11 years ago
  46. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 11 years ago
  47. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 11 years ago
  48. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 11 years ago
  49. 070235e revert 8204 -- what is happening??? by reed@google.com · 11 years ago
  50. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 11 years ago
  51. 1311f7e revert 8200 to figure out android break by reed@google.com · 11 years ago
  52. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 11 years ago
  53. ac2c82c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  54. d9ef3a2 Create a platform-dependent object for accessing purgeable memory. by scroggo@google.com · 11 years ago
  55. c49cabf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  56. 0e8eee7 add (dummy) SkFontHost::GetFileName (to fix build, will soon be deprecated) by reed@google.com · 11 years ago
  57. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 11 years ago
  58. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 11 years ago
  59. 0b8a2fe comment out debugging printfs by reed@google.com · 11 years ago
  60. 059a4c7 refactor android defines to implicitly assume NDK compliance unless it is explicitly marked as being specific to the android framework. by commit-bot@chromium.org · 11 years ago
  61. 1a64a54 add (temp) SkFontLCDConfig class to hold LCD getters/setters. This will allow by reed@google.com · 11 years ago
  62. d1c7f71 Use correct metrics for GDI glyphs. https://codereview.appspot.com/7635045/ by bungeman@google.com · 12 years ago
  63. e0e385c Removed unused parameters by sugoi@google.com · 12 years ago
  64. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 12 years ago
  65. b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
  66. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
  67. 8890af3 Restart va_list in SkDebugf on win32. by bsalomon@google.com · 12 years ago
  68. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 12 years ago
  69. 8c9737e change FontIdentity to explicitly hold ttcIndex and ID, so we can use both in the by reed@google.com · 12 years ago
  70. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  71. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
  72. 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
  73. ee38c08 add ttcIndex parameter to calls to SkFontStream by reed@google.com · 12 years ago
  74. 5bfc839 start to plumb ttcIndex into fonthost. For now just add to SkFontStream and its callers. by reed@google.com · 12 years ago
  75. 66a58ac Fixed a few warnings by sugoi@google.com · 12 years ago
  76. 075b089 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  77. c75764e If Ashmem cache fails pinCache, do not reallocate. by scroggo@google.com · 12 years ago
  78. 358f8ff Rely on libfontconfig to determine our default font by reed@google.com · 12 years ago
  79. d66045e export getter for global instance of fontconfiginterfacedirect by reed@google.com · 12 years ago
  80. 822bde7 implement fonthost table methods directly in fontconfig backend, _tables now relegated to by reed@google.com · 12 years ago
  81. 6ec97b6 refactor fonthost_tables into wrapper (fonthost) and impl (fontstream) by reed@google.com · 12 years ago
  82. 0c23faf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  83. b103ed4 eliminate atsuii/coretext distinction, and rename to just _mac by mike@reedtribe.org · 12 years ago
  84. fd21c6b try ~0U instead of ~0 to fix signed warning passing to size_t by mike@reedtribe.org · 12 years ago
  85. 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
  86. dc09f07 move some of the impl in fonthost into typeface virtuals by mike@reedtribe.org · 12 years ago
  87. 631cdcb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  88. f71a233 use fontconfig fonthost for skia (in prep for using in chrome) by reed@google.com · 12 years ago
  89. 12eea2b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  90. ee619a0 fix getFamilyName by calling FcFreeTypeQuery by reed@google.com · 12 years ago
  91. 8d33a24 implement CreateTypefaceFromFile by reed@google.com · 12 years ago
  92. b1c65b6 by reed@google.com · 12 years ago
  93. 5ca3bd0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  94. 80f5465 by reed@google.com · 12 years ago
  95. d71fe99 check-point: skiafy SkFontHost_fontconfig from chrome by reed@google.com · 12 years ago
  96. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  97. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  98. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 12 years ago
  99. 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 12 years ago
  100. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago