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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetElementAt.java 73 public void testXY () {
  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 689 SkPoint testXY = testSegment->activeLeftTop(NULL);
691 if (testXY.fY < topLeft.fY) {
694 if (testXY.fY == topLeft.fY && testXY.fX < topLeft.fX) {
697 if (bestXY->fY < testXY.fY) {
700 if (bestXY->fY == testXY.fY && bestXY->fX < testXY.fX) {
705 *bestXY = testXY;
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]

Completed in 781 milliseconds