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
*
SkScalarMul is deprecated
Mike Reed
2017-02-14
*
SkPDF: skip shader lookup for SkShader::kColor_GradientType
Hal Canary
2017-02-13
*
SkPDF: subset drawImageRect while still deduping
Hal Canary
2016-09-30
*
SkPDF: use SkImage::isAImage
Hal Canary
2016-09-28
*
SkPDF: bikeshed: use `auto` less
halcanary
2016-08-09
*
SkPDF: PDFShader code modernized.
halcanary
2016-08-03
*
implement isABitmap for imageshader, return localmatrix for bitmap's impl
reed
2016-08-01
*
SkPDF: PDFStream has-a not is-a PDFDict
halcanary
2016-07-29
*
SkPDF: flip saveLayer rightside up
halcanary
2016-07-29
*
SkPdf: SkPDFFormXObject de-class-ified.
halcanary
2016-07-27
*
SkPDF: SkPDFStream takes a unique_ptr
halcanary
2016-07-27
*
SkPdf: smaller color serialization
halcanary
2016-07-15
*
SkPDF: SkPDFStream takes only SkStreamAsset
halcanary
2016-06-29
*
SkPDF: Use type 2/3 shading for gradient shaders
cabanier
2016-06-17
*
SkPDF: properly dedup bitmaps in shaders
halcanary
2016-04-01
*
SkPDF: PDFShader does not hold images/bitmaps
halcanary
2016-04-01
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
SkPDF s/SkAutoTDelete/std::unique_ptr/
halcanary
2016-03-28
*
move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR
reed
2016-03-25
*
SkPDF: speed up SkPDFShader generation.
halcanary
2016-03-25
*
SkPDF: SkPDFDevice has ptr to SkPDFDocument
halcanary
2016-03-21
*
detach -> release
mtklein
2016-03-16
*
SkPDF: remove all globally references SkPDFObjects
halcanary
2016-03-13
*
SkPDF: use sk_ref_sp
halcanary
2016-03-09
*
SkPDF: Add sk_sp setters; .release() becomes std::move()
halcanary
2016-03-08
*
Revert of SkPDF: Add sk_sp setters; .release() becomes std::move() (patchset ...
halcanary
2016-03-08
*
SkPDF: Add sk_sp setters; .release() becomes std::move()
halcanary
2016-03-08
*
SkPDF: use sk_make_sp<T> when it makes sense.
halcanary
2016-03-08
*
SkPDF: s/SkAutoTUnref/sk_sp/g
halcanary
2016-03-07
*
SkPDF: AutoTUnref<T> changes in use
halcanary
2016-03-06
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...
mtklein
2015-09-09
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
change asABitmap to isABitmap on shader
reed
2015-08-19
*
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...
reed
2015-05-12
*
Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...
reed
2015-05-12
*
stop calling SkScalarDiv
reed
2015-05-12
*
remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical
reed
2015-05-04
*
SkPDF: clean up uses of deprecated calls in other SkPDF classes
halcanary
2015-04-27
*
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
[next]