Searched refs:fIndex (Results 1 - 25 of 51) sorted by relevance

123

/external/skia/src/gpu/gl/builders/
H A DGrGLSLPrettyPrint.cpp35 fIndex = 0;
39 while (fLength > fIndex) {
73 } else if ('{' == fInput[fIndex]) {
78 } else if ('}' == fInput[fIndex]) {
89 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] ||
90 (fFreshline && ' ' == fInput[fIndex])) {
91 fIndex++;
93 this->appendChar(fInput[fIndex]);
102 fPretty.appendf("%c", fInput[fIndex
186 size_t fIndex, fLength; member in class:GrGLSLPrettyPrint::GLSLPrettyPrint
[all...]
/external/skia/src/sksl/ir/
H A DSkSLIndexExpression.h50 , fIndex(std::move(index)) {
51 ASSERT(fIndex->fType == *context.fInt_Type || fIndex->fType == *context.fUInt_Type);
55 return fBase->description() + "[" + fIndex->description() + "]";
59 std::unique_ptr<Expression> fIndex; member in struct:SkSL::IndexExpression
H A DSkSLLayout.h98 , fIndex(index)
115 , fIndex(-1)
143 if (fIndex >= 0) {
144 result += separator + "index = " + to_string(fIndex);
229 fIndex == other.fIndex &&
249 int fIndex; member in struct:SkSL::Layout
/external/skia/src/core/
H A DSkPtrRecorder.cpp37 return fList[index].fIndex;
53 pair.fIndex = count + 1;
57 return fList[index].fIndex;
66 // p->fIndex is base-1, so we need to subtract to find its slot
68 int index = p[i].fIndex - 1;
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/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
H A DSkDebugger.cpp17 , fIndex(-1) { }
29 fIndex = fDebugCanvas->getSize() - 1;
/external/icu/icu4c/source/i18n/
H A Dregeximp.cpp68 fChars(chars), fIndex(start), fLimit(limit), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) {
82 if (fIndex >= fLimit) {
85 U16_NEXT(fChars, fIndex, fLimit, originalC);
115 return fIndex;
/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:__anon17331::Dumper
/external/skia/samplecode/
H A DPerlinPatch.cpp169 int fIndex; member in class:PerlinPatchView::PtClick
170 PtClick(SkView* view, int index) : Click(view), fIndex(index) {}
198 if (ptClick->fIndex >= 0) {
199 fPts[ptClick->fIndex].set(click->fCurr.fX , click->fCurr.fY );
200 } else if (-1 == ptClick->fIndex) {
205 } else if (-2 == ptClick->fIndex) {
/external/skia/tests/
H A DPathOpsConicIntersectionTest.cpp247 for (int fIndex = 0; fIndex < frameSize; ++fIndex) {
248 const SkDConic& dC = frames[index][fIndex];
276 for (int fIndex = 0; fIndex < frameSize; ++fIndex) {
277 const SkDConic& dC = frames[index][fIndex];
284 if (fIndex < 2) {
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);
/external/skia/src/ports/
H A DSkTypeface_win_dw.cpp140 : fIndex(0), fStrings(strings)
144 if (fIndex >= fStrings->GetCount()) {
150 HRBM(fStrings->GetStringLength(fIndex, &stringLen), "Could not get string length.");
153 HRBM(fStrings->GetString(fIndex, wString.get(), stringLen+1), "Could not get string.");
159 HRBM(fStrings->GetLocaleNameLength(fIndex, &localeLen), "Could not get locale length.");
162 HRBM(fStrings->GetLocaleName(fIndex, wLocale.get(), localeLen+1), "Could not get locale.");
166 ++fIndex;
171 UINT32 fIndex; member in class:LocalizedStrings_IDWriteLocalizedStrings
H A DSkFontMgr_android_parser.h70 FontFileInfo() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { }
73 int fIndex; member in struct:FontFileInfo
H A DSkFontMgr_custom.cpp31 , fIsSysFont(sysFont), fFamilyName(familyName), fIndex(index)
46 int SkTypeface_Custom::getIndex() const { return fIndex; }
H A DSkFontMgr_android.cpp67 , fIndex(index)
93 *ttcIndex = fIndex;
97 return skstd::make_unique<SkFontData>(this->makeStream(), fIndex,
102 int fIndex; member in class:SkTypeface_AndroidSystem
167 const int ttcIndex = fontFile.fIndex;
/external/skia/src/gpu/ops/
H A DGrAAConvexTessellator.h138 pt->fIndex = index;
145 fPts[i].fOrigEdgeId = fPts[i].fIndex;
155 int index(int index) const { return fPts[index].fIndex; }
172 int fIndex; member in struct:GrAAConvexTessellator::Ring::PointData
H A DGrAAConvexTessellator.cpp840 fPts[cur].fNorm = tess.point(fPts[next].fIndex) - tess.point(fPts[cur].fIndex);
871 SkPoint prev = tess.point(fPts[0].fIndex) - tess.point(fPts.top().fIndex);
872 SkPoint cur = tess.point(fPts[1].fIndex) - tess.point(fPts[0].fIndex);
880 cur = tess.point(fPts[next].fIndex) - tess.point(fPts[i].fIndex);
1037 tess.point(fPts[cur].fIndex),
1038 tess.point(fPts[next].fIndex),
[all...]
/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/src/gpu/
H A DGrDrawOpAtlas.h193 uint32_t index() const { return fIndex; }
233 return new Plot(fIndex, fGenID + 1, fX, fY, fWidth, fHeight, fConfig);
245 const uint32_t fIndex;
H A DGrDrawOpAtlas.cpp59 , fIndex(index)
61 , fID(CreateId(fIndex, fGenID))
149 fID = CreateId(fIndex, fGenID);
/external/icu/icu4c/source/common/
H A Duresimp.h77 int32_t fIndex; member in struct:UResourceBundle
H A Duresbund.cpp1177 resB->fIndex = -1;
1440 resB->fIndex = -1;
1447 return (UBool)(resB->fIndex < resB->fSize-1);
1461 if(resB->fIndex == resB->fSize-1) {
1464 resB->fIndex++;
1472 r = res_getTableItemByIndex(&(resB->fResData), resB->fRes, resB->fIndex, key);
1476 return ures_getStringWithAlias(resB, r, resB->fIndex, len, status);
1479 r = res_getArrayItem(&(resB->fResData), resB->fRes, resB->fIndex);
1483 return ures_getStringWithAlias(resB, r, resB->fIndex, len, status);
1485 return ures_getStringWithAlias(resB, resB->fRes, resB->fIndex, le
[all...]
/external/skia/src/utils/
H A DSkNWayCanvas.cpp38 fIndex = 0;
41 if (fIndex < fList.count()) {
42 fCanvas = fList[fIndex++];
51 int fIndex; member in class:SkNWayCanvas::Iter

Completed in 539 milliseconds

123