Home
last modified time | relevance | path

Searched refs:fId (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/sksl/lex/
DDFAState.h47 : fId(INVALID) in DFAState()
51 : fId(id) in DFAState()
56 int fId; member
DNFAtoDFA.h121 this->addTransition(c, state->fId, nextState->fId); in scanState()
123 while (fAccepts.size() <= (size_t) nextState->fId) { in scanState()
126 fAccepts[nextState->fId] = bestAccept; in scanState()
/third_party/skia/src/codec/
DSkFrameHolder.h27 : fId(id) in SkFrame()
53 int frameId() const { return fId; } in frameId()
156 const int fId; variable
/third_party/skia/modules/svg/include/
DSkSVGTypes.h611 : fType(Type::kFilterPrimitiveReference), fId(id) {} in SkSVGFeInputType()
614 return fType == other.fType && fId == other.fId;
620 return fId; in id()
627 SkString fId; variable
/third_party/node/deps/v8/src/codegen/
Dexternal-reference-table.cc204 for (Runtime::FunctionId fId : runtime_functions) { in AddRuntimeFunctions() local
205 AddIsolateIndependent(ExternalReference::Create(fId).address(), index); in AddRuntimeFunctions()
/third_party/skia/src/ports/
DSkFontMgr_fuchsia.cpp195 , fId(id) {} in SkTypeface_Fuchsia()
197 TypefaceId id() { return fId; } in id()
200 TypefaceId fId; member in SkTypeface_Fuchsia
/third_party/skia/include/core/
DSkTextBlob.h198 void TextBlobSetShareParas(int fId, int fSize, void* fPtr);
/third_party/icu/icu4c/source/test/intltest/
Ditspoof.cpp557 const char *fId; in testRestrictionLevel() member
590 UnicodeString testString = UnicodeString(test.fId).unescape(); in testRestrictionLevel()
/third_party/skia/src/core/
DSkTextBlob.cpp867 void SkTextBlob::TextBlobSetShareParas(int fId, int fSize, void* fPtr) in TextBlobSetShareParas() argument
869 fd_ = fId; in TextBlobSetShareParas()