Searched defs:fIndex (Results 1 - 25 of 50) sorted by path

12

/external/chromium_org/third_party/icu/source/common/
H A Duresimp.h86 int32_t fIndex; member in struct:UResourceBundle
/external/chromium_org/third_party/icu/source/i18n/
H A Dregeximp.h411 int64_t fIndex; member in class:CaseFoldingUCharIterator
/external/chromium_org/third_party/skia/debugger/
H A DSkDebugger.h26 fIndex = index;
29 if (fIndex > 0) {
30 fDebugCanvas->drawTo(canvas, fIndex);
99 return fIndex;
135 int fIndex; member in class:SkDebugger
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFatBits.cpp379 int fIndex; member in class:IndexClick
381 IndexClick(SkView* v, int index) : SkView::Click(v), fIndex(index) {}
384 return ((IndexClick*)click)->fIndex;
H A DSamplePatch.cpp325 int fIndex; member in class:PatchView::PtClick
326 PtClick(SkView* view, int index) : Click(view), fIndex(index) {}
346 fPts[((PtClick*)click)->fIndex].set(click->fCurr.fX - DX, click->fCurr.fY - DY);
H A DSampleRotateCircles.cpp327 int fIndex; member in class:TestStrokeView::MyClick
328 MyClick(SkView* target, int index) : Click(target), fIndex(index) {}
342 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/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h317 int index() const { return fIndex; }
346 void setIndex(int index) { fIndex = index; }
352 fIndex = index;
358 int fIndex; member in class:SkFlatData
H A DSkPtrRecorder.h68 , fIndex(0) {}
74 return fIndex < fSet.fList.count() ? fSet.fList[fIndex++].fPtr : NULL;
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
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureDomain.h135 int fIndex; member in class:GrTextureDomain
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLSLPrettyPrint.cpp17 fIndex = 0;
28 while (fLength > fIndex) {
57 } else if ('{' == fInput[fIndex]) {
62 } else if ('}' == fInput[fIndex]) {
73 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] ||
74 (fFreshline && ' ' == fInput[fIndex])) {
75 fIndex++;
77 this->appendChar(input[fIndex]);
85 fPretty.appendf("%c", fInput[fIndex
164 size_t fIndex, fLength; member in class:GrGLSLPrettyPrint::GLSLPrettyPrint
[all...]
H A DGrGLVertexShaderBuilder.h64 fIndex = index; fName = name;
66 int fIndex; member in struct:GrGLVertexShaderBuilder::AttributePair
/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h25 return fContour->addCoincident(fIndex, other.fContour, other.fIndex, ts, swap);
31 fContour->addOtherT(fIndex, index, otherT, otherIndex);
36 return fContour->addPartialCoincident(fIndex, other.fContour, other.fIndex, ts, index,
46 return fContour->addT(fIndex, other.fContour, other.fIndex, pt, newT);
50 return fContour->addSelfT(fIndex, pt, newT);
54 return ++fIndex < fLast;
59 fContour->alignTPt(fIndex, othe
154 int fIndex; member in class:SkIntersectionHelper
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.h57 mutable int fIndex; member in class:SkPDFGlyphSetMap::F2BIter
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigParser_android.h63 FontFileInfo() : fIndex(0), fWeight(0) { }
66 int fIndex; member in struct:FontFileInfo
H A DSkFontHost_linux.cpp36 , fIsSysFont(sysFont), fFamilyName(familyName), fIndex(index)
51 desc->setFontIndex(fIndex);
55 int getIndex() const { return fIndex; }
60 const int fIndex; member in class:SkTypeface_Custom
H A DSkFontMgr_android.cpp49 , fIndex(index)
57 int fIndex; member in class:SkTypeface_Android
84 desc->setFontIndex(fIndex);
88 *ttcIndex = fIndex;
119 *ttcIndex = fIndex;
159 const int ttcIndex = fontFile.fIndex;
H A DSkTypeface_win_dw.cpp137 : fIndex(0), fStrings(strings)
141 if (fIndex >= fStrings->GetCount()) {
147 HRBM(fStrings->GetStringLength(fIndex, &stringLen), "Could not get string length.");
150 HRBM(fStrings->GetString(fIndex, wString.get(), stringLen+1), "Could not get string.");
156 HRBM(fStrings->GetLocaleNameLength(fIndex, &localeLen), "Could not get locale length.");
159 HRBM(fStrings->GetLocaleName(fIndex, wLocale.get(), localeLen+1), "Could not get locale.");
163 ++fIndex;
168 UINT32 fIndex; member in class:LocalizedStrings_IDWriteLocalizedStrings
/external/chromium_org/third_party/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/chromium_org/third_party/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
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.h262 int fIndex; member in class:SkDebugCanvas
/external/chromium_org/third_party/skia/tests/
H A DPathOpsSkpClipTest.cpp562 while (++fIndex < kMaxDir) {
563 if (fRun[fIndex]) {
564 return fIndex;
571 fIndex = -1;
592 int fIndex; member in class:Dirs
599 : fIndex(-1) {
603 while (fNames && ++fIndex < fNames->count()) {
604 return (*fNames)[fIndex];
614 int fIndex; member in class:Filenames
H A DSkpSkGrTest.cpp486 , fIndex(0)
550 if (fIndex < fResults.count()) {
551 *result = fResults[fIndex++];
563 int fIndex; member in class:PreParser
/external/chromium_org/third_party/skia/tools/
H A DDumpRecord.cpp23 , fIndex(0)
72 printf("%*d ", fDigits, fIndex++);
97 int fIndex; member in class:__anon15443::Dumper
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 410 milliseconds

12