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

  /external/chromium_org/third_party/skia/tests/
MatrixTest.cpp 632 SkScalar randTriples[3*kTripleCount];
634 randTriples[i] = rand.nextRangeF(-3000.f, 3000.f);
648 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount);
649 REPORTER_ASSERT(reporter, scalar_array_nearly_equal_relative(randTriples, dst, kTripleCount*3));
656 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount);
682 SkScalar src[3] = {randTriples[0], randTriples[1], 1.f};
696 SkScalar src[3] = {randTriples[0], randTriples[1], 1.f};
712 SkScalar src[3] = {randTriples[0], randTriples[1], 1.f}
    [all...]
  /external/skia/tests/
MatrixTest.cpp 602 SkScalar randTriples[3*kTripleCount];
604 randTriples[i] = rand.nextRangeF(-3000.f, 3000.f);
618 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount);
619 REPORTER_ASSERT(reporter, scalar_array_nearly_equal_relative(randTriples, dst, kTripleCount*3));
626 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount);
652 SkScalar src[3] = {randTriples[0], randTriples[1], 1.f};
666 SkScalar src[3] = {randTriples[0], randTriples[1], 1.f};
682 SkScalar src[3] = {randTriples[0], randTriples[1], 1.f}
    [all...]

Completed in 45 milliseconds