Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: experimental/iOSSampleApp/SkSampleUIView.h

Issue 12437010: Make SkOSWindow return the sample count and stencil bit count for its GL context. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright 2011 Google Inc. 2 * Copyright 2011 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #include "SampleApp.h" 8 #include "SampleApp.h"
9 #import "SkUIView.h" 9 #import "SkUIView.h"
10 10
(...skipping 25 matching lines...) Expand all
36 @property (nonatomic, copy) NSString* fTitle; 36 @property (nonatomic, copy) NSString* fTitle;
37 @property (nonatomic, retain) CALayer* fRasterLayer; 37 @property (nonatomic, retain) CALayer* fRasterLayer;
38 @property (nonatomic, retain) CAEAGLLayer* fGLLayer; 38 @property (nonatomic, retain) CAEAGLLayer* fGLLayer;
39 39
40 - (id)initWithDefaults; 40 - (id)initWithDefaults;
41 - (void)drawInRaster; 41 - (void)drawInRaster;
42 - (void)forceRedraw; 42 - (void)forceRedraw;
43 43
44 - (void)setSkTitle:(const char*)title; 44 - (void)setSkTitle:(const char*)title;
45 - (void)postInvalWithRect:(const SkIRect*)rectOrNil; 45 - (void)postInvalWithRect:(const SkIRect*)rectOrNil;
46 - (void)getAttachmentInfo:(SkOSWindow::AttachmentInfo*)info;
47
46 @end 48 @end
OLDNEW
« no previous file with comments | « experimental/iOSSampleApp/Shared/SkUIView.mm ('k') | experimental/iOSSampleApp/SkSampleUIView.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698