aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFShader.cpp
Commit message (Expand)AuthorAge
* Make SkShader store localM directly rather than as a separate alloc.Gravatar bsalomon@google.com2012-10-31
* [PDF] Fix gradient generation code (remove extra 'dup' in some cases)Gravatar vandebo@chromium.org2012-10-22
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un...Gravatar rileya@google.com2012-07-25
* Replace all instances of 'clear' with 'pop's in conical gradient pdf impl, lo...Gravatar rileya@google.com2012-07-10
* Added pdf implementation of conical gradient.Gravatar rileya@google.com2012-07-10
* [PDF] Fix PDF code to not crash on SkComposeShader.Gravatar vandebo@chromium.org2012-06-28
* fix missing switch-statement handler (for conical gradient)Gravatar reed@google.com2012-06-11
* extend asAGradient for Conical type (to be implemented by PDF and XPS)Gravatar reed@google.com2012-06-07
* 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