index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
PictureTest.cpp
Commit message (
Expand
)
Author
Age
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
Fix clip expansion in SkPictureRecord::recordRestoreOffsetPlaceholder()
fmalita@google.com
2013-08-27
*
When gather pixel refs was broken, REPORTER_ASSERT(data) realized that data w...
commit-bot@chromium.org
2013-07-09
*
Replace SkPicture(SkStream) constructors with a factory.
scroggo@google.com
2013-06-28
*
New API for encoding bitmaps during serialization.
scroggo@google.com
2013-05-21
*
Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inve...
junov@chromium.org
2013-05-08
*
reverting 9031
junov@chromium.org
2013-05-07
*
Fix SkPicture path bound optimization to handle inverse filled paths.
junov@chromium.org
2013-05-07
*
Use SkError for a bitmap that could not be decoded.
scroggo@google.com
2013-04-25
*
Change random number generator for 'tests' to SkMWCRandom. Also removes some
jvanverth@google.com
2013-03-04
*
Tests : Unused parameters cleanup
sugoi@google.com
2013-02-27
*
Fixing crash in cloning empty SkPicture object
junov@chromium.org
2013-01-28
*
override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those,
reed@google.com
2013-01-24
*
Fix signed/unsigned comparison in PictureTest.cpp
bsalomon@google.com
2013-01-08
*
Fix signed/unsigned comparison warning in PictureTest.cpp
bsalomon@google.com
2013-01-08
*
In SKP serialization, use existing encoded data.
scroggo@google.com
2012-12-10
*
Handle recording a bitmap if copy fails.
scroggo@google.com
2012-12-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-30
*
add SkPictureUtils::GatherPixelRefs()
reed@google.com
2012-11-29
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-03
*
catch empty stack in restorefixup called by clipRect
reed@google.com
2012-10-02
*
For a picture playback with nothing written, use an empty SkData.
scroggo@google.com
2012-09-14