HomeSort by relevance Sort by last modified time
    Searched defs:spanIndex (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
PathOpsDebug.cpp 492 SkDebugf("spanIndex:%d ", oSpan.fOtherIndex);
498 const SkOpSegment* SkOpSpan::debugToSegment(ptrdiff_t* spanIndex) const {
514 if (spanIndex) {
515 *spanIndex = this - first;
580 ptrdiff_t spanIndex;
581 const SkOpSegment* segment = debugToSegment(&spanIndex);
584 SkDebugf(" [%d] ", spanIndex);
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 624 SkDebugf("spanIndex:%d ", oSpan.fOtherIndex);
630 const SkOpSegment* SkOpSpan::debugToSegment(ptrdiff_t* spanIndex) const {
646 if (spanIndex) {
647 *spanIndex = this - first;
712 ptrdiff_t spanIndex;
713 const SkOpSegment* segment = debugToSegment(&spanIndex);
716 SkDebugf(" [%d] ", spanIndex);
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 457 int spanIndex = count() - 1;
458 int startIndex = nextExactSpan(spanIndex, -1);
462 angle.set(this, spanIndex, startIndex);
463 setFromAngle(spanIndex, &angle);
467 const SkOpSpan& span = fTs[spanIndex];
477 --spanIndex;
493 int spanIndex = 0;
497 const SkOpSpan& span = fTs[spanIndex];
507 ++spanIndex;
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 453 int spanIndex = count() - 1;
454 int startIndex = nextExactSpan(spanIndex, -1);
458 angle.set(this, spanIndex, startIndex);
459 setFromAngle(spanIndex, &angle);
463 const SkOpSpan& span = fTs[spanIndex];
473 --spanIndex;
489 int spanIndex = 0;
493 const SkOpSpan& span = fTs[spanIndex];
503 ++spanIndex;
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 801 milliseconds