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

1 2

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 101 for (int sIndex = 0; sIndex < segmentCount; ++sIndex) {
102 SkOpSegment& segment = fSegments[sIndex];
122 for (int sIndex = 0; sIndex < segmentCount; ++sIndex) {
123 SkOpSegment& segment = fSegments[sIndex];
135 for (int sIndex = 0; sIndex < segmentCount; ++sIndex)
    [all...]
SkPathOpsCommon.cpp 616 int sIndex = sLink[rIndex];
617 SkASSERT(sIndex != SK_MaxS32);
620 if (sIndex < 0) {
621 eIndex = sLink[~sIndex];
622 sLink[~sIndex] = SK_MaxS32;
624 eIndex = eLink[sIndex];
625 eLink[sIndex] = SK_MaxS32;
629 SkDebugf("%s sIndex=%c%d eIndex=%c%d\n", __FUNCTION__, sIndex < 0 ? 's' : 'e',
630 sIndex < 0 ? ~sIndex : sIndex, eIndex < 0 ? 's' : 'e'
    [all...]
SkOpAngle.cpp 462 int sIndex = -1;
492 sIndex = index;
513 sIndex = index;
517 const SkDCubic& curve = sIndex ? rh.fCurvePart : fCurvePart;
518 const SkOpSegment& segment = sIndex ? *rh.fSegment : *fSegment;
519 double tStart = segment.t(sIndex ? rh.fStart : fStart);
525 return sRayLonger ^ (sIndex == 0) ^ (septDir < 0);
    [all...]
  /external/skia/src/pathops/
SkOpContour.h 101 for (int sIndex = 0; sIndex < segmentCount; ++sIndex) {
102 SkOpSegment& segment = fSegments[sIndex];
122 for (int sIndex = 0; sIndex < segmentCount; ++sIndex) {
123 SkOpSegment& segment = fSegments[sIndex];
135 for (int sIndex = 0; sIndex < segmentCount; ++sIndex)
    [all...]
SkPathOpsCommon.cpp 616 int sIndex = sLink[rIndex];
617 SkASSERT(sIndex != SK_MaxS32);
620 if (sIndex < 0) {
621 eIndex = sLink[~sIndex];
622 sLink[~sIndex] = SK_MaxS32;
624 eIndex = eLink[sIndex];
625 eLink[sIndex] = SK_MaxS32;
629 SkDebugf("%s sIndex=%c%d eIndex=%c%d\n", __FUNCTION__, sIndex < 0 ? 's' : 'e',
630 sIndex < 0 ? ~sIndex : sIndex, eIndex < 0 ? 's' : 'e'
    [all...]
SkOpAngle.cpp 462 int sIndex = -1;
492 sIndex = index;
513 sIndex = index;
517 const SkDCubic& curve = sIndex ? rh.fCurvePart : fCurvePart;
518 const SkOpSegment& segment = sIndex ? *rh.fSegment : *fSegment;
519 double tStart = segment.t(sIndex ? rh.fStart : fStart);
525 return sRayLonger ^ (sIndex == 0) ^ (septDir < 0);
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Input.cpp 35 while ((nRead < maxSize) && (mReadLoc.sIndex < mCount))
37 size_t size = mLength[mReadLoc.sIndex] - mReadLoc.cIndex;
39 std::memcpy(buf + nRead, mString[mReadLoc.sIndex] + mReadLoc.cIndex, size);
44 if (mReadLoc.cIndex == mLength[mReadLoc.sIndex])
46 ++mReadLoc.sIndex;
Input.h 40 size_t sIndex; // String index;
44 : sIndex(0),
Tokenizer.l 55 while ((scanLoc->sIndex < input->count()) && \
56 (scanLoc->cIndex >= input->length(scanLoc->sIndex))) \
58 scanLoc->cIndex -= input->length(scanLoc->sIndex++); \
245 if (scanLoc->sIndex != sIndexMax)
249 scanLoc->sIndex = sIndexMax; scanLoc->cIndex = 0;
Tokenizer.cpp 571 while ((scanLoc->sIndex < input->count()) && \
572 (scanLoc->cIndex >= input->length(scanLoc->sIndex))) \
574 scanLoc->cIndex -= input->length(scanLoc->sIndex++); \
1156 if (scanLoc->sIndex != sIndexMax)
1160 scanLoc->sIndex = sIndexMax; scanLoc->cIndex = 0;
    [all...]
  /external/icu/icu4c/source/layout/
HangulLayoutEngine.cpp 134 le_int32 sIndex = syllable - HSYL_FIRST;
136 if (sIndex < 0 || sIndex >= HSYL_COUNT) {
140 lead = LJMO_FIRST + (sIndex / HSYL_LVCNT);
141 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT;
142 trail = TJMO_FIRST + (sIndex % TJMO_COUNT);
  /external/icu/icu4c/source/i18n/
collationfastlatin.cpp 798 const uint8_t *s8, int32_t &sIndex, int32_t sLength) {
801 int32_t i2 = sIndex + 1;
803 uint8_t t1 = s8[sIndex];
805 sIndex += 2;
821 const uint8_t *s8, int32_t &sIndex) {
826 return table[((c - 0xc2) << 6) + s8[sIndex++]]; // 0080..017F
828 uint8_t t2 = s8[sIndex + 1];
829 sIndex += 2;
    [all...]
collationfastlatin.h 222 const uint8_t *s8, int32_t &sIndex, int32_t sLength);
224 const uint8_t *s8, int32_t &sIndex);
227 const UChar *s16, const uint8_t *s8, int32_t &sIndex, int32_t &sLength);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
histogram.cpp 117 int sIndex = s * saturationBins / 256;
122 index = sIndex * hueBins + hIndex;
  /external/chromium_org/third_party/skia/tests/
PathOpsAngleIdeas.cpp 524 int sIndex = (int) (smallestTs[1] < 1);
525 REPORTER_ASSERT(reporter, smallestTs[sIndex ^ 1] == 1);
526 double t = smallestTs[sIndex];
527 const SkDQuad& q = *quads[sIndex];
529 SkDVector end = rays[sIndex][1] - origin;
535 SkDebugf("rayDist>endDist:%d sIndex==0:%d vDir[sIndex]<0:%d midXray<0:%d\n",
536 rayDist > endDist, sIndex == 0, vDir[sIndex] < 0, midXray < 0);
539 == SkScalarSignAsInt(SkDoubleToScalar(vDir[sIndex])));
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 524 int sIndex = (int) (smallestTs[1] < 1);
525 REPORTER_ASSERT(reporter, smallestTs[sIndex ^ 1] == 1);
526 double t = smallestTs[sIndex];
527 const SkDQuad& q = *quads[sIndex];
529 SkDVector end = rays[sIndex][1] - origin;
535 SkDebugf("rayDist>endDist:%d sIndex==0:%d vDir[sIndex]<0:%d midXray<0:%d\n",
536 rayDist > endDist, sIndex == 0, vDir[sIndex] < 0, midXray < 0);
539 == SkScalarSignAsInt(SkDoubleToScalar(vDir[sIndex])));
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
trie2test.c 279 int32_t i, length, sIndex, countValues;
304 sIndex=(int32_t)(p-s);
305 U16_NEXT(s, sIndex, length, c2);
329 sIndex=(int32_t)(p-s);
330 U16_PREV(s, 0, sIndex, c2);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 279 int32_t i, length, sIndex, countValues;
304 sIndex=(int32_t)(p-s);
305 U16_NEXT(s, sIndex, length, c2);
329 sIndex=(int32_t)(p-s);
330 U16_PREV(s, 0, sIndex, c2);
    [all...]
cnumtst.c     [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
uresbund.c     [all...]
  /external/icu/icu4c/source/common/
uresbund.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1488 milliseconds

1 2