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

12

/external/skia/tools/VisualBench/
H A DVisualDebugModule.h34 int fIndex; member in class:VisualDebugModule
/external/skia/src/core/
H A DSkPtrRecorder.h68 , fIndex(0) {}
74 return fIndex < fSet.fList.count() ? fSet.fList[fIndex++].fPtr : nullptr;
79 int fIndex; member in class:SkPtrSet::Iter
89 uint32_t fIndex; // 1...N member in struct:SkPtrSet::Pair
94 // ptr and its ID/fIndex explicitly, since the ptr's position in the array
H A DSkFontDescriptor.h19 : fStream(stream), fIndex(index), fAxisCount(axisCount), fAxis(axisCount)
27 , fIndex(that.fIndex)
39 int getIndex() const { return fIndex; }
45 int fIndex; member in class:SkFontData
/external/skia/src/pdf/
H A DSkPDFFont.h57 mutable int fIndex; member in class:SkPDFGlyphSetMap::F2BIter
/external/skia/src/ports/
H A DSkFontMgr_custom.cpp33 , fIsSysFont(sysFont), fFamilyName(familyName), fIndex(index)
48 int getIndex() const { return fIndex; }
53 const int fIndex; member in class:SkTypeface_Custom
H A DSkFontMgr_android_parser.h70 FontFileInfo() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { }
73 int fIndex; member in struct:FontFileInfo
H A DSkFontMgr_android.cpp66 , fIndex(index)
91 *ttcIndex = fIndex;
95 return new SkFontData(this->createStream(), fIndex, fAxes.begin(), fAxes.count());
99 int fIndex; member in class:SkTypeface_AndroidSystem
164 const int ttcIndex = fontFile.fIndex;
H A DSkTypeface_win_dw.cpp139 : fIndex(0), fStrings(strings)
143 if (fIndex >= fStrings->GetCount()) {
149 HRBM(fStrings->GetStringLength(fIndex, &stringLen), "Could not get string length.");
152 HRBM(fStrings->GetString(fIndex, wString.get(), stringLen+1), "Could not get string.");
158 HRBM(fStrings->GetLocaleNameLength(fIndex, &localeLen), "Could not get locale length.");
161 HRBM(fStrings->GetLocaleName(fIndex, wLocale.get(), localeLen+1), "Could not get locale.");
165 ++fIndex;
170 UINT32 fIndex; member in class:LocalizedStrings_IDWriteLocalizedStrings
/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);
/external/skia/tools/
H A DDumpRecord.cpp23 , fIndex(0)
85 printf("%*d ", fDigits, fIndex++);
110 int fIndex; member in class:__anon16316::Dumper
/external/icu/icu4c/source/common/
H A Duresimp.h75 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/src/gpu/
H A DGrRecordReplaceDraw.cpp70 , fIndex(0)
97 for (fIndex = 0; fIndex < fOps.count(); ++fIndex) {
102 record->visit<void>(fOps[fIndex], *this);
106 for (fIndex = 0; fIndex < (int) record->count(); ++fIndex) {
111 record->visit<void>(fIndex, *this);
126 drawPictureOffset = fOps[fIndex];
199 int fIndex; member in class:ReplaceDraw
[all...]
/external/skia/src/gpu/effects/
H A DGrTextureDomain.h158 int fIndex; member in class:GrTextureDomain
/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/samplecode/
H A DPerlinPatch.cpp162 int fIndex; member in class:PerlinPatchView::PtClick
163 PtClick(SkView* view, int index) : Click(view), fIndex(index) {}
191 if (ptClick->fIndex >= 0) {
192 fPts[ptClick->fIndex].set(click->fCurr.fX , click->fCurr.fY );
193 } else if (-1 == ptClick->fIndex) {
198 } else if (-2 == ptClick->fIndex) {
H A DSampleFatBits.cpp377 int fIndex; member in class:IndexClick
379 IndexClick(SkView* v, int index) : SkView::Click(v), fIndex(index) {}
382 return ((IndexClick*)click)->fIndex;
H A DSamplePatch.cpp329 int fIndex; member in class:PatchView::PtClick
330 PtClick(SkView* view, int index) : Click(view), fIndex(index) {}
349 fPts[((PtClick*)click)->fIndex].set(click->fCurr.fX - DX, click->fCurr.fY - DY);
H A DSamplePathFuzz.cpp665 fIndex = 0;
669 path_fuzz_stroker(&offscreen, fIndex);
685 path_fuzz_stroker(&offscreen, fIndex += 100);
692 int fIndex; member in class:PathFuzzView
H A DSampleQuadStroker.cpp705 int fIndex; member in class:QuadStrokerView::MyClick
706 MyClick(SkView* target, int index) : Click(target), fIndex(index) {}
770 int index = ((MyClick*)click)->fIndex;
H A DSampleSlides.cpp666 int fIndex; member in class:SlideView
679 fIndex = 0;
710 gProc[fIndex](canvas);
715 fIndex = (fIndex + 1) % SK_ARRAY_COUNT(gProc);
/external/skia/src/gpu/batches/
H A DGrAAConvexTessellator.h135 pt->fIndex = index;
145 int index(int index) const { return fPts[index].fIndex; }
162 int fIndex; member in struct:GrAAConvexTessellator::Ring::PointData
/external/skia/src/sfnt/
H A DSkOTTable_name.h552 Iterator(const SkOTTableName& name) : fName(name), fIndex(0), fType(-1) { }
554 : fName(name), fIndex(0), fType(type)
558 fIndex = 0;
571 size_t fIndex; member in class:SkOTTableName::Iterator
/external/icu/icu4c/source/i18n/
H A Dregeximp.h403 int64_t fIndex; member in class:CaseFoldingUCharIterator
/external/skia/src/utils/
H A DSkNWayCanvas.cpp43 fIndex = 0;
46 if (fIndex < fList.count()) {
47 fCanvas = fList[fIndex++];
56 int fIndex; member in class:SkNWayCanvas::Iter

Completed in 380 milliseconds

12