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

  /external/chromium_org/ui/gfx/
transform.cc 67 : matrix_(SkMatrix44::kIdentity_Constructor)
170 SkMatrix44 skew(SkMatrix44::kIdentity_Constructor);
180 SkMatrix44 skew(SkMatrix44::kIdentity_Constructor);
192 SkMatrix44 m(SkMatrix44::kIdentity_Constructor);
transform.h 30 Transform() : matrix_(SkMatrix44::kIdentity_Constructor) {}
transform_util.cc 269 SkMatrix44 matrix(SkMatrix44::kIdentity_Constructor);
295 SkMatrix44 temp(SkMatrix44::kIdentity_Constructor);
  /external/chromium_org/third_party/skia/include/utils/
SkMatrix44.h 109 kIdentity_Constructor
  /external/skia/include/utils/
SkMatrix44.h 109 kIdentity_Constructor
  /external/skia/tests/
Matrix44Test.cpp 103 // Verify that kIdentity_Constructor really does initialize to an identity matrix.
105 testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kIdentity_Constructor);
  /external/chromium_org/third_party/skia/src/utils/
SkMatrix44.cpp 178 static const SkMatrix44 gIdentity44(kIdentity_Constructor);
  /external/skia/src/utils/
SkMatrix44.cpp 178 static const SkMatrix44 gIdentity44(kIdentity_Constructor);

Completed in 438 milliseconds