/external/skia/tests/ |
D | DetermineDomainModeTest.cpp | 75 fTypes[kLeft] = left; in set() 76 fTypes[kTop] = top; in set() 77 fTypes[kRight] = right; in set() 78 fTypes[kBot] = bot; in set() 83 EdgeType edgeType(Side side) const { return fTypes[side]; } in edgeType() 89 if (kHard != fTypes[i] && kBad != fTypes[i]) { in isHardOrBadAllAround() 99 if (kBad == fTypes[i]) { in hasABad() 111 ToStr(fTypes[kLeft]), ToStr(fTypes[kTop]), in print() 112 ToStr(fTypes[kRight]), ToStr(fTypes[kBot])); in print() 127 EdgeType fTypes[4]; member in RectInfo
|
/external/skia/src/sfnt/ |
D | SkOTUtils.h | 48 : fTypes(types), fTypesCount(typesCount), fTypesIndex(0) in LocalizedStrings_NameTable() 49 , fNameTableData(nameTableData), fFamilyNameIter(*nameTableData, fTypes[fTypesIndex]) in LocalizedStrings_NameTable() 61 SkOTTableName::Record::NameID::Predefined::Value* fTypes; member
|
D | SkOTUtils.cpp | 194 fFamilyNameIter.reset(fTypes[fTypesIndex]); in next()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DictionaryBreakEngine.java | 157 private BitSet fTypes = new BitSet(32); field in DictionaryBreakEngine 165 fTypes.set(type); in DictionaryBreakEngine() 171 return fTypes.get(breakType) && // this type can use us in handles()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DictionaryBreakEngine.java | 156 private BitSet fTypes = new BitSet(32); field in DictionaryBreakEngine 164 fTypes.set(type); in DictionaryBreakEngine() 170 return fTypes.get(breakType) && // this type can use us in handles()
|
/external/skia/src/sksl/ |
D | SkSLCompiler.cpp | 63 fTypes = types; in Compiler() 171 fIRGenerator->convertProgram(String(SKSL_INCLUDE), *fTypes, &ignored1, &ignored2); in Compiler() 1107 fIRGenerator->convertProgram(String(SKSL_VERT_INCLUDE), *fTypes, &ignored, &elements); in convertProgram() 1110 fIRGenerator->convertProgram(String(SKSL_FRAG_INCLUDE), *fTypes, &ignored, &elements); in convertProgram() 1113 fIRGenerator->convertProgram(String(SKSL_GEOM_INCLUDE), *fTypes, &ignored, &elements); in convertProgram() 1116 fIRGenerator->convertProgram(String(SKSL_FP_INCLUDE), *fTypes, &ignored, &elements); in convertProgram() 1121 fIRGenerator->convertProgram(text, *fTypes, &defaultPrecision, &elements); in convertProgram()
|
D | SkSLCompiler.h | 117 std::shared_ptr<SymbolTable> fTypes; variable
|
D | SkSLParser.h | 234 SymbolTable& fTypes; variable
|
D | SkSLParser.cpp | 98 , fTypes(types) in Parser() 224 return nullptr != fTypes[name]; in isType() 436 auto type = (const Type*) fTypes[decl->fType->fName]; in structDeclaration() 445 fTypes.takeOwnership((Type*) type); in structDeclaration() 456 fTypes.add(name.fText, std::unique_ptr<Type>(new Type(name.fPosition, name.fText, fields))); in structDeclaration()
|
/external/icu/icu4c/source/common/ |
D | dictbe.h | 49 uint32_t fTypes; variable
|
D | dictbe.cpp | 33 fTypes = breakTypes; in DictionaryBreakEngine() 41 return (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes) in handles() 91 if (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)) { in findBreaks()
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 917 uint32_t fTypes; member in ZNameSearchHandler 923 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler() 944 if ((nameinfo->type & fTypes) != 0) { in handleMatch() 1888 uint32_t fTypes; member in TZDBNameSearchHandler 1895 : fTypes(types), fMaxMatchLen(0), fResults(NULL), fRegion(region) { in TZDBNameSearchHandler() 1920 if ((ninfo->type & fTypes) != 0) { in handleMatch() 1975 && (fTypes & UTZNM_SHORT_STANDARD) != 0 in handleMatch() 1976 && (fTypes & UTZNM_SHORT_DAYLIGHT) != 0) { in handleMatch()
|
D | tzgnames.cpp | 198 uint32_t fTypes; member in GNameSearchHandler 204 : fTypes(types), fResults(NULL), fMaxMatchLen(0) { in GNameSearchHandler() 225 if ((nameinfo->type & fTypes) != 0) { in handleMatch()
|