/external/skia/tools/VisualBench/ |
H A D | VisualDebugModule.h | 34 int fIndex; member in class:VisualDebugModule
|
/external/skia/src/core/ |
H A D | SkPtrRecorder.h | 68 , 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 D | SkFontDescriptor.h | 19 : 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 D | SkPDFFont.h | 57 mutable int fIndex; member in class:SkPDFGlyphSetMap::F2BIter
|
/external/skia/src/ports/ |
H A D | SkFontMgr_custom.cpp | 33 , fIsSysFont(sysFont), fFamilyName(familyName), fIndex(index) 48 int getIndex() const { return fIndex; } 53 const int fIndex; member in class:SkTypeface_Custom
|
H A D | SkFontMgr_android_parser.h | 70 FontFileInfo() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { } 73 int fIndex; member in struct:FontFileInfo
|
H A D | SkFontMgr_android.cpp | 66 , 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 D | SkTypeface_win_dw.cpp | 139 : 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 D | TDPQueueTest.cpp | 70 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 D | DumpRecord.cpp | 23 , fIndex(0) 85 printf("%*d ", fDigits, fIndex++); 110 int fIndex; member in class:__anon16316::Dumper
|
/external/icu/icu4c/source/common/ |
H A D | uresimp.h | 75 int32_t fIndex; member in struct:UResourceBundle
|
/external/skia/debugger/ |
H A D | SkDebugger.h | 26 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 D | GrRecordReplaceDraw.cpp | 70 , 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 D | GrTextureDomain.h | 158 int fIndex; member in class:GrTextureDomain
|
/external/skia/src/gpu/gl/builders/ |
H A D | GrGLSLPrettyPrint.cpp | 35 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 D | PerlinPatch.cpp | 162 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 D | SampleFatBits.cpp | 377 int fIndex; member in class:IndexClick 379 IndexClick(SkView* v, int index) : SkView::Click(v), fIndex(index) {} 382 return ((IndexClick*)click)->fIndex;
|
H A D | SamplePatch.cpp | 329 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 D | SamplePathFuzz.cpp | 665 fIndex = 0; 669 path_fuzz_stroker(&offscreen, fIndex); 685 path_fuzz_stroker(&offscreen, fIndex += 100); 692 int fIndex; member in class:PathFuzzView
|
H A D | SampleQuadStroker.cpp | 705 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 D | SampleSlides.cpp | 666 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 D | GrAAConvexTessellator.h | 135 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 D | SkOTTable_name.h | 552 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 D | regeximp.h | 403 int64_t fIndex; member in class:CaseFoldingUCharIterator
|
/external/skia/src/utils/ |
H A D | SkNWayCanvas.cpp | 43 fIndex = 0; 46 if (fIndex < fList.count()) { 47 fCanvas = fList[fIndex++]; 56 int fIndex; member in class:SkNWayCanvas::Iter
|