index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
RecordDrawTest.cpp
Commit message (
Expand
)
Author
Age
*
Record concat as Concat.
mtklein
2015-11-19
*
Comments Style: s/skbug.com/bug.skia.org/
halcanary
2015-11-07
*
SkRecord refactor: fill bounds array instead of BBH directly
mtklein
2015-10-24
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
unsigned -> int for counts and indices in picture-related code
mtklein
2015-08-19
*
flag to use const& instead of const* for src-rect
reed
2015-08-06
*
remove all guards for changes to drawBitmapRect / drawImageRect
reed
2015-07-28
*
add src-rect-constraint to drawImageRect
reed
2015-07-14
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Update SkPicture cull rects with RTree information
schenney
2015-03-06
*
Revert of Update SkPicture cull rects with RTree information (patchset #6 id:...
joshualitt
2015-03-05
*
Update SkPicture cull rects with RTree information
schenney
2015-03-05
*
Simplify SkBBH::insert API
mtklein
2015-02-10
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Rename SkDrawPictureCallback to SkPicture::AbortCallback
robertphillips
2015-01-07
*
Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset ...
reed
2015-01-06
*
Rename SkDrawPictureCallback to SkPicture::AbortCallback
robertphillips
2015-01-06
*
Revert of Revert of move remaining virtual draw methods to onDraw (patchset #...
reed
2015-01-05
*
Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001...
reed
2015-01-05
*
move remaining virtual draw methods to onDraw
reed
2015-01-04
*
add testing flag to ignore saveLayer bounds
reed
2014-12-22
*
Revert of Use SkPaint::getFontBounds() for text bounding boxes in pictures. (...
mtklein
2014-12-16
*
Use SkPaint::getFontBounds() for text bounding boxes in pictures.
mtklein
2014-12-16
*
Defer saves() until they're needed
reed
2014-12-11
*
Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul
reed
2014-12-10
*
Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...
reed
2014-12-09
*
remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...
reed
2014-12-09
*
Change clear() to respect the clip
reed
2014-12-04
*
Revert "Change clear() to respect the clip"
reed
2014-12-02
*
Change clear() to respect the clip
reed
2014-12-02
*
option to return drawable from recording
reed
2014-11-24
*
Implement SkPicture::bytesUsed() for SkRecord backend
tomhudson
2014-11-19
*
wip for drawables
reed
2014-11-18
*
Clang incorrectly thinks this typedef is unused.
mtklein
2014-11-11
*
Shrink saveLayer device bounds when it supplies an explicit bounds and has a ...
robertphillips
2014-11-03
*
Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset...
mtklein
2014-10-29
*
Use SkTypeface::getBounds() in bounding-box calculations.
mtklein
2014-10-29
*
Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset...
mtklein
2014-10-29
*
Use SkTypeface::getBounds() in bounding-box calculations.
mtklein
2014-10-29
*
Cut down SkBBH API more.
mtklein
2014-10-27
*
Adding an option to render only the shadow in SkDropShadowImageFilter
sugoi
2014-10-23
*
Dilate approximated text bounds to squelch recent assertion failure.
mtklein
2014-10-20
*
Override SkCanvas::drawImage() in SkRecorder.
piotaixr
2014-10-16
*
Add SkBBoxHierarchy::reserve() as an optional size hint.
mtklein
2014-10-09
*
Demote getCount, getDepth, and clear to RTree-only methods.
mtklein
2014-10-02
*
BBHs: void* data -> unsigned data
mtklein
2014-10-02
*
Don't adjust the bounds after a restore with the restore's paired saveLayer's...
mtklein
2014-10-01
*
We need to adjust the bounds of clip ops with SaveLayer paints too.
Mike Klein
2014-09-23
*
Fix bug in layer hoisting transition to SkRecord backend
robertphillips
2014-09-16
*
Fix drawPosText() bounds bug.
mtklein
2014-09-02
[next]