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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 315 SkPoint testXY = testSegment->activeLeftTop(true, NULL);
317 if (testXY.fY < topLeft.fY) {
320 if (testXY.fY == topLeft.fY && testXY.fX < topLeft.fX) {
323 if (bestXY->fY < testXY.fY) {
326 if (bestXY->fY == testXY.fY && bestXY->fX < testXY.fX) {
331 *bestXY = testXY;
  /external/skia/src/pathops/
SkOpContour.cpp 315 SkPoint testXY = testSegment->activeLeftTop(true, NULL);
317 if (testXY.fY < topLeft.fY) {
320 if (testXY.fY == topLeft.fY && testXY.fX < topLeft.fX) {
323 if (bestXY->fY < testXY.fY) {
326 if (bestXY->fY == testXY.fY && bestXY->fX < testXY.fX) {
331 *bestXY = testXY;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetElementAt.java 74 public void testXY () {

Completed in 108 milliseconds