HomeSort by relevance Sort by last modified time
    Searched refs:featureType (Results 1 - 3 of 3) sorted by null

  /external/icu4c/layout/
MorphTables2.cpp 41 le_int16 featureType = SWAPW(featureTableEntry.featureType);
45 switch (featureType) {
MorphTables.h 24 typedef le_int16 FeatureType;
29 FeatureType featureType;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
FontPlatformDataCocoa.mm 269 RetainPtr<CFNumberRef> featureType(AdoptCF, CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &featureTypeValue));
271 RetainPtr<CTFontDescriptorRef> newDescriptor(AdoptCF, CTFontDescriptorCreateCopyWithFeature(sourceDescriptor.get(), featureType.get(), featureSelector.get()));

Completed in 100 milliseconds