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

  /external/skia/tests/
Matrix44Test.cpp 74 static bool bits_isonly(int value, int mask) { function
122 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kIdentity_Mask));
124 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kTranslate_Mask));
126 REPORTER_ASSERT(reporter, bits_isonly(inverse.getType(), SkMatrix44::kTranslate_Mask));
150 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kIdentity_Mask));
152 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kScale_Mask));
154 REPORTER_ASSERT(reporter, bits_isonly(inverse.getType(), SkMatrix44::kScale_Mask));
    [all...]
  /external/skia/src/core/
SkMatrix44.cpp 372 static bool bits_isonly(int value, int mask) { function
394 if (bits_isonly(a_mask | b_mask, kScale_Mask | kTranslate_Mask)) {

Completed in 172 milliseconds