aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFShader.cpp
Commit message (Expand)AuthorAge
* Fixed minor c++ issues found by cppcheckGravatar robertphillips@google.com2012-04-27
* [PDF] Handle failures of matrix inversionGravatar vandebo@chromium.org2012-04-17
* Fix some fixed-point bugs.Gravatar vandebo@chromium.org2012-04-17
* Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed ...Gravatar vandebo@chromium.org2012-04-17
* [PDF] Handle failures of matrix inversion.Gravatar vandebo@chromium.org2012-04-17
* [PDF] If matrix inversion fails, use the identity matrix.Gravatar vandebo@chromium.org2012-04-13
* [PDF] Fix memory hungry inefficiency in pdf resource tracking.Gravatar vandebo@chromium.org2012-03-09
* [PDF] Fix some fixed/float-point mismatches for image shaders.Gravatar vandebo@chromium.org2012-03-09
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* [PDF] Fix some scalar/int assumptions.Gravatar vandebo@chromium.org2012-01-05
* Coverity: Add a default case in SkPDFShader. CID=101159Gravatar vandebo@chromium.org2011-12-21
* Address lint issues in pdf directories.Gravatar ctguil@chromium.org2011-08-15
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* replace SkRefPtr for parameters with simple pointersGravatar reed@google.com2011-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] Make color shaders work correctly.Gravatar vandebo@chromium.org2011-07-18
* Fix a batch of coverity defects, uninitialized class fields.Gravatar vandebo@chromium.org2011-06-21
* [PDF] Fix fallout from r1217.Gravatar vandebo@chromium.org2011-05-02
* PDF Device should report non-transformed size for width and height.Gravatar ctguil@chromium.org2011-04-29
* Generalize the flip origin argument to the PDF device constructor.Gravatar vandebo@chromium.org2011-04-11
* Correction of the non-portable use of dynamically allocated stack arrays in theGravatar twiz@google.com2011-03-09
* [PDF] Add support for Shaders.Gravatar vandebo@chromium.org2011-03-08