OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spanIndex
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/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/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/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
...]
/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 147 milliseconds