Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
afbf2d6273cd22c683f20a7e5773843876af3085
/
samplecode
/
SampleApp.h
0397e9f
use surface in SkView/SampleApp
by reed
· 10 years ago
fd117d8
Port SampleApp to SkCommandLineFlags.
by mtklein
· 10 years ago
770963f
Staging for cleanup of SkPicture-related headers
by robertphillips@google.com
· 11 years ago
84b18c7
split SkPictureRecorder out of SkPicture
by robertphillips@google.com
· 11 years ago
bbe43a9
Add SkTileGridPicture SampleApp playback support.
by commit-bot@chromium.org
· 11 years ago
15bc13d
change 'n' toggle to cycle through all filterlevels
by reed@google.com
· 11 years ago
cc63b32
Additional SampleApp tiling options.
by commit-bot@chromium.org
· 11 years ago
1f2f338
Split SkDevice into SkBaseDevice and SkBitmapDevice
by robertphillips@google.com
· 11 years ago
9b051a3
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready.
by robertphillips@google.com
· 11 years ago
3055b70
Split SkDevice out of SkBitmapDevice
by robertphillips@google.com
· 11 years ago
f8b6b01
Add an option to have a PdfViewer in SampleApp. Add a parameter --pdfDir to pass the dir with pdfs. Add flag --sort to sort samples acording to title, so foo.skp follows foo.pdf and we can quickly compare diffs.
by edisonn@google.com
· 11 years ago
b178591
Make 'rotate' animate in SampleApp.
by bungeman@google.com
· 11 years ago
96aabc8
Fix hinting and add subpixel to SampleApp.
by bungeman@google.com
· 11 years ago
58c0aaa
fix missing-case-statement warning
by reed@google.com
· 12 years ago
82502e2
Fix SampleApp ANGLE mode. Review URL: https://codereview.appspot.com/7206052
by bsalomon@google.com
· 12 years ago
388974f
Remove unused debugger code from SampleApp.
by djsollen@google.com
· 12 years ago
4d5c26d
pass modifier keys to click events (e.g. control | shift etc.)
by reed@google.com
· 12 years ago
796763e
Reapply (r6718) with fix for compiler error on linux.
by djsollen@google.com
· 12 years ago
570a48c
revert Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32)
by djsollen@google.com
· 12 years ago
57c29f7
Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32)
by djsollen@google.com
· 12 years ago
f97593c
Revert "Added the following 3 features to sample app."
by djsollen@google.com
· 12 years ago
bcedc22
Added the following 3 features to sample app.
by djsollen@google.com
· 12 years ago
5957f47
retool so we don't need to call SkCanvas::setDevice
by reed@google.com
· 12 years ago
f726a1c
samplecode: Remove duplicated include of SkWindow.h from SampleApp.h
by tfarina@chromium.org
· 12 years ago
85cade0
Move tiling up into SampleWindow.
by scroggo@google.com
· 12 years ago
a22e211
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
by robertphillips@google.com
· 12 years ago
67b89ee
add 't' to toggle tiling modes
by reed@google.com
· 12 years ago
cf8fb1f
Create GPU-less build of Skia.
by bsalomon@google.com
· 12 years ago
4605a3f
Added --picture flag to SampleApp, loads individual skp.
by chudy@google.com
· 12 years ago
b073d92
Add a tiled pipe mode to SampleApp.
by scroggo@google.com
· 12 years ago
1830c7a
--pictureDir foo will load serialized pictures <>.skp from the foo directory
by reed@google.com
· 12 years ago
7265e72
Added "--list" command line option to SampleApp
by robertphillips@google.com
· 13 years ago
7dadc74
In SampleWindow, pass ownership of menus to SkWindow, so it can safely
by scroggo@google.com
· 13 years ago
1195925
Add MSAA option to SampleApp
by bsalomon@google.com
· 13 years ago
3c4d032
Revert 3857 (which was committed from wrong tree)
by bsalomon@google.com
· 13 years ago
5f017a4
Fix GL attach/detach in Mac SampleApp
by bsalomon@google.com
· 13 years ago
b442a6d
Redelivering r3555 to re-add run-time switching between ANGLE and native opengl
by robertphillips@google.com
· 13 years ago
bd8d7ad
Reverting r3555
by robertphillips@google.com
· 13 years ago
53e96a1
Added run-time switching between OpenGL & ANGLE in SampleApp
by robertphillips@google.com
· 13 years ago
d3b9fbb
Code changes for ANGLE GL interface. .gyp file changes will be delivered later.
by robertphillips@google.com
· 13 years ago
6f6e8c3
RETURN key now records default slide for startup
by mike@reedtribe.org
· 13 years ago
e23f194
install drawfilter for the picture playback as well
by reed@google.com
· 13 years ago
f03bb56
land http://codereview.appspot.com/5244058/ - add matrix to SkView
by reed@google.com
· 13 years ago
48dd1a2
Import all GMs as Samples.
by bsalomon@google.com
· 13 years ago
7491372
Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key)
by bsalomon@google.com
· 13 years ago
e8f0910
Add 'K' to SampleApp to trigger animated perspective rendering
by bsalomon@google.com
· 13 years ago
ef7bdfa
Added Debugger to Sample App, off by default
by yangsu@google.com
· 13 years ago
db03eaa
Added transitions and net pipe to SampleApp, updated gyp files
by yangsu@google.com
· 13 years ago
921091f
Set up global options for SampleApp and now allows SampleApp to request menu items from the slides
by yangsu@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
098e96d
Add DeviceManager to SampleWindow
by bsalomon@google.com
· 13 years ago
29038ed
always use grcontext to get the bits to the screen
by reed@google.com
· 13 years ago
78b8253
Parse SampleApp command line for a test name. If an argument is passed to
by senorblanco@chromium.org
· 13 years ago
501775e
Added helper methods for changing samples, getting sample titles, and extracting pdf Data
by yangsu@google.com
· 13 years ago
d3aed39
Unify handleTouch and handleClick in SampleApp.
by Scroggo
· 13 years ago
62b65b0
SampleApp fixes.
by Scroggo
· 13 years ago
8ac0d54
Add a way to save to PDF in SampleApp on Android and elsewhere.
by Scroggo
· 13 years ago
a54e2f6
Use SkTouchGesture to handle pinch events in Android SampleApp.
by Scroggo
· 13 years ago
2c8208f
Improvements to the SampleApp (primarily Android).
by Scroggo
· 13 years ago