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

  /external/skia/gm/
complexclip.cpp 95 for (int invA = 0; invA < 2; ++invA) {
97 int idx = invA * SK_ARRAY_COUNT(gOps) + op;
105 clipA.setFillType(invA ? SkPath::kInverseEvenOdd_FillType :
128 const char* aTxt = invA ? "InverseA " : "A ";
  /external/skia/samplecode/
SampleComplexClip.cpp 90 for (int invA = 0; invA < 2; ++invA) {
92 int idx = invA * SK_ARRAY_COUNT(gOps) + op;
100 clipA.setFillType(invA ? SkPath::kInverseEvenOdd_FillType :
123 const char* aTxt = invA ? "InverseA " : "A ";
  /external/opencv/cv/src/
_cvmatrix.h 349 CV_INLINE void icvInvertMatrix_64d( double* A, int n, double* invA )
352 CvMat invAm = cvMat( n, n, CV_64F, invA );
cvimgwarp.cpp     [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp     [all...]

Completed in 127 milliseconds