Searched refs:is_identity (Results 1 - 3 of 3) sorted by relevance

/external/skia/tests/
H A DMatrix44Test.cpp28 static bool is_identity(const SkMatrix44& m) { function
42 REPORTER_ASSERT(reporter, is_identity(iden1));
47 REPORTER_ASSERT(reporter, is_identity(iden1));
52 REPORTER_ASSERT(reporter, is_identity(iden1));
64 REPORTER_ASSERT(reporter, is_identity(iden1));
66 REPORTER_ASSERT(reporter, is_identity(iden2));
H A DMatrixTest.cpp26 static bool is_identity(const SkMatrix& m) { function
58 REPORTER_ASSERT(reporter, is_identity(iden1));
63 REPORTER_ASSERT(reporter, is_identity(iden1));
69 REPORTER_ASSERT(reporter, is_identity(iden1));
77 REPORTER_ASSERT(reporter, is_identity(iden1));
79 REPORTER_ASSERT(reporter, is_identity(iden2));
/external/chromium/base/
H A Dfile_descriptor_shuffle.cc33 const bool is_identity = i->source == i->dest; local
36 if (!is_identity && i->dest == j->source) {
61 if (!is_identity) {
66 if (!is_identity && i->close)

Completed in 96 milliseconds