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 82 SkOpSegment& thisOne = fSegments[thisIndex];
86 if ((thisOne.done() || other.done()) && thisOne.complete() && other.complete()) {
91 thisOne.debugShowTs("-");
114 || thisOne.isMissing(startT, startPt) || other.isMissing(oEndT, startPt)) {
115 thisOne.addTPair(startT, &other, oEndT, true, startPt,
120 || thisOne.isMissing(endT, oStartPt) || other.isMissing(oStartT, oStartPt)) {
121 other.addTPair(oStartT, &thisOne, endT, true, oStartPt,
126 || thisOne.isMissing(startT, startPt) || other.isMissing(oStartT, startPt)) {
127 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);
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]

Completed in 1033 milliseconds