aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf
Commit message (Expand)AuthorAge
* Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy useGravatar tomhudson@google.com2011-09-13
* Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(),Gravatar tomhudson@google.com2011-09-12
* rolling back the experimental rollbacks in r2178-2179Gravatar epoger@google.com2011-08-26
* rolling tree back to its state as of r2169 to see if that fixes Windows build...Gravatar epoger@google.com2011-08-26
* Don't intersect clipstack with root device boundsGravatar bsalomon@google.com2011-08-25
* Remove compiler warnings (Linux clang, mostly).Gravatar tomhudson@google.com2011-08-25
* Clean up PDF code for text decoration change.Gravatar bungeman@google.com2011-08-23
* Gpu can draw underlined text.Gravatar bungeman@google.com2011-08-22
* No effect cleanup in pdf code.Gravatar ctguil@chromium.org2011-08-20
* [PDF] Subset font advance data (W array).Gravatar vandebo@chromium.org2011-08-18
* Revert "Improve generation of glyph advance array." This reverts commit r2126Gravatar vandebo@chromium.org2011-08-16
* Improve generation of glyph advance array.Gravatar vandebo@chromium.org2011-08-16
* Mark setMatrixClip as public only for VectorPlatformDeviceSkia.Gravatar vandebo@chromium.org2011-08-16
* Address lint issues in pdf directories.Gravatar ctguil@chromium.org2011-08-15
* Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia.Gravatar vandebo@chromium.org2011-08-15
* Use bfrange to shrink ToUnicode table.Gravatar vandebo@chromium.org2011-08-08
* Remove unneeded include in SkBitSet.Gravatar bungeman@google.com2011-08-01
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* [PDF] Improve efficiency of glyph id collection during font subsetting.Gravatar vandebo@chromium.org2011-07-27
* [PDF] Fix mem leak in font subsetting.Gravatar vandebo@chromium.org2011-07-27
* use SkConvertQuadToCubic()Gravatar reed@google.com2011-07-27
* Cleanup from r1843 based on revision comments.Gravatar ctguil@chromium.org2011-07-27
* [PDF] Add font subsetting using the sfntly library.Gravatar vandebo@chromium.org2011-07-26
* [PDF] Refactor SkPDFFont to enable font/cmap subsetting.Gravatar vandebo@chromium.org2011-07-25
* [PDF] Fix bug in catalog substitution.Gravatar vandebo@chromium.org2011-07-25
* Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting."Gravatar vandebo@chromium.org2011-07-23
* [PDF] Refactor SkPDFFont to enable font/cmap subsetting.Gravatar vandebo@chromium.org2011-07-23
* [PDF] fix off by one in setPage.Gravatar vandebo@chromium.org2011-07-22
* replace SkRefPtr for parameters with simple pointersGravatar reed@google.com2011-07-20
* [PDF] Use insert and append helpers for POD data.Gravatar vandebo@chromium.org2011-07-20
* [PDF] Make stream compression optional on a per device basis.Gravatar vandebo@chromium.org2011-07-20
* fix Capitalization of static methodsGravatar reed@google.com2011-07-20
* helpers for append and insert when the value is a POD.Gravatar reed@google.com2011-07-20
* [PDF] Fix substitute resources size calculation.Gravatar vandebo@chromium.org2011-07-20
* eliminate unneeded refs/unrefsGravatar reed@google.com2011-07-19
* [PDF] Add setPage method to SkPDFDocument.Gravatar vandebo@chromium.org2011-07-18
* [PDF] Make color shaders work correctly.Gravatar vandebo@chromium.org2011-07-18
* Change pdfTransform to asAffine.Gravatar bungeman@google.com2011-07-13
* Modified to add support to print in the margins of pdf documentsGravatar ctguil@chromium.org2011-07-12
* [PDF] Add a concept of a substitute object to the SkPDFCatalog class.Gravatar vandebo@chromium.org2011-07-06
* remove SkDeviceFactory from the collective consciousness, now that devices knowGravatar reed@google.com2011-07-06
* A bit set class. Will be used for font subsetting.Gravatar vandebo@chromium.org2011-07-02
* Fix compiler warning triggered by non-understanding of assert.Gravatar vandebo@chromium.org2011-06-27
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* Add a zlib target that the pdf target can depend on.Gravatar vandebo@chromium.org2011-06-24
* replace detach/getStream apis on dynamicwstream with SkDataGravatar reed@google.com2011-06-24
* Fix a batch of coverity defects, uninitialized class fields.Gravatar vandebo@chromium.org2011-06-21
* Fix some problems detected by coverity.Gravatar vandebo@chromium.org2011-06-21
* Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...Gravatar bsalomon@google.com2011-06-17
* make SkDevice constructors explicit between offscreen and on/directGravatar reed@google.com2011-06-16