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 76 static bool bits_isonly(int value, int mask) { function
113 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kIdentity_Mask));
115 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kTranslate_Mask));
117 REPORTER_ASSERT(reporter, bits_isonly(inverse.getType(), SkMatrix44::kTranslate_Mask));
138 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kIdentity_Mask));
140 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kScale_Mask));
142 REPORTER_ASSERT(reporter, bits_isonly(inverse.getType(), SkMatrix44::kScale_Mask));
  /external/skia/src/utils/
SkMatrix44.cpp 342 static bool bits_isonly(int value, int mask) { function
364 if (bits_isonly(a_mask | b_mask, kScale_Mask | kTranslate_Mask)) {

Completed in 787 milliseconds