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

  /external/icu/icu4c/source/layout/
MorphTables2.cpp 54 le_int16 featureType = SWAPW(featureTableEntry.featureType);
58 switch (featureType) {
MorphTables.h 25 typedef le_int16 FeatureType;
30 FeatureType featureType;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
FontPlatformDataCocoa.mm 255 RetainPtr<CFNumberRef> featureType(AdoptCF, CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &featureTypeValue));
257 RetainPtr<CTFontDescriptorRef> newDescriptor(AdoptCF, CTFontDescriptorCreateCopyWithFeature(sourceDescriptor.get(), featureType.get(), featureSelector.get()));

Completed in 806 milliseconds