Home
last modified time | relevance | path

Searched refs:fCell (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/views/mac/
DSkOptionsTableView.mm12 @synthesize fCell, fItem;
14 [fCell release];
105 option.fCell = [self createList:optionstrs current:index];
114 option.fCell = [self createAction];
121 option.fCell = [self createSlider:value
127 option.fCell = [self createSwitch:(BOOL)state];
131 option.fCell = [self createTriState:[self triStateToNSState:tristate]];
135 … option.fCell = [self createTextField:[NSString stringWithUTF8String:str.c_str()]];
168 return [((SkOptionItem*)[fItems objectAtIndex:row]).fCell copy];
179 NSCell* storedCell = option.fCell;
[all …]
DSkOptionsTableView.h14 NSCell* fCell; variable
18 @property (nonatomic, retain) NSCell* fCell; in property()
/external/chromium_org/third_party/skia/src/views/mac/
DSkOptionsTableView.mm12 @synthesize fCell, fItem;
14 [fCell release];
105 option.fCell = [self createList:optionstrs current:index];
114 option.fCell = [self createAction];
121 option.fCell = [self createSlider:value
127 option.fCell = [self createSwitch:(BOOL)state];
131 option.fCell = [self createTriState:[self triStateToNSState:tristate]];
135 … option.fCell = [self createTextField:[NSString stringWithUTF8String:str.c_str()]];
168 return [((SkOptionItem*)[fItems objectAtIndex:row]).fCell copy];
179 NSCell* storedCell = option.fCell;
[all …]
DSkOptionsTableView.h14 NSCell* fCell; variable
18 @property (nonatomic, retain) NSCell* fCell; in property()
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/
DSkOptionsTableViewController.mm6 @synthesize fCell, fItem;
8 [fCell release];
93 List.fCell = [self createList:title
95 List.fOptions.fParentCell = List.fCell;
108 option.fCell = [self createAction:title];
112 option.fCell = [self createSwitch:title default:(BOOL)state];
119 option.fCell = [self createSlider:title
126 option.fCell = [self createTriState:title default:(int)tristate];
130 option.fCell = [self createTextField:title
288 return ((SkOptionItem*)[fItems objectAtIndex:[self convertPathToIndex:indexPath]]).fCell;
[all …]
DSkOptionsTableViewController.h7 UITableViewCell* fCell; variable
11 @property (nonatomic, retain) UITableViewCell* fCell; in property()
/external/skia/experimental/iOSSampleApp/Shared/
DSkOptionsTableViewController.mm6 @synthesize fCell, fItem;
8 [fCell release];
93 List.fCell = [self createList:title
95 List.fOptions.fParentCell = List.fCell;
108 option.fCell = [self createAction:title];
112 option.fCell = [self createSwitch:title default:(BOOL)state];
119 option.fCell = [self createSlider:title
126 option.fCell = [self createTriState:title default:(int)tristate];
130 option.fCell = [self createTextField:title
288 return ((SkOptionItem*)[fItems objectAtIndex:[self convertPathToIndex:indexPath]]).fCell;
[all …]
DSkOptionsTableViewController.h7 UITableViewCell* fCell; variable
11 @property (nonatomic, retain) UITableViewCell* fCell; in property()