Home
last modified time | relevance | path

Searched refs:SkIsAlign2 (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/codec/
DSkWebpCodec.cpp385 SkASSERT(SkIsAlign2(subset.fLeft) && SkIsAlign2(subset.fTop)); in onGetPixels()
402 SkASSERT(SkIsAlign2(subset.fLeft) && SkIsAlign2(subset.fTop)); in onGetPixels()
DSkBmpRLECodec.cpp475 if (!SkIsAlign2(rowBytes)) { in decodeRLE()
/third_party/flutter/skia/src/codec/
DSkWebpCodec.cpp390 SkASSERT(SkIsAlign2(subset.fLeft) && SkIsAlign2(subset.fTop)); in onGetPixels()
407 SkASSERT(SkIsAlign2(subset.fLeft) && SkIsAlign2(subset.fTop)); in onGetPixels()
DSkBmpRLECodec.cpp472 if (!SkIsAlign2(rowBytes)) { in decodeRLE()
/third_party/flutter/skia/include/core/
DSkTypes.h120 template <typename T> static constexpr bool SkIsAlign2(T x) { return 0 == (x & 1); } in SkIsAlign2() function
/third_party/skia/src/effects/
DSkDashPathEffect.cpp25 SkASSERT(count > 1 && SkIsAlign2(count)); in SkDashImpl()
/third_party/flutter/skia/src/effects/
DSkDashPathEffect.cpp25 SkASSERT(count > 1 && SkIsAlign2(count)); in SkDashImpl()
/third_party/skia/include/core/
DSkTypes.h552 template <typename T> static constexpr bool SkIsAlign2(T x) { return 0 == (x & 1); } in SkIsAlign2() function
/third_party/skia/src/utils/
DSkDashPath.cpp455 if (count < 2 || !SkIsAlign2(count)) { in ValidDashPath()
/third_party/flutter/skia/src/utils/
DSkDashPath.cpp449 if (count < 2 || !SkIsAlign2(count)) { in ValidDashPath()
/third_party/flutter/skia/tests/
DCodecTest.cpp421 REPORTER_ASSERT(r, SkIsAlign2(subset.fLeft) && SkIsAlign2(subset.fTop)); in check()
/third_party/skia/tests/
DCodecTest.cpp409 REPORTER_ASSERT(r, SkIsAlign2(subset.fLeft) && SkIsAlign2(subset.fTop)); in check_subset_decode()