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

12

/external/chromium_org/third_party/skia/src/core/
H A DSkRecordDraw.h23 : fInitialCTM(canvas->getTotalMatrix()), fCanvas(canvas), fIndex(0) {}
25 unsigned index() const { return fIndex; }
26 void next() { ++fIndex; }
39 // It may update fIndex directly to skip more than just this one command.
50 unsigned fIndex; member in class:SkRecords::Draw
H A DSkPtrRecorder.h68 uint32_t fIndex; // 1...N member in struct:SkPtrSet::Pair
73 // ptr and its ID/fIndex explicitly, since the ptr's position in the array
H A DSkRecordOpts.cpp268 Pair pair = { fIndex, push };
276 SkASSERT(fIndex > push.index);
277 unsigned skip = fIndex - push.index;
285 for (fRecord = record, fIndex = 0; fIndex < record->count(); fIndex++) {
286 fRecord->mutate<void>(fIndex, *this);
298 unsigned fIndex; member in class:CullAnnotator
/external/skia/src/core/
H A DSkRecordDraw.h23 : fInitialCTM(canvas->getTotalMatrix()), fCanvas(canvas), fIndex(0) {}
25 unsigned index() const { return fIndex; }
26 void next() { ++fIndex; }
39 // It may update fIndex directly to skip more than just this one command.
50 unsigned fIndex; member in class:SkRecords::Draw
H A DSkPtrRecorder.h68 uint32_t fIndex; // 1...N member in struct:SkPtrSet::Pair
73 // ptr and its ID/fIndex explicitly, since the ptr's position in the array
H A DSkRecordOpts.cpp268 Pair pair = { fIndex, push };
276 SkASSERT(fIndex > push.index);
277 unsigned skip = fIndex - push.index;
285 for (fRecord = record, fIndex = 0; fIndex < record->count(); fIndex++) {
286 fRecord->mutate<void>(fIndex, *this);
298 unsigned fIndex; member in class:CullAnnotator
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.h57 mutable int fIndex; member in class:SkPDFGlyphSetMap::F2BIter
/external/skia/src/pdf/
H A DSkPDFFont.h57 mutable int fIndex; member in class:SkPDFGlyphSetMap::F2BIter
/external/chromium_org/third_party/icu/source/common/
H A Duresimp.h84 int32_t fIndex; member in struct:UResourceBundle
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureDomain.h126 int fIndex; member in class:GrTextureDomain
/external/icu/icu4c/source/common/
H A Duresimp.h86 int32_t fIndex; member in struct:UResourceBundle
/external/skia/src/gpu/effects/
H A DGrTextureDomain.h126 int fIndex; member in class:GrTextureDomain
/external/chromium_org/third_party/skia/debugger/
H A DSkDebugger.h26 fIndex = index;
29 if (fIndex > 0) {
30 fDebugCanvas->drawTo(canvas, fIndex);
105 return fIndex;
143 int fIndex; member in class:SkDebugger
/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/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/debugger/
H A DSkDebugCanvas.h269 int fIndex; member in class:SkDebugCanvas
/external/skia/debugger/
H A DSkDebugger.h26 fIndex = index;
29 if (fIndex > 0) {
30 fDebugCanvas->drawTo(canvas, fIndex);
105 return fIndex;
143 int fIndex; member in class:SkDebugger
/external/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/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/skia/src/utils/debugger/
H A DSkDebugCanvas.h269 int fIndex; member in class:SkDebugCanvas
/external/chromium_org/third_party/skia/samplecode/
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 DSampleFatBits.cpp380 int fIndex; member in class:IndexClick
382 IndexClick(SkView* v, int index) : SkView::Click(v), fIndex(index) {}
385 return ((IndexClick*)click)->fIndex;
/external/chromium_org/third_party/skia/src/ports/
H A DSkTypeface_win_dw.cpp128 : fIndex(0), fStrings(strings)
132 if (fIndex >= fStrings->GetCount()) {
138 HRBM(fStrings->GetStringLength(fIndex, &stringLength), "Could not get string length.");
142 HRBM(fStrings->GetString(fIndex, wString.get(), stringLength), "Could not get string.");
148 HRBM(fStrings->GetLocaleNameLength(fIndex, &localeLength), "Could not get locale length.");
152 HRBM(fStrings->GetLocaleName(fIndex, wLocale.get(), localeLength), "Could not get locale.");
156 ++fIndex;
161 UINT32 fIndex; member in class:LocalizedStrings_IDWriteLocalizedStrings
/external/skia/samplecode/
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;
/external/skia/src/ports/
H A DSkTypeface_win_dw.cpp128 : fIndex(0), fStrings(strings)
132 if (fIndex >= fStrings->GetCount()) {
138 HRBM(fStrings->GetStringLength(fIndex, &stringLength), "Could not get string length.");
142 HRBM(fStrings->GetString(fIndex, wString.get(), stringLength), "Could not get string.");
148 HRBM(fStrings->GetLocaleNameLength(fIndex, &localeLength), "Could not get locale length.");
152 HRBM(fStrings->GetLocaleName(fIndex, wLocale.get(), localeLength), "Could not get locale.");
156 ++fIndex;
161 UINT32 fIndex; member in class:LocalizedStrings_IDWriteLocalizedStrings

Completed in 601 milliseconds

12