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

1 2 3

  /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/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/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.cpp 38 return fList[index].fIndex;
54 pair.fIndex = count + 1;
58 return fList[index].fIndex;
67 // p->fIndex is base-1, so we need to subtract to find its slot
69 int index = p[i].fIndex - 1;
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;
SkPtrRecorder.h 68 uint32_t fIndex; // 1...N
73 // ptr and its ID/fIndex explicitly, since the ptr's position in the array
SkPictureFlat.h 314 int index() const { return fIndex; }
343 void setIndex(int index) { fIndex = index; }
349 fIndex = index;
355 int 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.cpp 38 return fList[index].fIndex;
54 pair.fIndex = count + 1;
58 return fList[index].fIndex;
67 // p->fIndex is base-1, so we need to subtract to find its slot
69 int index = p[i].fIndex - 1;
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;
SkPtrRecorder.h 68 uint32_t fIndex; // 1...N
73 // ptr and its ID/fIndex explicitly, since the ptr's position in the array
  /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;
SkDebugger.cpp 20 fIndex = 0;
38 fIndex = fDebugCanvas->getSize() - 1;
  /external/skia/debugger/
SkDebugger.h 26 fIndex = index;
29 if (fIndex > 0) {
30 fDebugCanvas->drawTo(canvas, fIndex);
105 return fIndex;
143 int fIndex;
SkDebugger.cpp 20 fIndex = 0;
38 fIndex = fDebugCanvas->getSize() - 1;
  /external/icu/icu4c/source/i18n/
regeximp.cpp 66 fChars(chars), fIndex(start), fLimit(limit), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) {
80 if (fIndex >= fLimit) {
83 U16_NEXT(fChars, fIndex, fLimit, originalC);
113 return fIndex;
  /external/chromium_org/third_party/skia/tools/
bench_pictures_main.cpp 104 for (size_t fIndex = 0; fIndex < kFilterFlagsCount; ++fIndex) {
106 if (all & (1 << fIndex)) {
110 if (drawFilters[tIndex] & (1 << fIndex)) {
121 result += gFilterFlags[fIndex];
256 for (size_t fIndex = 0; fIndex < kFilterFlagsCount; ++fIndex) {
257 if (flagLen == strlen(gFilterFlags[fIndex])
    [all...]
  /external/skia/tools/
bench_pictures_main.cpp 104 for (size_t fIndex = 0; fIndex < kFilterFlagsCount; ++fIndex) {
106 if (all & (1 << fIndex)) {
110 if (drawFilters[tIndex] & (1 << fIndex)) {
121 result += gFilterFlags[fIndex];
256 for (size_t fIndex = 0; fIndex < kFilterFlagsCount; ++fIndex) {
257 if (flagLen == strlen(gFilterFlags[fIndex])
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.cpp 128 : 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;
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 128 : 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;
  /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/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/gpu/effects/
GrTextureDomain.cpp 16 : fIndex(index) {
62 if (textureDomain.fIndex >= 0) {
63 uniName.appendS32(textureDomain.fIndex);
  /external/skia/src/gpu/effects/
GrTextureDomain.cpp 16 : fIndex(index) {
62 if (textureDomain.fIndex >= 0) {
63 uniName.appendS32(textureDomain.fIndex);
  /external/chromium_org/third_party/icu/source/common/
uresimp.h 84 int32_t fIndex;

Completed in 390 milliseconds

1 2 3