HomeSort by relevance Sort by last modified time
    Searched refs:thisOne (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 53 SkOpSegment& thisOne = fSegments[thisIndex];
57 if ((thisOne.done() || other.done()) && thisOne.complete() && other.complete()) {
62 thisOne.debugShowTs();
82 || thisOne.isMissing(startT) || other.isMissing(oEndT)) {
83 thisOne.addTPair(startT, &other, oEndT, true, coincidence.fPts[startSwapped]);
86 || thisOne.isMissing(endT) || other.isMissing(oStartT)) {
87 other.addTPair(oStartT, &thisOne, endT, true, coincidence.fPts[oStartSwapped]);
91 || thisOne.isMissing(startT) || other.isMissing(oStartT)) {
92 thisOne.addTPair(startT, &other, oStartT, true, coincidence.fPts[startSwapped])
    [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 53 SkOpSegment& thisOne = fSegments[thisIndex];
57 if ((thisOne.done() || other.done()) && thisOne.complete() && other.complete()) {
62 thisOne.debugShowTs();
82 || thisOne.isMissing(startT) || other.isMissing(oEndT)) {
83 thisOne.addTPair(startT, &other, oEndT, true, coincidence.fPts[startSwapped]);
86 || thisOne.isMissing(endT) || other.isMissing(oStartT)) {
87 other.addTPair(oStartT, &thisOne, endT, true, coincidence.fPts[oStartSwapped]);
91 || thisOne.isMissing(startT) || other.isMissing(oStartT)) {
92 thisOne.addTPair(startT, &other, oStartT, true, coincidence.fPts[startSwapped])
    [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 346 milliseconds