/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, other.fContour, other.fIndex, pt, newT); 54 return ++fIndex < fLast [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, other.fContour, other.fIndex, pt, newT); 54 return ++fIndex < fLast [all...] |
/external/chromium_org/third_party/skia/src/core/ |
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;
|
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 | 288 int index() const { return fIndex; } 317 void setIndex(int index) { fIndex = index; } 323 fIndex = index; 329 int fIndex;
|
/external/skia/src/core/ |
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;
|
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 | 288 int index() const { return fIndex; } 317 void setIndex(int index) { fIndex = index; } 323 fIndex = index; 329 int fIndex;
|
/external/icu4c/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/skia/tools/ |
bench_pictures_main.cpp | 94 for (size_t fIndex = 0; fIndex < kFilterFlagsCount; ++fIndex) { 96 if (all & (1 << fIndex)) { 100 if (drawFilters[tIndex] & (1 << fIndex)) { 111 result += gFilterFlags[fIndex]; 250 for (size_t fIndex = 0; fIndex < kFilterFlagsCount; ++fIndex) { 251 if (flagLen == strlen(gFilterFlags[fIndex]) [all...] |
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrTextureDomain.h | 120 int fIndex;
|
GrTextureDomain.cpp | 16 : fIndex(index) { 62 if (textureDomain.fIndex >= 0) { 63 uniName.appendS32(textureDomain.fIndex);
|
/external/skia/src/gpu/effects/ |
GrTextureDomain.h | 120 int fIndex;
|
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;
|
uresbund.c | [all...] |
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFFont.h | 57 mutable int fIndex;
|
/external/chromium_org/third_party/skia/src/utils/ |
SkNWayCanvas.cpp | 49 fIndex = 0; 52 if (fIndex < fList.count()) { 53 fCanvas = fList[fIndex++]; 62 int fIndex;
|
/external/chromium_org/third_party/skia/src/utils/debugger/ |
SkDebugCanvas.cpp | 28 , fIndex(0) 180 if (fIndex < index && !fFilter) { 181 i = fIndex + 1; 241 fIndex = index;
|
/external/icu4c/common/ |
uresimp.h | 86 int32_t fIndex;
|
uresbund.cpp | [all...] |
/external/skia/src/pdf/ |
SkPDFFont.h | 57 mutable int fIndex;
|
/external/skia/src/utils/ |
SkNWayCanvas.cpp | 49 fIndex = 0; 52 if (fIndex < fList.count()) { 53 fCanvas = fList[fIndex++]; 62 int fIndex;
|
/external/skia/src/utils/debugger/ |
SkDebugCanvas.cpp | 28 , fIndex(0) 180 if (fIndex < index && !fFilter) { 181 i = fIndex + 1; 241 fIndex = index;
|
/external/skia/tests/ |
SkpSkGrTest.cpp | 485 , fIndex(0) 549 if (fIndex < fResults.count()) { 550 *result = fResults[fIndex++]; 562 int fIndex;
|