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

  /external/skia/tests/
DashPathEffectTest.cpp 62 SkMatrix mats[kNumMats]; local
63 mats[0].reset();
64 mats[1].setRotate(90, 0.5f, 0.5f);
65 mats[2].setTranslate(10.0f, 10.0f);
76 bool actualResult = dash->asPoints(&results, src, rec, mats[i], &cull);
MatrixTest.cpp 240 SkMatrix mats[2*SK_ARRAY_COUNT(baseMats)]; local
242 mats[i] = baseMats[i];
243 bool invertible = mats[i].invert(&mats[i + SK_ARRAY_COUNT(baseMats)]);
251 int x = rand.nextU() % SK_ARRAY_COUNT(mats);
252 mat.postConcat(mats[x]);
704 SkMatrix mats[kMatrixCount]; local
707 mats[i].set(j, rand.nextRangeF(-3000.f, 3000.f));
734 mats[i].mapHomogeneousPoints(&dst, &zeros, 1);
741 mats[0].mapHomogeneousPoints(nullptr, nullptr, 0)
    [all...]
  /external/skqp/tests/
DashPathEffectTest.cpp 62 SkMatrix mats[kNumMats]; local
63 mats[0].reset();
64 mats[1].setRotate(90, 0.5f, 0.5f);
65 mats[2].setTranslate(10.0f, 10.0f);
76 bool actualResult = dash->asPoints(&results, src, rec, mats[i], &cull);
MatrixTest.cpp 240 SkMatrix mats[2*SK_ARRAY_COUNT(baseMats)]; local
242 mats[i] = baseMats[i];
243 bool invertible = mats[i].invert(&mats[i + SK_ARRAY_COUNT(baseMats)]);
251 int x = rand.nextU() % SK_ARRAY_COUNT(mats);
252 mat.postConcat(mats[x]);
704 SkMatrix mats[kMatrixCount]; local
707 mats[i].set(j, rand.nextRangeF(-3000.f, 3000.f));
734 mats[i].mapHomogeneousPoints(&dst, &zeros, 1);
741 mats[0].mapHomogeneousPoints(nullptr, nullptr, 0)
    [all...]
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 351 bool CvCalibFilter::FindEtalon( CvMat** mats )
355 if( !mats || etalonPointCount == 0 )
378 if( !CV_IS_MAT(mats[i]) && !CV_IS_IMAGE(mats[i]))
384 size = cvGetSize(mats[i]);
406 if( CV_MAT_CN(cvGetElemType(mats[i])) == 1 )
407 cvCopy( mats[i], grayImg );
409 cvCvtColor( mats[i], grayImg, CV_BGR2GRAY );
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/tensorflow/tensorflow/python/ops/
gradients_test.py 605 mats = [constant_op.constant(mat_value) for mat_value in mat_values]
609 for x, mat in zip(xs, mats)

Completed in 544 milliseconds