index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
pdf
/
SkPDFShader.cpp
Commit message (
Expand
)
Author
Age
*
SkPDF: ResourceDict replaced by factory function
halcanary
2015-04-09
*
SkPDF: SkPDFGraphicState Lookup hashtabled
halcanary
2015-04-01
*
SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap
halcanary
2015-03-31
*
SkPDF: skpdfdocument and skpdfpage use skpdfdevice in a const way
halcanary
2015-03-25
*
SkPDF: Fix leak in SkPDFShader
halcanary
2015-03-24
*
SkPDF: clean up extra references
halcanary
2015-03-24
*
PDF: Canon now owns a reference to all interned objects
halcanary
2015-02-27
*
SkPDF: replace SkPDFDevice::copyContentToData
halcanary
2015-02-24
*
PDF: remove unnecessary mutexes.
halcanary
2015-02-20
*
PDF: Now threadsafe!
halcanary
2015-02-20
*
PDF : New factory function for SkPDFDevice
halcanary
2015-02-20
*
[PDF] Fix shader fallback mapping when clipped
fmalita
2015-02-12
*
Simplify reference management in SkPDF
halcanary
2015-02-10
*
minor changes left out of http://crrev.com/873543002
halcanary
2015-01-23
*
More changes to SkPDFShader to eliminate multiple inheritance!
halcanary
2015-01-23
*
Simplify SkPDFShader class. Now invalid objects are never created.
halcanary
2015-01-23
*
Make SkStream *not* ref counted.
scroggo
2015-01-21
*
SkPDFCanon
halcanary
2015-01-21
*
Generic PDF shader fallback
fmalita
2015-01-13
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Add SK_OVERRIDE to a few places that are missing it.
mtklein
2014-12-15
*
Remove SkCanvas::drawBitmapMatrix()
Florin Malita
2014-12-10
*
SkData can allocate room for its contents in the same block
reed
2014-09-11
*
Fix thread unsafe mutex initialization.
bungeman
2014-07-25
*
Use SkMutex::assertHeld in SkPDFFont and SkPDFShader.
halcanary
2014-06-20
*
deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...
reed@google.com
2013-12-17
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
PDF: support perspective in simple shaders. (this version does not work well ...
edisonn@google.com
2013-10-24
*
Revert "PDF: support perspective in simple shaders. (this version does not wo...
vandebo@chromium.org
2013-10-18
*
PDF: support perspective in simple shaders. (this version does not work well ...
vandebo@chromium.org
2013-10-18
*
Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten ...
commit-bot@chromium.org
2013-10-14
*
pdf: ifgnore shader colors applied for 0 range.
edisonn@google.com
2013-09-17
*
Restyle SkPDFImageShader and support tiling bitmaps outside clip bounds
commit-bot@chromium.org
2013-08-21
*
Implemented transparent gradients
commit-bot@chromium.org
2013-07-23
*
Fix Clang build on SkPDFResourceDict (CL 18977002)
commit-bot@chromium.org
2013-07-23
*
If we fail to contruct the Pdf Image Shader, mark the object as busted, and d...
edisonn@google.com
2013-07-23
*
Revert "Adds SkPDFResourceDict class, refactor existing code to use it."
vandebo@chromium.org
2013-07-22
*
Adds SkPDFResourceDict class, refactor existing code to use it.
commit-bot@chromium.org
2013-07-22
*
Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors exis...
vandebo@chromium.org
2013-07-19
*
Adds SkPDFResourceDict class to manage resource dicts. Refactors existing cod...
commit-bot@chromium.org
2013-07-19
*
Fixed a bug with linear gradient PDF matrices and added test cases
commit-bot@chromium.org
2013-06-12
*
Fix build error when building Android in Release mode with -O2.
djsollen@google.com
2013-04-03
*
resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we
edisonn@google.com
2013-04-02
*
Reverting r8233 (Use SkSet in PDF)
robertphillips@google.com
2013-03-20
*
resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime...
edisonn@google.com
2013-03-19
*
revert r7892
edisonn@google.com
2013-02-28
*
resubmit after fixing assert issue: https://codereview.appspot.com/6744050
edisonn@google.com
2013-02-27
*
Revert r7883
edisonn@google.com
2013-02-27
*
Use SkSet to fix issue when pdf generates an exp number of resources.
edisonn@google.com
2013-02-27
*
Remove SkRefPtr
vandebo@chromium.org
2013-01-04
[next]