/external/skqp/tests/ |
D | SkNxTest.cpp | 65 REPORTER_ASSERT(r, (a+b == a*b-b).anyTrue()); in test_Nf() 67 REPORTER_ASSERT(r, !(a+b == a*b).anyTrue()); in test_Nf() 68 REPORTER_ASSERT(r, !(a != b).anyTrue()); in test_Nf() 69 REPORTER_ASSERT(r, (a < fours).anyTrue()); in test_Nf() 70 REPORTER_ASSERT(r, (a <= fours).anyTrue()); in test_Nf() 501 REPORTER_ASSERT(r, (Sk2f{1,2} < Sk2f{3,4}).anyTrue()); in DEF_TEST() 503 REPORTER_ASSERT(r, (Sk2f{3,2} < Sk2f{1,4}).anyTrue()); in DEF_TEST() 505 REPORTER_ASSERT(r, !(Sk2f{3,4} < Sk2f{1,2}).anyTrue()); in DEF_TEST() 507 REPORTER_ASSERT(r, (Sk4f{1,2,3,4} < Sk4f{3,4,5,6}).anyTrue()); in DEF_TEST() 509 REPORTER_ASSERT(r, (Sk4f{1,2,3,4} < Sk4f{1,4,1,1}).anyTrue()); in DEF_TEST() [all …]
|
/external/skia/tests/ |
D | SkNxTest.cpp | 65 REPORTER_ASSERT(r, (a+b == a*b-b).anyTrue()); in test_Nf() 67 REPORTER_ASSERT(r, !(a+b == a*b).anyTrue()); in test_Nf() 68 REPORTER_ASSERT(r, !(a != b).anyTrue()); in test_Nf() 69 REPORTER_ASSERT(r, (a < fours).anyTrue()); in test_Nf() 70 REPORTER_ASSERT(r, (a <= fours).anyTrue()); in test_Nf() 501 REPORTER_ASSERT(r, (Sk2f{1,2} < Sk2f{3,4}).anyTrue()); in DEF_TEST() 503 REPORTER_ASSERT(r, (Sk2f{3,2} < Sk2f{1,4}).anyTrue()); in DEF_TEST() 505 REPORTER_ASSERT(r, !(Sk2f{3,4} < Sk2f{1,2}).anyTrue()); in DEF_TEST() 507 REPORTER_ASSERT(r, (Sk4f{1,2,3,4} < Sk4f{3,4,5,6}).anyTrue()); in DEF_TEST() 509 REPORTER_ASSERT(r, (Sk4f{1,2,3,4} < Sk4f{1,4,1,1}).anyTrue()); in DEF_TEST() [all …]
|
/external/skqp/src/core/ |
D | SkPathRef.cpp | 911 ((point < leftTop).anyTrue() || (point > rightBot).anyTrue())) { in isValid() 924 … if (fPoints[i].isFinite() && (point < leftTop).anyTrue() && !(point > rightBot).anyTrue()) in isValid()
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 921 ((point < leftTop).anyTrue() || (point > rightBot).anyTrue())) { in isValid() 934 … if (fPoints[i].isFinite() && (point < leftTop).anyTrue() && !(point > rightBot).anyTrue()) in isValid()
|
/external/skia/src/gpu/ops/ |
D | GrQuadPerEdgeAA.cpp | 69 if (bad.anyTrue()) { in correct_bad_edges() 81 if (bad.anyTrue()) { in correct_bad_coords() 112 if ((test < -kTolerance).anyTrue()) { in get_edge_equations() 129 if ((metadata.fInvLengths >= 1.f / kTolerance).anyTrue()) { in get_optimized_outset() 139 if ((cosTheta.abs() >= 0.9f).anyTrue()) { in get_optimized_outset()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCPathCache.cpp | 56 if ((Sk4f::Load(a.fMatrix2x2) != Sk4f::Load(b.fMatrix2x2)).anyTrue()) { in fuzzy_equals() 61 Sk2f::Load(b.fSubpixelTranslate)).abs() > 1.f/256).anyTrue()) { in fuzzy_equals()
|
D | GrCCFillGeometry.cpp | 200 SkASSERT((p0 != p2).anyTrue()); in appendMonotonicQuadratic() 620 SkASSERT((p0 != p3).anyTrue()); in appendCubics() 776 SkASSERT((p0 != p2).anyTrue()); in appendMonotonicConic()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCPathCache.cpp | 56 if ((Sk4f::Load(a.fMatrix2x2) != Sk4f::Load(b.fMatrix2x2)).anyTrue()) { in fuzzy_equals() 61 Sk2f::Load(b.fSubpixelTranslate)).abs() > 1.f/256).anyTrue()) { in fuzzy_equals()
|
D | GrCCFillGeometry.cpp | 200 SkASSERT((p0 != p2).anyTrue()); in appendMonotonicQuadratic() 620 SkASSERT((p0 != p3).anyTrue()); in appendCubics() 776 SkASSERT((p0 != p2).anyTrue()); in appendMonotonicConic()
|
/external/skqp/include/private/ |
D | SkNx.h | 110 AI bool anyTrue() const { return fLo.anyTrue() || fHi.anyTrue(); } in anyTrue() function 220 AI bool anyTrue() const { return fVal != 0; }
|
D | SkNx_neon.h | 148 AI bool anyTrue() const { in anyTrue() function 292 AI bool anyTrue() const { in anyTrue() function
|
D | SkNx_sse.h | 113 AI bool anyTrue() const { return 0x00 != (_mm_movemask_epi8(_mm_castps_si128(fVec)) & 0xff); } in anyTrue() function 218 AI bool anyTrue() const { return 0x0000 != _mm_movemask_epi8(_mm_castps_si128(fVec)); } in anyTrue() function
|
/external/skia/include/private/ |
D | SkNx.h | 110 AI bool anyTrue() const { return fLo.anyTrue() || fHi.anyTrue(); } in anyTrue() function 220 AI bool anyTrue() const { return fVal != 0; }
|
D | SkNx_neon.h | 148 AI bool anyTrue() const { in anyTrue() function 292 AI bool anyTrue() const { in anyTrue() function
|
D | SkNx_sse.h | 113 AI bool anyTrue() const { return 0x00 != (_mm_movemask_epi8(_mm_castps_si128(fVec)) & 0xff); } in anyTrue() function 218 AI bool anyTrue() const { return 0x0000 != _mm_movemask_epi8(_mm_castps_si128(fVec)); } in anyTrue() function
|
/external/skqp/src/gpu/ops/ |
D | GrQuadPerEdgeAA.cpp | 147 if ((edgeLimits < 0.5f).anyTrue()) { in compute_nested_quad_vertices() 196 if ((len < 1.f).anyTrue()) { in get_projected_interpolant() 201 if ((outsets < 0.f).anyTrue()) { in get_projected_interpolant()
|
/external/skqp/src/gpu/ |
D | GrQuad.h | 135 bool hasPerspective() const { return (w4f() != Sk4f(1.f)).anyTrue(); } in hasPerspective()
|
/external/skia/src/gpu/ |
D | GrQuad.h | 168 bool hasPerspective() const { return (w4f() != Sk4f(1.f)).anyTrue(); } in hasPerspective()
|
/external/skia/dm/ |
D | DM.cpp | 1191 if (a > 1.0f || (rgba < 0.0f).anyTrue() || (rgba > a).anyTrue()) { in Run()
|