OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisOne
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp
61
SkOpSegment&
thisOne
= fSegments[thisIndex];
65
if ((
thisOne
.done() || other.done()) &&
thisOne
.complete() && other.complete()) {
70
thisOne
.debugShowTs("-");
100
||
thisOne
.isMissing(startT, startPt) || other.isMissing(oEndT, startPt)) {
101
thisOne
.addTPair(startT, &other, oEndT, true, startPt);
105
||
thisOne
.isMissing(endT, oStartPt) || other.isMissing(oStartT, oStartPt)) {
106
other.addTPair(oStartT, &
thisOne
, endT, true, oStartPt);
111
||
thisOne
.isMissing(startT, startPt) || other.isMissing(oStartT, startPt)) {
112
thisOne
.addTPair(startT, &other, oStartT, true, startPt)
[
all
...]
/external/skia/src/pathops/
SkOpContour.cpp
61
SkOpSegment&
thisOne
= fSegments[thisIndex];
65
if ((
thisOne
.done() || other.done()) &&
thisOne
.complete() && other.complete()) {
70
thisOne
.debugShowTs("-");
100
||
thisOne
.isMissing(startT, startPt) || other.isMissing(oEndT, startPt)) {
101
thisOne
.addTPair(startT, &other, oEndT, true, startPt);
105
||
thisOne
.isMissing(endT, oStartPt) || other.isMissing(oStartT, oStartPt)) {
106
other.addTPair(oStartT, &
thisOne
, endT, true, oStartPt);
111
||
thisOne
.isMissing(startT, startPt) || other.isMissing(oStartT, startPt)) {
112
thisOne
.addTPair(startT, &other, oStartT, true, startPt)
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotations.java
114
Annotation
thisOne
= thisIter.next();
117
int result =
thisOne
.compareTo(otherOne);
Annotation.java
116
NameValuePair
thisOne
= thisIter.next();
119
result =
thisOne
.compareTo(otherOne);
/dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java
113
Annotation
thisOne
= thisIter.next();
116
int result =
thisOne
.compareTo(otherOne);
Annotation.java
107
NameValuePair
thisOne
= thisIter.next();
110
result =
thisOne
.compareTo(otherOne);
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
Annotations.java
114
Annotation
thisOne
= thisIter.next();
117
int result =
thisOne
.compareTo(otherOne);
Annotation.java
108
NameValuePair
thisOne
= thisIter.next();
111
result =
thisOne
.compareTo(otherOne);
Completed in 406 milliseconds