Searched refs:fTypes (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTUtils.h46 : fTypes(types), fTypesCount(typesCount), fTypesIndex(0)
47 , fNameTableData(nameTableData), fFamilyNameIter(*nameTableData, fTypes[fTypesIndex])
59 SkOTTableName::Record::NameID::Predefined::Value* fTypes; member in class:SkOTUtils::LocalizedStrings_NameTable
H A DSkOTUtils.cpp194 fFamilyNameIter.reset(fTypes[fTypesIndex]);
/external/skia/src/sfnt/
H A DSkOTUtils.h46 : fTypes(types), fTypesCount(typesCount), fTypesIndex(0)
47 , fNameTableData(nameTableData), fFamilyNameIter(*nameTableData, fTypes[fTypesIndex])
59 SkOTTableName::Record::NameID::Predefined::Value* fTypes; member in class:SkOTUtils::LocalizedStrings_NameTable
H A DSkOTUtils.cpp194 fFamilyNameIter.reset(fTypes[fTypesIndex]);
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFResourceDict.cpp67 fTypes.setCount(kResourceTypeCount);
69 fTypes[i] = NULL;
112 SkPDFDict* typeDict = fTypes[type];
118 fTypes[type] = newDict;
H A DSkPDFResourceDict.h97 SkTDArray<SkPDFDict*> fTypes; member in class:SkPDFResourceDict
/external/skia/src/pdf/
H A DSkPDFResourceDict.cpp67 fTypes.setCount(kResourceTypeCount);
69 fTypes[i] = NULL;
112 SkPDFDict* typeDict = fTypes[type];
118 fTypes[type] = newDict;
H A DSkPDFResourceDict.h97 SkTDArray<SkPDFDict*> fTypes; member in class:SkPDFResourceDict
/external/chromium_org/third_party/icu/source/common/
H A Ddictbe.h46 uint32_t fTypes; member in class:DictionaryBreakEngine
H A Ddictbe.cpp30 fTypes = 0;
34 fTypes = breakTypes;
42 return (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)
78 if (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)) {
95 fTypes = breakTypes;
/external/icu4c/common/
H A Ddictbe.h46 uint32_t fTypes; member in class:DictionaryBreakEngine
H A Ddictbe.cpp30 fTypes = breakTypes;
38 return (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)
74 if (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)) {
/external/icu4c/i18n/
H A Dtzgnames.cpp197 uint32_t fTypes; member in class:GNameSearchHandler
203 : fTypes(types), fResults(NULL), fMaxMatchLen(0) {
224 if ((nameinfo->type & fTypes) != 0) {
H A Dtznames_impl.cpp772 uint32_t fTypes; member in class:ZNameSearchHandler
778 : fTypes(types), fMaxMatchLen(0), fResults(NULL) {
799 if ((nameinfo->type & fTypes) != 0) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 369 milliseconds