index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
pdf
/
SkPDFFont.cpp
Commit message (
Expand
)
Author
Age
*
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
*
In Google3 build, use SK_SFNTLY_SUBSETTER define to enable/disable sfntly.
benjaminwagner
2016-01-05
*
Also ignore sfntly for Google3/iOS.
mtklein
2016-01-05
*
Enable BUILD file compilation of skia and dm with --config=android_arm.
benjaminwagner
2015-10-26
*
SkPDF: fall back on paths for unembeddable fonts.
halcanary
2015-10-12
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
SkPDF: Memory improvements for PDF Streams
halcanary
2015-08-20
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
SkPDF: Simplify PDFStream / emitObject() const
halcanary
2015-08-19
*
Propagate SkSurfaceProps when known
robertphillips
2015-07-07
*
simplify release-proc for SkData, removing unneeded size param
reed
2015-06-17
*
Font variations.
bungeman
2015-05-20
*
SkPDF: Add Sfntly to DEPS, gyp
halcanary
2015-05-18
*
Revert of SkPDF: Add Sfntly to DEPS, gyp, SkUserConfig (patchset #7 id:570001...
halcanary
2015-05-18
*
SkPDF: Add Sfntly to DEPS, gyp
halcanary
2015-05-18
*
Revert of Font variations. (patchset #26 id:500001 of https://codereview.chro...
robertphillips
2015-05-15
*
Font variations.
bungeman
2015-05-14
*
Revert of Font variations. (patchset #21 id:400001 of https://codereview.chro...
bungeman
2015-05-13
*
Font variations.
bungeman
2015-05-13
*
PerGlyphInfo is on SkTypeface
reed
2015-05-12
*
fix reference to _PerGlyphInfo
reed
2015-05-12
*
Make SkAdvancedTypefaceMetrics private.
reed
2015-05-12
*
SkPDF: Move utility fns to SkPDFUtils
halcanary
2015-05-06
*
SkPDF: clean up uses of deprecated calls in SkPDFFont
halcanary
2015-05-05
*
SkPDF: Refactor SkPDFObject heiararchy.
halcanary
2015-04-25
*
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
*
Upstream support for sfntly in Google3
mtklein
2015-02-17
*
Simplify reference management in SkPDF
halcanary
2015-02-10
*
Make SkStream *not* ref counted.
scroggo
2015-01-21
*
SkPDFCanon
halcanary
2015-01-21
*
Change function signature of SkPDFObject::emitObject.
halcanary
2015-01-12
*
Cleanup: Remove a bunch of SkFontHost.h includes (unused).
tfarina
2014-12-18
*
Even more win64 warning fixes
bsalomon
2014-12-12
*
Fix int16_t for glyphs, const glyphs, and clarify glyph loop.
bungeman
2014-10-03
*
SkData can allocate room for its contents in the same block
reed
2014-09-11
*
Fix memory leak in SkPDFType1Font
djsollen
2014-08-28
*
Fix thread unsafe mutex initialization.
bungeman
2014-07-25
*
Make SkPDFFont::fFontInfo a const pointer.
halcanary
2014-07-11
*
Switch SkPDFStream's internal storage from SkStream to SkData
halcanary
2014-06-27
*
Revert of Switch SkPDFStream's internal storage from SkStream to SkData (http...
rmistry
2014-06-26
*
Switch SkPDFStream's internal storage from SkStream to SkData
halcanary
2014-06-26
*
Use SkMutex::assertHeld in SkPDFFont and SkPDFShader.
halcanary
2014-06-20
[next]