1. 437eea1 impl onCreateFrom... for fontmgr on windows by reed@google.com · 12 years ago
  2. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 12 years ago
  3. 9711e44 Move MMap to SkData. by commit-bot@chromium.org · 12 years ago
  4. 484f5bc first impl of fontmgr for gdi by reed@google.com · 12 years ago
  5. ab79282 its ok if there is no family name in the pattern for fontconfig, for fc will interpret by reed@google.com · 12 years ago
  6. e36a168 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  7. da2cd7b Add missing unistd.h include after r8765. by commit-bot@chromium.org · 12 years ago
  8. f55061f check-point for linux fontmgr impl by reed@google.com · 12 years ago
  9. 750a24b fix refcnts for singleton fontconfig-direct by reed@google.com · 12 years ago
  10. e49d67e start cleanup, in prep for new fontmgr impl by reed@google.com · 12 years ago
  11. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  12. df798b3 can't return false for a ptr (unless you're in gcc) by reed@google.com · 12 years ago
  13. 027fd20 use SkDataTable to return familyNames for fontmgr by reed@google.com · 12 years ago
  14. 4ca890e check-point for new fontmgr on linux by reed@google.com · 12 years ago
  15. 4c6adf9 Updates to images project. by scroggo@google.com · 12 years ago
  16. 21db1db Temporary patch to get Chrome Windows compiling by robertphillips@google.com · 12 years ago
  17. 54c6914 extend FontConfigInterface to start to match new fontmgr design by reed@google.com · 12 years ago
  18. 390c6d7 Fix font handles leak. We return without freeing resources. by edisonn@google.com · 12 years ago
  19. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  20. d55846d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. 964988f add matcher to fontstyleset Review URL: https://codereview.chromium.org/13312002 by reed@google.com · 12 years ago
  22. 87379e1 Fix minor cppcheck-found issues by robertphillips@google.com · 12 years ago
  23. dea7ee0 add caching to fontmgr for mac by reed@google.com · 12 years ago
  24. 070da5e add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it by reed@google.com · 12 years ago
  25. 3dcbd46 CTFontManagerCopyAvailableFontFamilyNames is not always available (on iOS) by reed@google.com · 12 years ago
  26. 37cbc7f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  27. ce8b3de store real fontstyle on mac fonts by reed@google.com · 12 years ago
  28. 83787c5 impl part of SKFontMgr for mac by reed@google.com · 12 years ago
  29. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 12 years ago
  30. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  31. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
  32. 95625db check-point (early) for fontmgr stuff, not called. by reed@google.com · 12 years ago
  33. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 12 years ago
  34. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  35. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 12 years ago
  36. ce9d95a Fix for android_clang_dbg compiler error by robertphillips@google.com · 12 years ago
  37. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 12 years ago
  38. 0228856 revert 8331 (broke android text) by reed@google.com · 12 years ago
  39. 1361d78 override SkTypeface::onOpenStream for android by reed@google.com · 12 years ago
  40. 3ddb793 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  41. 7935d7c remove obsolete/abandoned font backend by mike@reedtribe.org · 12 years ago
  42. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 12 years ago
  43. 25d5ab0 remove obsolete/unsupported font backend by mike@reedtribe.org · 12 years ago
  44. 06e8737 remove obsolete/orphaned font backend by mike@reedtribe.org · 12 years ago
  45. 177dc6e override SkTypeface::onOpenStream for DW by reed@google.com · 12 years ago
  46. 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 12 years ago
  47. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 12 years ago
  48. 0042b9c override SkTypeface::onOpenStream() by reed@google.com · 12 years ago
  49. cc9aad5 override onGetTableTags() and onGetTableData() in SkTypeface, in preparation for by reed@google.com · 12 years ago
  50. 055180c Use function-ptr instead of SkFontHost api to allow client to handle by reed@google.com · 12 years ago
  51. 2cdc671 add virtual SkTypeface::onOpenStream and override that for fontconfig by reed@google.com · 12 years ago
  52. 38c37dd call onGetUPEM to subclasses can optimize it, and place default behavior by reed@google.com · 12 years ago
  53. 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 · 12 years ago
  54. 032fbb8 oops, update the INHERITED for our typeface by reed@google.com · 12 years ago
  55. 0fc17c3 inherit from SkTypeface_FreeType to share more code by reed@google.com · 12 years ago
  56. 5dd4502 Update code to use helper function for better readability/searching. by djsollen@google.com · 12 years ago
  57. c1641fc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. 2689f61 move impl of AdvancedTypefaceMetrics into typeface (3) by reed@google.com · 12 years ago
  59. f210f50 add new API for gdi fonts (not hooked up yet) by reed@google.com · 12 years ago
  60. c4de776 Add an entry for Cambria-Caladea to the list of metric compatible fonts. by commit-bot@chromium.org · 12 years ago
  61. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  62. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 12 years ago
  63. 8c3f84d use SkStream::NewFromFile() by reed@google.com · 12 years ago
  64. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 12 years ago
  65. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 12 years ago
  66. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 12 years ago
  67. 070235e revert 8204 -- what is happening??? by reed@google.com · 12 years ago
  68. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 12 years ago
  69. 1311f7e revert 8200 to figure out android break by reed@google.com · 12 years ago
  70. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 12 years ago
  71. ac2c82c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  72. d9ef3a2 Create a platform-dependent object for accessing purgeable memory. by scroggo@google.com · 12 years ago
  73. c49cabf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  74. 0e8eee7 add (dummy) SkFontHost::GetFileName (to fix build, will soon be deprecated) by reed@google.com · 12 years ago
  75. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 12 years ago
  76. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 12 years ago
  77. 0b8a2fe comment out debugging printfs by reed@google.com · 12 years ago
  78. 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 · 12 years ago
  79. 1a64a54 add (temp) SkFontLCDConfig class to hold LCD getters/setters. This will allow by reed@google.com · 12 years ago
  80. d1c7f71 Use correct metrics for GDI glyphs. https://codereview.appspot.com/7635045/ by bungeman@google.com · 12 years ago
  81. e0e385c Removed unused parameters by sugoi@google.com · 12 years ago
  82. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 12 years ago
  83. b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
  84. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
  85. 8890af3 Restart va_list in SkDebugf on win32. by bsalomon@google.com · 12 years ago
  86. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 12 years ago
  87. 8c9737e change FontIdentity to explicitly hold ttcIndex and ID, so we can use both in the by reed@google.com · 12 years ago
  88. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  89. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
  90. 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
  91. ee38c08 add ttcIndex parameter to calls to SkFontStream by reed@google.com · 12 years ago
  92. 5bfc839 start to plumb ttcIndex into fonthost. For now just add to SkFontStream and its callers. by reed@google.com · 12 years ago
  93. 66a58ac Fixed a few warnings by sugoi@google.com · 12 years ago
  94. 075b089 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  95. c75764e If Ashmem cache fails pinCache, do not reallocate. by scroggo@google.com · 12 years ago
  96. 358f8ff Rely on libfontconfig to determine our default font by reed@google.com · 12 years ago
  97. d66045e export getter for global instance of fontconfiginterfacedirect by reed@google.com · 12 years ago
  98. 822bde7 implement fonthost table methods directly in fontconfig backend, _tables now relegated to by reed@google.com · 12 years ago
  99. 6ec97b6 refactor fonthost_tables into wrapper (fonthost) and impl (fontstream) by reed@google.com · 12 years ago
  100. 0c23faf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago