Searched defs:fIndex (Results 1 - 25 of 59) sorted by relevance

123

/external/skia/src/sksl/lex/
H A DRegexParser.h84 size_t fIndex; member in class:RegexParser
/external/skqp/src/sksl/lex/
H A DRegexParser.h84 size_t fIndex; member in class:RegexParser
/external/skia/src/sksl/ir/
H A DSkSLIndexExpression.h57 , fIndex(std::move(index)) {
58 ASSERT(fIndex->fType == *context.fInt_Type || fIndex->fType == *context.fUInt_Type);
62 return fBase->hasSideEffects() || fIndex->hasSideEffects();
66 return fBase->description() + "[" + fIndex->description() + "]";
70 std::unique_ptr<Expression> fIndex; member in struct:SkSL::IndexExpression
/external/skqp/src/sksl/ir/
H A DSkSLIndexExpression.h57 , fIndex(std::move(index)) {
58 ASSERT(fIndex->fType == *context.fInt_Type || fIndex->fType == *context.fUInt_Type);
62 return fBase->hasSideEffects() || fIndex->hasSideEffects();
66 return fBase->description() + "[" + fIndex->description() + "]";
70 std::unique_ptr<Expression> fIndex; member in struct:SkSL::IndexExpression
/external/skia/src/core/
H A DSkPtrRecorder.h67 , fIndex(0) {}
73 return fIndex < fSet.fList.count() ? fSet.fList[fIndex++].fPtr : nullptr;
78 int fIndex; member in class:SkPtrSet::Iter
88 uint32_t fIndex; // 1...N member in struct:SkPtrSet::Pair
93 // ptr and its ID/fIndex explicitly, since the ptr's position in the array
H A DSkFontDescriptor.h20 : fStream(std::move(stream)), fIndex(index), fAxisCount(axisCount), fAxis(axisCount)
28 , fIndex(that.fIndex)
40 int getIndex() const { return fIndex; }
46 int fIndex; member in class:SkFontData
/external/skia/src/ports/
H A DSkFontMgr_custom.h39 const int fIndex; member in class:SkTypeface_Custom
/external/skia/tools/
H A DDumpRecord.cpp23 , fIndex(0)
84 printf("%*d ", fDigits, fIndex++);
104 printf("%*d ", fDigits, fIndex++);
129 int fIndex; member in class:__anon21017::Dumper
/external/skqp/include/android/
H A DSkAnimatedImage.h107 int fIndex; member in struct:SkAnimatedImage::Frame
/external/skqp/src/core/
H A DSkPtrRecorder.h67 , fIndex(0) {}
73 return fIndex < fSet.fList.count() ? fSet.fList[fIndex++].fPtr : nullptr;
78 int fIndex; member in class:SkPtrSet::Iter
88 uint32_t fIndex; // 1...N member in struct:SkPtrSet::Pair
93 // ptr and its ID/fIndex explicitly, since the ptr's position in the array
H A DSkFontDescriptor.h20 : fStream(std::move(stream)), fIndex(index), fAxisCount(axisCount), fAxis(axisCount)
28 , fIndex(that.fIndex)
40 int getIndex() const { return fIndex; }
46 int fIndex; member in class:SkFontData
/external/skqp/src/ports/
H A DSkFontMgr_custom.h39 const int fIndex; member in class:SkTypeface_Custom
/external/skqp/tools/
H A DDumpRecord.cpp23 , fIndex(0)
84 printf("%*d ", fDigits, fIndex++);
104 printf("%*d ", fDigits, fIndex++);
129 int fIndex; member in class:__anon21689::Dumper
/external/icu/icu4c/source/common/
H A Duresimp.h77 int32_t fIndex; member in struct:UResourceBundle
/external/skia/debugger/
H A DSkDebugger.h26 fIndex = index;
29 if (fIndex >= 0) {
30 fDebugCanvas->drawTo(canvas, fIndex);
93 return fIndex;
129 int fIndex; member in class:SkDebugger
/external/skia/include/android/
H A DSkAnimatedImage.h107 int fIndex; member in struct:SkAnimatedImage::Frame
/external/skia/samplecode/
H A DSampleChineseFling.cpp73 int index = fIndex;
84 fIndex += fRand.nextRangeU(5, 20);
85 fIndex %= fBlobs.count();
111 fIndex = 0;
126 int fIndex; member in class:ChineseFlingView
239 fIndex = 0;
256 int fIndex; member in class:ChineseZoomView
/external/skia/src/gpu/
H A DGrSKSLPrettyPrint.cpp33 fIndex = 0;
37 while (fLength > fIndex) {
72 } else if ('{' == fInput[fIndex]) {
77 } else if ('}' == fInput[fIndex]) {
88 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] ||
89 (fFreshline && ' ' == fInput[fIndex])) {
90 fIndex++;
92 this->appendChar(fInput[fIndex]);
102 fPretty.appendf("%c", fInput[fIndex
186 size_t fIndex, fLength; member in class:GrSKSLPrettyPrint::GLSLPrettyPrint
[all...]
/external/skia/src/gpu/effects/
H A DGrTextureDomain.h145 int fIndex; member in class:GrTextureDomain
/external/skia/src/pipe/
H A DSkPipeCanvas.h30 return curr->fIndex;
40 rec->fIndex = fNextIndex++;
41 return rec->fIndex;
47 int fIndex; member in struct:SkTIndexSet::Rec
/external/skia/tests/
H A DTDPQueueTest.cpp70 mutable int fIndex; member in struct:Dummy
73 static int* PQIndex(Dummy* const& dummy) { return &dummy->fIndex; }
94 dummy->fIndex = -1;
109 REPORTER_ASSERT(reporter, -1 != array[j].fIndex);
167 dummy->fIndex = -1;
178 dummy->fIndex = -1;
188 REPORTER_ASSERT(reporter, i <= pqTest.at(i)->fIndex);
/external/skqp/debugger/
H A DSkDebugger.h26 fIndex = index;
29 if (fIndex >= 0) {
30 fDebugCanvas->drawTo(canvas, fIndex);
93 return fIndex;
129 int fIndex; member in class:SkDebugger
/external/skqp/samplecode/
H A DSampleChineseFling.cpp73 int index = fIndex;
84 fIndex += fRand.nextRangeU(5, 20);
85 fIndex %= fBlobs.count();
111 fIndex = 0;
126 int fIndex; member in class:ChineseFlingView
234 fIndex = 0;
250 int fIndex; member in class:ChineseZoomView
/external/skqp/src/gpu/
H A DGrSKSLPrettyPrint.cpp33 fIndex = 0;
37 while (fLength > fIndex) {
72 } else if ('{' == fInput[fIndex]) {
77 } else if ('}' == fInput[fIndex]) {
88 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] ||
89 (fFreshline && ' ' == fInput[fIndex])) {
90 fIndex++;
92 this->appendChar(fInput[fIndex]);
102 fPretty.appendf("%c", fInput[fIndex
186 size_t fIndex, fLength; member in class:GrSKSLPrettyPrint::GLSLPrettyPrint
[all...]
/external/skqp/src/gpu/effects/
H A DGrTextureDomain.h145 int fIndex; member in class:GrTextureDomain

Completed in 4179 milliseconds

123