Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_descriptor_shuffle.cc33 const bool is_identity = i->source == i->dest; in PerformInjectiveMultimapDestructive() local
36 if (!is_identity && i->dest == j->source) { in PerformInjectiveMultimapDestructive()
61 if (!is_identity) { in PerformInjectiveMultimapDestructive()
66 if (!is_identity && i->close) in PerformInjectiveMultimapDestructive()
/external/skia/tests/
DMatrix44Test.cpp69 static bool is_identity(const SkMatrix44& m) { in is_identity() function
371 REPORTER_ASSERT(reporter, is_identity(iden1)); in TestMatrix44()
376 REPORTER_ASSERT(reporter, is_identity(iden1)); in TestMatrix44()
381 REPORTER_ASSERT(reporter, is_identity(iden1)); in TestMatrix44()
389 REPORTER_ASSERT(reporter, is_identity(iden1)); in TestMatrix44()
391 REPORTER_ASSERT(reporter, is_identity(iden2)); in TestMatrix44()
DMatrixTest.cpp78 static bool is_identity(const SkMatrix& m) { in is_identity() function
355 REPORTER_ASSERT(reporter, is_identity(iden1)); in TestMatrix()
360 REPORTER_ASSERT(reporter, is_identity(iden1)); in TestMatrix()
366 REPORTER_ASSERT(reporter, is_identity(iden1)); in TestMatrix()
374 REPORTER_ASSERT(reporter, is_identity(iden1)); in TestMatrix()
376 REPORTER_ASSERT(reporter, is_identity(iden2)); in TestMatrix()