1. 769fa6a No effect cleanup in pdf code. Review URL: http://codereview.appspot.com/4927042 by ctguil@chromium.org · 13 years ago
  2. 37ad8fb [PDF] Subset font advance data (W array). by vandebo@chromium.org · 13 years ago
  3. 7b13aca Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 13 years ago
  4. e7f3300 Improve generation of glyph advance array. by vandebo@chromium.org · 13 years ago
  5. 37be7b0 Mark setMatrixClip as public only for VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
  6. a5c7234 Address lint issues in pdf directories. by ctguil@chromium.org · 13 years ago
  7. 7b5e017 Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
  8. 04c643b Use bfrange to shrink ToUnicode table. by vandebo@chromium.org · 13 years ago
  9. b3d5bc1 Remove unneeded include in SkBitSet. http://codereview.appspot.com/4801072/ by bungeman@google.com · 13 years ago
  10. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  11. 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 13 years ago
  12. 93225ff [PDF] Fix mem leak in font subsetting. by vandebo@chromium.org · 13 years ago
  13. a44ea51 use SkConvertQuadToCubic() by reed@google.com · 13 years ago
  14. 9510ccc Cleanup from r1843 based on revision comments. by ctguil@chromium.org · 13 years ago
  15. 1f16589 [PDF] Add font subsetting using the sfntly library. by vandebo@chromium.org · 13 years ago
  16. 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  17. d3a094c [PDF] Fix bug in catalog substitution. by vandebo@chromium.org · 13 years ago
  18. 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
  19. 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  20. 00223fa [PDF] fix off by one in setPage. by vandebo@chromium.org · 13 years ago
  21. 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 13 years ago
  22. 06f7f40 [PDF] Use insert and append helpers for POD data. by vandebo@chromium.org · 13 years ago
  23. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  24. f6c3ebd fix Capitalization of static methods by reed@google.com · 13 years ago
  25. c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 13 years ago
  26. f5181a4 [PDF] Fix substitute resources size calculation. by vandebo@chromium.org · 13 years ago
  27. 2812b80 eliminate unneeded refs/unrefs by reed@google.com · 13 years ago
  28. fb6a53a [PDF] Add setPage method to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  29. b88cfe5 [PDF] Make color shaders work correctly. by vandebo@chromium.org · 13 years ago
  30. 1ddd7c3 Change pdfTransform to asAffine. http://codereview.appspot.com/4704044/ by bungeman@google.com · 13 years ago
  31. 8dcf74f Modified to add support to print in the margins of pdf documents by ctguil@chromium.org · 13 years ago
  32. 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
  33. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  34. d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
  35. 3e7b280 Fix compiler warning triggered by non-understanding of assert. by vandebo@chromium.org · 13 years ago
  36. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  37. 0f1c95c Add a zlib target that the pdf target can depend on. by vandebo@chromium.org · 13 years ago
  38. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  39. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 13 years ago
  40. 7332207 Fix some problems detected by coverity. by vandebo@chromium.org · 13 years ago
  41. e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
  42. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  43. baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 13 years ago
  44. d897bfb [PDF] Add pages accessor to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  45. f0ec266 [PDF] Add plumbing and accessors so that Chrome can record the font types used in a PDF. by vandebo@chromium.org · 13 years ago
  46. 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 13 years ago
  47. 19e3c1e [PDF] Reuse the invert function object for xform object masks. by vandebo@chromium.org · 13 years ago
  48. 13d14a9 [PDF] Rename ContentEntryAccessor to ScopedContentEntry. by vandebo@chromium.org · 13 years ago
  49. 61d2678 [PDF] Fix regression - correct for fInitialTrnasform in form xobjects. by vandebo@chromium.org · 13 years ago
  50. f4ff39c Cleanup: Use member function isContentEmpty(). by ctguil@chromium.org · 13 years ago
  51. ee7a956 [PDF] Don't draw empty layers. by vandebo@chromium.org · 13 years ago
  52. b069c8c [PDF] Add helper class to manage ContentEntry set up and completion. by vandebo@chromium.org · 13 years ago
  53. 481aef6 [PDF] Add clip support and some optimizations for "complex" xfer modes. by vandebo@chromium.org · 13 years ago
  54. 466f3d6 [PDF] Implement clear xfermode with a mask instead of pushing the clip down. by vandebo@chromium.org · 13 years ago
  55. ff39032 [PDF] Improve path effect and drawPath(prePathMatrix) support. by vandebo@chromium.org · 13 years ago
  56. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
  57. 6112c21 [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes. by vandebo@chromium.org · 13 years ago
  58. 78dad54 [PDF] Fix Chrome crash - don't assume that SkDraw.fClipStack != NULL. by vandebo@chromium.org · 14 years ago
  59. 6744d49 [PDF] Add a ToUnicode mapping for fonts. by vandebo@chromium.org · 14 years ago
  60. 339ac3d [PDF] (regression) Update font if size changes. by vandebo@chromium.org · 14 years ago
  61. 69d4ca3 [PDF] Fix bug in graphic state comparison. by vandebo@chromium.org · 14 years ago
  62. 25adce8 [PDF] Add support for Clear, Src, Dst, DstOver xfermodes. by vandebo@chromium.org · 14 years ago
  63. a0c7edb [PDF] Fix setting of existing clip for layers. by vandebo@chromium.org · 14 years ago
  64. 9fbdf87 [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. by vandebo@chromium.org · 14 years ago
  65. be2048a [PDF] Fix fallout from r1217. by vandebo@chromium.org · 14 years ago
  66. 1526129 PDF Device should report non-transformed size for width and height. by ctguil@chromium.org · 14 years ago
  67. ee5ee58 fix warnings about possibly-uninitialized-variables by reed@google.com · 14 years ago
  68. c4654ba [PDF] Fix warnings on Windows. by vandebo@chromium.org · 14 years ago
  69. ea4ac97 make SkDeviceFactory reference counted by mike@reedtribe.org · 14 years ago
  70. 77bcaa3 [PDF] Implement clear() method and a couple fixes. by vandebo@chromium.org · 14 years ago
  71. fb0b0ed [PDF] If the clip is empty, we shouldn't bother actually drawing anything. by vandebo@chromium.org · 14 years ago
  72. 75f97e4 Generalize the flip origin argument to the PDF device constructor. by vandebo@chromium.org · 14 years ago
  73. bd36ebe [PDF] Fix node count in page tree. by vandebo@chromium.org · 14 years ago
  74. f71b210 [PDF] Make the NOT_IMPLEMENTED macro not print anything by default. by vandebo@chromium.org · 14 years ago
  75. 325cb9a Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances. by vandebo@chromium.org · 14 years ago
  76. cae5fba Store content streams in an SkStream instead of an SkString (64k size limit). by vandebo@chromium.org · 14 years ago
  77. ce11b26 convert fixed->scalar directly, since we know that the by reed@google.com · 14 years ago
  78. 3f0dcf9 fix scalar math to work with float and fixed by reed@google.com · 14 years ago
  79. f77e27d Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedTypefaceMetrics. by vandebo@chromium.org · 14 years ago
  80. 316338a by twiz@google.com · 14 years ago
  81. 5b07368 Enable compiling the PDF backend by default in the makefile. by vandebo@chromium.org · 14 years ago
  82. da912d6 [PDF] Add support for Shaders. by vandebo@chromium.org · 14 years ago
  83. a6d59f6 fix warnings in VS 2010 drawPaint() doesn't need +1 to fill its bounds by reed@google.com · 14 years ago
  84. 6bcf995 [PDF] Re add line accidentally removed in r892. by vandebo@chromium.org · 14 years ago
  85. f966fd3 Add SkPDFUtils.cpp to build. by ctguil@chromium.org · 14 years ago
  86. 9db86bb PDF Type3 Support. by ctguil@chromium.org · 14 years ago
  87. 094316b [PDF] Restrict scalars to the range that PDF understands. by vandebo@chromium.org · 14 years ago
  88. 0129410 [PDF] Fix broken encoding conversion code for non-multibyte fonts. by vandebo@chromium.org · 14 years ago
  89. c2a9b7f [PDF] Remove one copy of each content stream. by vandebo@chromium.org · 14 years ago
  90. f60a001 [PDF] Change the way flip origin is done. by vandebo@chromium.org · 14 years ago
  91. 8ab3e0f [PDF] Bug fix - missing last odd column in 4444 bitmaps. by vandebo@chromium.org · 14 years ago
  92. d90c141 [PDF] Clean up SkPDFStream and make it inherit from SkPDFDict. by vandebo@chromium.org · 14 years ago
  93. 46799cd change virtual setMatrixClip() to take a SkClipStack parameter. by reed@google.com · 14 years ago
  94. 4854327 [PDF] Add support for xfermodes / blend modes. by vandebo@chromium.org · 14 years ago
  95. 79ac4fd [PDF] Change SkPDFFormXObject to not hold a reference to device. by vandebo@chromium.org · 14 years ago
  96. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  97. 1aef2ed [PDF] Start from an identity transform for drawDevice. by vandebo@chromium.org · 14 years ago
  98. c48b2b3 Cleanup SkPDFTypfaceInfo and make it more generic. by vandebo@chromium.org · 14 years ago
  99. f7c1576 [PDF] Clean up ref counting. by vandebo@chromium.org · 14 years ago
  100. fb697e7 [PDF] Fix bugs preventing gm from running with PDF support. by vandebo@chromium.org · 14 years ago