index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
pdf
/
SkPDFGraphicState.cpp
Commit message (
Expand
)
Author
Age
*
SkPDF: simplify SkPDFGraphicState
Hal Canary
2017-06-30
*
SkPDF: Clean up
Hal Canary
2017-06-28
*
SkPDF: remove duplicate dict entry
Hal Canary
2017-06-23
*
src/pdf: code cleanup
Hal Canary
2017-05-04
*
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
reed
2016-10-05
*
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...
Mike Reed
2016-10-03
*
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
Mike Reed
2016-10-03
*
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-03
*
replace SkXfermode obj with SkBlendMode enum in paints
Mike Reed
2016-10-03
*
SkPDF: in-place font subsetting
halcanary
2016-08-18
*
SkPDF: PDFShader code modernized.
halcanary
2016-08-03
*
SkPDF: PDFStream has-a not is-a PDFDict
halcanary
2016-07-29
*
SkPdf: SkPDFFormXObject de-class-ified.
halcanary
2016-07-27
*
SkPDF: refactor font subset: fewer copies
halcanary
2016-07-27
*
Remove unnecessary includes in src/pdf/
martina.kollarova
2016-06-29
*
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
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
SkPDF: Simplify PDFStream / emitObject() const
halcanary
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
*
SkPDF: clean up uses of deprecated calls in other SkPDF classes
halcanary
2015-04-27
*
SkPDF: SkPDFGraphicState Lookup hashtabled
halcanary
2015-04-01
*
SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap
halcanary
2015-03-31
*
PDF: Canon now owns a reference to all interned objects
halcanary
2015-02-27
*
PDF: Now threadsafe!
halcanary
2015-02-20
*
Simplify reference management in SkPDF
halcanary
2015-02-10
*
Use SkLazyPtr in SkPDFGraphicState.cpp
halcanary
2015-01-21
*
SkPDFCanon
halcanary
2015-01-21
*
In SkPDFDocument::emitPDF(), stop pre-calculating file offsets.
halcanary
2015-01-13
*
Change function signature of SkPDFObject::emitObject.
halcanary
2015-01-12
*
SkData can allocate room for its contents in the same block
reed
2014-09-11
*
Fix thread unsafe mutex initialization.
bungeman
2014-07-25
*
Switch SkPDFStream's internal storage from SkStream to SkData
halcanary
2014-06-27
[next]