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

  /external/skia/include/utils/
SkMatrix44.h 109 kIdentity_Constructor
  /external/skia/tests/
Matrix44Test.cpp 101 // Verify that kIdentity_Constructor really does initialize to an identity matrix.
103 testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kIdentity_Constructor);
  /external/skia/src/utils/
SkMatrix44.cpp 178 static const SkMatrix44 gIdentity44(kIdentity_Constructor);

Completed in 28 milliseconds