HomeSort by relevance Sort by last modified time
    Searched defs:fIndex (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/core/
SkRecordDraw.h 23 : 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;
SkPtrRecorder.h 68 uint32_t fIndex; // 1...N
73 // ptr and its ID/fIndex explicitly, since the ptr's position in the array
SkRecordOpts.cpp 268 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;
  /external/skia/src/core/
SkRecordDraw.h 23 : 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;
SkPtrRecorder.h 68 uint32_t fIndex; // 1...N
73 // ptr and its ID/fIndex explicitly, since the ptr's position in the array
SkRecordOpts.cpp 268 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;
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.h 57 mutable int fIndex;
  /external/skia/src/pdf/
SkPDFFont.h 57 mutable int fIndex;
  /external/chromium_org/third_party/icu/source/common/
uresimp.h 84 int32_t fIndex;
  /external/chromium_org/third_party/skia/debugger/
SkDebugger.h 26 fIndex = index;
29 if (fIndex > 0) {
30 fDebugCanvas->drawTo(canvas, fIndex);
105 return fIndex;
143 int fIndex;
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureDomain.h 126 int fIndex;
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersectionHelper.h 25 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, other.fContour, other.fIndex, swap, index, ts, point)
    [all...]
  /external/icu/icu4c/source/common/
uresimp.h 86 int32_t fIndex;
  /external/skia/debugger/
SkDebugger.h 26 fIndex = index;
29 if (fIndex > 0) {
30 fDebugCanvas->drawTo(canvas, fIndex);
105 return fIndex;
143 int fIndex;
  /external/skia/src/gpu/effects/
GrTextureDomain.h 126 int fIndex;
  /external/skia/src/pathops/
SkIntersectionHelper.h 25 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, other.fContour, other.fIndex, swap, index, ts, point)
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleRotateCircles.cpp 327 int fIndex;
328 MyClick(SkView* target, int index) : Click(target), fIndex(index) {}
342 int index = ((MyClick*)click)->fIndex;
SamplePatch.cpp 320 int fIndex;
321 PtClick(SkView* view, int index) : Click(view), fIndex(index) {}
339 fPts[((PtClick*)click)->fIndex].set(click->fCurr.fX, click->fCurr.fY);
  /external/chromium_org/third_party/skia/src/sfnt/
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;
  /external/chromium_org/third_party/skia/src/utils/
SkNWayCanvas.cpp 43 fIndex = 0;
46 if (fIndex < fList.count()) {
47 fCanvas = fList[fIndex++];
56 int fIndex;
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.h 269 int fIndex;
  /external/skia/samplecode/
SampleRotateCircles.cpp 327 int fIndex;
328 MyClick(SkView* target, int index) : Click(target), fIndex(index) {}
342 int index = ((MyClick*)click)->fIndex;
  /external/skia/src/sfnt/
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;
  /external/skia/src/utils/
SkNWayCanvas.cpp 43 fIndex = 0;
46 if (fIndex < fList.count()) {
47 fCanvas = fList[fIndex++];
56 int fIndex;
  /external/skia/src/utils/debugger/
SkDebugCanvas.h 269 int fIndex;

Completed in 360 milliseconds

1 2