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

  /external/chromium_org/third_party/skia/tests/
Matrix44Test.cpp 74 static bool bits_isonly(int value, int mask) { function
114 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kIdentity_Mask));
116 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kTranslate_Mask));
118 REPORTER_ASSERT(reporter, bits_isonly(inverse.getType(), SkMatrix44::kTranslate_Mask));
142 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kIdentity_Mask));
144 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kScale_Mask));
146 REPORTER_ASSERT(reporter, bits_isonly(inverse.getType(), SkMatrix44::kScale_Mask));
  /external/skia/tests/
Matrix44Test.cpp 74 static bool bits_isonly(int value, int mask) { function
114 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kIdentity_Mask));
116 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kTranslate_Mask));
118 REPORTER_ASSERT(reporter, bits_isonly(inverse.getType(), SkMatrix44::kTranslate_Mask));
142 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kIdentity_Mask));
144 REPORTER_ASSERT(reporter, bits_isonly(mat.getType(), SkMatrix44::kScale_Mask));
146 REPORTER_ASSERT(reporter, bits_isonly(inverse.getType(), SkMatrix44::kScale_Mask));
  /external/chromium_org/third_party/skia/src/utils/
SkMatrix44.cpp 350 static bool bits_isonly(int value, int mask) { function
372 if (bits_isonly(a_mask | b_mask, kScale_Mask | kTranslate_Mask)) {
  /external/skia/src/utils/
SkMatrix44.cpp 350 static bool bits_isonly(int value, int mask) { function
372 if (bits_isonly(a_mask | b_mask, kScale_Mask | kTranslate_Mask)) {

Completed in 498 milliseconds