index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
bitmapscroll.cpp
Commit message (
Expand
)
Author
Age
*
remove unused GM flags
mtklein
2015-01-23
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Cleanup: More override fixes - another round.
tfarina
2015-01-05
*
Skip tiling on bitmapscroll:
Mike Klein
2014-07-16
*
Add always-threaded SkRecord quilt tests.
mtklein
2014-07-07
*
use platform-independent font for gm
caryclark
2014-06-23
*
Cleanup: Get rid of make_isize() function from gm.h.
tfarina
2014-06-09
*
Turn on quilt mode in DM.
commit-bot@chromium.org
2014-04-30
*
add new copyTo version to SkBitmap, which takes SkColorType
commit-bot@chromium.org
2014-02-23
*
add legacy/helper allocN32Pixels, and convert gm to use it
reed@google.com
2014-01-25
*
fix warning from scalar --> int32 conversion
humper@google.com
2013-01-07
*
delay any drawing until first call to onDraw (eases debugging)
reed@google.com
2012-03-22
*
Import all GMs as Samples.
bsalomon@google.com
2011-10-31
*
Fix gm/bitmapscroll.cpp to actually draw in both Debug and Release modes.
epoger@google.com
2011-08-22
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Slightly improve visuals of bitmapscroll test in gm
epoger@google.com
2011-07-25
*
Exit SkBitmap::scrollRect() early if width <= 0
epoger@google.com
2011-07-25