HomeSort by relevance Sort by last modified time
    Searched full:foptions (Results 1 - 17 of 17) sorted by null

  /external/skia/experimental/iOSSampleApp/Shared/
SkOptionListController.h 4 NSMutableArray* fOptions;
9 @property (nonatomic, retain) NSMutableArray* fOptions;
SkOptionListController.mm 5 @synthesize fOptions, fSelectedIndex, fSelectedCell, fParentCell;
13 self.fOptions = [[NSMutableArray alloc] init];
21 [fOptions addObject:option];
25 return (NSString*)[fOptions objectAtIndex:self.fSelectedIndex];
36 return [fOptions count];
48 cell.textLabel.text = [fOptions objectAtIndex:indexPath.row];
73 self.fOptions = nil;
SkOptionsTableViewController.h 16 SkOptionListController* fOptions;
18 @property (nonatomic, retain) SkOptionListController* fOptions;
SkOptionsTableViewController.mm 14 @synthesize fOptions;
16 [fOptions release];
81 List.fOptions = [[SkOptionListController alloc] initWithStyle:UITableViewStyleGrouped];
89 [List.fOptions addOption:[NSString stringWithUTF8String:options[i].c_str()]];
92 List.fOptions.fSelectedIndex = value;
94 default:[List.fOptions getSelectedOption]];
95 List.fOptions.fParentCell = List.fCell;
302 [self.navigationController pushViewController:list.fOptions animated:YES];
324 NSString* selectedOption = [fCurrentList.fOptions getSelectedOption];
326 fCurrentList.fItem->setInt(fCurrentList.fOptions.fSelectedIndex)
    [all...]
  /external/skia/example/mac/
HelloWorldDelegate.mm 6 @synthesize fWindow, fView, fOptions;
11 fView.fOptionsDelegate = fOptions;
13 // [fOptions registerMenus:fView.fWind->getMenus()];
HelloWorldDelegate.h 16 SkOptionsTableView* fOptions;
21 @property (assign) IBOutlet SkOptionsTableView* fOptions;
HelloWorld.xib     [all...]
  /external/icu/icu4c/source/common/
normlzr.cpp 33 UObject(), fFilteredNorm2(NULL), fNorm2(NULL), fUMode(mode), fOptions(0),
42 UObject(), fFilteredNorm2(NULL), fNorm2(NULL), fUMode(mode), fOptions(0),
51 UObject(), fFilteredNorm2(NULL), fNorm2(NULL), fUMode(mode), fOptions(0),
60 UObject(copy), fFilteredNorm2(NULL), fNorm2(NULL), fUMode(copy.fUMode), fOptions(copy.fOptions),
72 if(fOptions&UNORM_UNICODE_3_2) {
100 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
108 fOptions==that.fOptions &&
380 fOptions |= option
    [all...]
  /external/skia/src/gpu/
GrContextFactory.cpp 70 context.fOptions == options) {
152 context.fOptions = options;
GrContextFactory.h 140 GLContextOptions fOptions;
  /external/icu/icu4c/source/i18n/
decimfmtimpl.cpp 111 fOptions(other.fOptions),
151 fOptions = other.fOptions;
193 && fOptions.equals(other.fOptions)
212 fFormatter, fEffPrecision, fOptions);
216 fFormatter, fEffGrouping, fEffPrecision.fMantissa, fOptions.fMantissa);
848 fOptions.fExponent.fAlwaysShowSign = out.fExponentSignAlwaysShown;
852 fOptions.fMantissa.fAlwaysShowDecimal = out.fDecimalSeparatorAlwaysShown
    [all...]
decimfmtimpl.h 302 return fOptions.fExponent.fAlwaysShowSign;
305 fOptions.fExponent.fAlwaysShowSign = x;
308 return fOptions.fMantissa.fAlwaysShowDecimal;
311 fOptions.fMantissa.fAlwaysShowDecimal = x;
412 SciFormatterOptions fOptions; // Encapsulates fixed precision options
  /external/skia/src/codec/
SkCodec.cpp 121 , fOptions()
276 fOptions = *options;
358 if (fOptions.fSubset) {
359 fillWidth = fOptions.fSubset->width();
  /external/skia/include/codec/
SkCodec.h 620 const SkCodec::Options& options() const { return fOptions; }
638 SkCodec::Options fOptions;
  /external/icu/icu4c/source/common/unicode/
normlzr.h 756 int32_t fOptions;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 

Completed in 8292 milliseconds