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

  /external/skia/include/effects/
Sk2DPathEffect.h 46 bool fMatrixIsInvertible;
  /external/skia/src/effects/
Sk2DPathEffect.cpp 18 fMatrixIsInvertible = mat.invert(&fInverse);
23 if (!fMatrixIsInvertible) {
51 if (!fMatrixIsInvertible) {

Completed in 455 milliseconds