index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkRecorder.h
Commit message (
Expand
)
Author
Age
*
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
*
remove unused drawData
reed
2015-01-02
*
Remove SkCanvas::isDrawingToLayer
junov
2014-12-15
*
Cull pushCull and popCull from Skia.
mtklein
2014-12-12
*
Remove SkCanvas::drawBitmapMatrix()
Florin Malita
2014-12-10
*
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
*
SkData -> SkPicture::SnapshotArray
mtklein
2014-11-21
*
Allow pictures to have a full bounds
reed
2014-11-19
*
Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...
reed
2014-11-19
*
allow pictures to have a full bounds
reed
2014-11-19
*
wip for drawables
reed
2014-11-18
*
Override SkCanvas::drawImage() in SkRecorder.
piotaixr
2014-10-16
*
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...
reed
2014-09-22
*
Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...
reed
2014-09-21
*
introduce Props to surface (work in progress)
reed
2014-09-21
*
Implement all SkCanvas overrides that SkPictureRecord does.
mtklein
2014-09-04
*
SkTextBlob plumbing
fmalita
2014-08-26
*
Support comment groups in SkRecord.
mtklein
2014-08-22
*
SkTextBlob
fmalita
2014-08-21
*
SkRecordDraw: incorporate clip into BBH
mtklein
2014-08-15
*
Start tracking the CTM while filling the BBH in SkRecordDraw.
mtklein
2014-08-13
*
SkCanvas::drawPatch param SkPoint[12]
dandov
2014-08-12
*
add drawPicture variant that takes a matrix and paint
reed
2014-08-09
*
change drawPicture in SkRecord to just ref the picture
reed
2014-08-07
*
Stopped skipping tests in dm of SkPatch by implementing the
dandov
2014-08-07
*
SaveFlags be-gone
Florin Malita
2014-06-30
*
Add EXPERIMENTAL_beginRecording() for SkRecord-based recording.
mtklein
2014-06-17