index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPictureData.cpp
Commit message (
Expand
)
Author
Age
*
detect truncated pict streams
Mike Reed
2018-02-01
*
Remove unused SkPictureContentInfo
Brian Salomon
2018-01-26
*
Remove GrContext::getRecommendedSampleCount and SkPictureContentInfo::suitabl...
Brian Salomon
2018-01-26
*
Various MSAN fixes
Kevin Lubick
2018-01-23
*
validate paint setters in readbuffer
Mike Reed
2018-01-18
*
Avoid nullptr deference when deserializing SkPicture
Kevin Lubick
2018-01-11
*
remove unneeded readbuffer flags
Mike Reed
2018-01-03
*
add serialprocs to MultiDocument, hide redundant methods
Mike Reed
2017-12-21
*
remove unused willPlayBackBitmaps from picture
Mike Reed
2017-12-20
*
Revert "Revert "impl SkSerial picture procs""
Mike Reed
2017-12-13
*
Revert "impl SkSerial picture procs"
Mike Reed
2017-12-13
*
impl SkSerial picture procs
Mike Reed
2017-12-13
*
upgrade SkReadBuffer to always validate
Mike Reed
2017-12-06
*
add serial procs to pictures
Mike Reed
2017-12-05
*
remove unused readBitmapAsImage from readbuffer
Mike Reed
2017-11-28
*
remove legacy Create from SkTextBlob
Mike Reed
2017-11-16
*
Remove trailing whitespace.
Ben Wagner
2017-10-09
*
Revert[2] "More SkVertices implementation work""
Mike Reed
2017-03-17
*
Revert "More SkVertices implementation work"
Mike Reed
2017-03-17
*
More SkVertices implementation work
Mike Reed
2017-03-17
*
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
Hal Canary
2017-01-11
*
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
Kevin Lubick
2017-01-11
*
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
Hal Canary
2017-01-11
*
Guard some uint32_t -> int cases in SkPictureData reading
Robert Phillips
2016-12-19
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
ensure we always set the pictinfo.fVersion
Mike Reed
2016-10-04
*
Deserialize pictures with custom image-deserializer
reed
2016-08-11
*
remove support for serializing bitmaps in old format
reed
2016-08-10
*
Move SkTypeface to sk_sp.
bungeman
2016-05-12
*
Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...
scroggo
2016-05-12
*
Move SkTypeface to sk_sp.
bungeman
2016-05-11
*
Prototype code that turns any/every flattenable into JSON
brianosman
2016-05-04
*
Remove SkWriter32::contiguousArray().
mtklein
2016-04-29
*
Enable flattening of SkRecordedDrawable
msarett
2016-04-27
*
Revert of Enable flattening of SkRecordedDrawable (patchset #8 id:140001 of h...
mtklein
2016-04-27
*
Enable flattening of SkRecordedDrawable
msarett
2016-04-27
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
return pictures as sk_sp
reed
2016-03-18
*
detach -> release
mtklein
2016-03-16
*
Make sp variants for SkData
reed
2016-03-11
*
fix skp fuzz
caryclark
2016-01-21
*
Dedup SkPaths by gen-ID when going to .skp
mtklein
2015-10-30
*
SkImageSource
fmalita
2015-09-14
*
Handle zero-length encoded images gracefully during deserialization
fmalita
2015-09-04
*
Suppress embedding fonts when the skp's fonts match the OS fonts.
caryclark
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Deduplicate typefaces across sub-pictures
mtklein
2015-08-18
*
Double free in ~SkPictureData()
fmalita
2015-07-29
[next]