Home
last modified time | relevance | path

Searched refs:fTypes (Results 1 – 16 of 16) sorted by relevance

/external/skia/tests/
DDetermineDomainModeTest.cpp64 fTypes[kLeft] = left; in set()
65 fTypes[kTop] = top; in set()
66 fTypes[kRight] = right; in set()
67 fTypes[kBot] = bot; in set()
72 EdgeType edgeType(Side side) const { return fTypes[side]; } in edgeType()
78 if (kHard != fTypes[i] && kBad != fTypes[i]) { in isHardOrBadAllAround()
88 if (kBad == fTypes[i]) { in hasABad()
100 ToStr(fTypes[kLeft]), ToStr(fTypes[kTop]), in print()
101 ToStr(fTypes[kRight]), ToStr(fTypes[kBot])); in print()
116 EdgeType fTypes[4]; member in RectInfo
/external/skqp/tests/
DDetermineDomainModeTest.cpp64 fTypes[kLeft] = left; in set()
65 fTypes[kTop] = top; in set()
66 fTypes[kRight] = right; in set()
67 fTypes[kBot] = bot; in set()
72 EdgeType edgeType(Side side) const { return fTypes[side]; } in edgeType()
78 if (kHard != fTypes[i] && kBad != fTypes[i]) { in isHardOrBadAllAround()
88 if (kBad == fTypes[i]) { in hasABad()
100 ToStr(fTypes[kLeft]), ToStr(fTypes[kTop]), in print()
101 ToStr(fTypes[kRight]), ToStr(fTypes[kBot])); in print()
116 EdgeType fTypes[4]; member in RectInfo
/external/skqp/src/sfnt/
DSkOTUtils.h50 : fTypes(types), fTypesCount(typesCount), fTypesIndex(0) in LocalizedStrings_NameTable()
52 , fFamilyNameIter(fNameTableData.get(), size, fTypes[fTypesIndex]) in LocalizedStrings_NameTable()
72 SK_OT_USHORT* fTypes; member
DSkOTUtils.cpp206 fFamilyNameIter.reset(fTypes[fTypesIndex]); in next()
/external/skia/src/sfnt/
DSkOTUtils.h50 : fTypes(types), fTypesCount(typesCount), fTypesIndex(0) in LocalizedStrings_NameTable()
52 , fFamilyNameIter(fNameTableData.get(), size, fTypes[fTypesIndex]) in LocalizedStrings_NameTable()
72 SK_OT_USHORT* fTypes; member
DSkOTUtils.cpp206 fFamilyNameIter.reset(fTypes[fTypesIndex]); in next()
/external/skqp/src/sksl/
DSkSLCompiler.cpp72 fTypes = types; in Compiler()
222 *fTypes, &ignored); in Compiler()
232 strlen(SKSL_VERT_INCLUDE), *fTypes, &fVertexInclude); in Compiler()
238 strlen(SKSL_FRAG_INCLUDE), *fTypes, &fFragmentInclude); in Compiler()
244 strlen(SKSL_GEOM_INCLUDE), *fTypes, &fGeometryInclude); in Compiler()
1259 fIRGenerator->convertProgram(kind, SKSL_FP_INCLUDE, strlen(SKSL_FP_INCLUDE), *fTypes, in convertProgram()
1267 strlen(SKSL_PIPELINE_STAGE_INCLUDE), *fTypes, &elements); in convertProgram()
1278 fIRGenerator->convertProgram(kind, textPtr->c_str(), textPtr->size(), *fTypes, &elements); in convertProgram()
DSkSLCompiler.h178 std::shared_ptr<SymbolTable> fTypes; variable
DSkSLParser.cpp134 , fTypes(types) in Parser()
246 return nullptr != fTypes[name]; in isType()
357 fTypes.add(this->text(name), std::unique_ptr<Symbol>(new Type(this->text(name), in enumDeclaration()
497 auto type = (const Type*) fTypes[decl->fType->fName]; in structDeclaration()
506 fTypes.takeOwnership((Type*) type); in structDeclaration()
517 fTypes.add(this->text(name), std::unique_ptr<Type>(new Type(name.fOffset, this->text(name), in structDeclaration()
DSkSLParser.h291 SymbolTable& fTypes; variable
/external/skia/src/sksl/
DSkSLCompiler.cpp72 fTypes = types; in Compiler()
222 *fTypes, &ignored); in Compiler()
232 strlen(SKSL_VERT_INCLUDE), *fTypes, &fVertexInclude); in Compiler()
238 strlen(SKSL_FRAG_INCLUDE), *fTypes, &fFragmentInclude); in Compiler()
244 strlen(SKSL_GEOM_INCLUDE), *fTypes, &fGeometryInclude); in Compiler()
1259 fIRGenerator->convertProgram(kind, SKSL_FP_INCLUDE, strlen(SKSL_FP_INCLUDE), *fTypes, in convertProgram()
1267 strlen(SKSL_PIPELINE_STAGE_INCLUDE), *fTypes, &elements); in convertProgram()
1278 fIRGenerator->convertProgram(kind, textPtr->c_str(), textPtr->size(), *fTypes, &elements); in convertProgram()
DSkSLCompiler.h178 std::shared_ptr<SymbolTable> fTypes; variable
DSkSLParser.cpp135 , fTypes(types) in Parser()
247 return nullptr != fTypes[name]; in isType()
358 fTypes.add(this->text(name), std::unique_ptr<Symbol>(new Type(this->text(name), in enumDeclaration()
498 auto type = (const Type*) fTypes[decl->fType->fName]; in structDeclaration()
507 fTypes.takeOwnership((Type*) type); in structDeclaration()
518 fTypes.add(this->text(name), std::unique_ptr<Type>(new Type(name.fOffset, this->text(name), in structDeclaration()
DSkSLParser.h291 SymbolTable& fTypes; variable
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp923 uint32_t fTypes; member in ZNameSearchHandler
929 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler()
950 if ((nameinfo->type & fTypes) != 0) { in handleMatch()
1894 uint32_t fTypes; member in TZDBNameSearchHandler
1901 : fTypes(types), fMaxMatchLen(0), fResults(NULL), fRegion(region) { in TZDBNameSearchHandler()
1926 if ((ninfo->type & fTypes) != 0) { in handleMatch()
1981 && (fTypes & UTZNM_SHORT_STANDARD) != 0 in handleMatch()
1982 && (fTypes & UTZNM_SHORT_DAYLIGHT) != 0) { in handleMatch()
Dtzgnames.cpp199 uint32_t fTypes; member in GNameSearchHandler
205 : fTypes(types), fResults(NULL), fMaxMatchLen(0) { in GNameSearchHandler()
226 if ((nameinfo->type & fTypes) != 0) { in handleMatch()