/external/libchrome/ui/gfx/geometry/ |
D | quad_f.cc | 15 p2_ = PointF(rect.right(), rect.y()); in operator =() 23 p2_.ToString().c_str(), in ToString() 34 (WithinEpsilon(p1_.x(), p2_.x()) && WithinEpsilon(p2_.y(), p3_.y()) && in IsRectilinear() 36 (WithinEpsilon(p1_.y(), p2_.y()) && WithinEpsilon(p2_.x(), p3_.x()) && in IsRectilinear() 53 float p24 = p2_.y() - p4_.y(); in IsCounterClockwise() 58 double element2 = static_cast<double>(p2_.x()) * p31; in IsCounterClockwise() 97 return PointIsInTriangle(point, p1_, p2_, p3_) in Contains() 103 p2_.Scale(x_scale, y_scale); in Scale() 110 p2_ += rhs; in operator +=() 117 p2_ -= rhs; in operator -=()
|
D | quad_f.h | 31 : p1_(p1), p2_(p2), p3_(p3), p4_(p4) {} in QuadF() 35 p2_(rect.right(), rect.y()), in QuadF() 42 void set_p2(const PointF& p) { p2_ = p; } in set_p2() 47 constexpr const PointF& p2() const { return p2_; } in p2() 66 float rl = std::min(std::min(p1_.x(), p2_.x()), std::min(p3_.x(), p4_.x())); in BoundingBox() 67 float rr = std::max(std::max(p1_.x(), p2_.x()), std::max(p3_.x(), p4_.x())); in BoundingBox() 68 float rt = std::min(std::min(p1_.y(), p2_.y()), std::min(p3_.y(), p4_.y())); in BoundingBox() 69 float rb = std::max(std::max(p1_.y(), p2_.y()), std::max(p3_.y(), p4_.y())); in BoundingBox() 78 p1_ = p2_; in Realign() 79 p2_ = p3_; in Realign() [all …]
|
/external/llvm-project/libcxx/src/filesystem/ |
D | filesystem_common.h | 141 const path* p2_ = nullptr; member 145 : func_name_(fname), ec_(ec), p1_(p1), p2_(p2) { in func_name_() 156 switch (bool(p1_) + bool(p2_)) { in report() 162 __throw_filesystem_error(what, *p1_, *p2_, ec); in report() 175 switch (bool(p1_) + bool(p2_)) { in report() 181 __throw_filesystem_error(what, *p1_, *p2_, ec); in report()
|
/external/clang/test/SemaCXX/ |
D | warn-unused-private-field.cpp | 217 A() : p_(__null), b_(false), a_(this), p2_(nullptr) {} in A() 221 void* p2_; // expected-warning{{private field 'p2_' is not used}} member in pr13413::A
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-unused-private-field.cpp | 218 A() : p_(__null), b_(false), a_(this), p2_(nullptr) {} in A() 222 void* p2_; // expected-warning{{private field 'p2_' is not used}} member in pr13413::A
|
/external/protobuf/src/google/protobuf/stubs/ |
D | callback.h | 386 p2_(p2), in MethodResultCallback_6_2() 395 R result = (object_->*method_)(p1_, p2_, p3_, p4_, p5_, p6_, a1, a2); in Run() 405 typename std::remove_reference<P2>::type p2_; variable
|
/external/googletest/googletest/test/ |
D | gtest_unittest.cc | 3251 ASSERT_STREQ(p1_++, p2_++); in CompareAndIncrementCharPtrs() 3263 p2_ = s2_; in SingleEvaluationTest() 3271 static const char* p2_; member in __anon24dc7c190111::SingleEvaluationTest 3280 const char* SingleEvaluationTest::p2_; member in __anon24dc7c190111::SingleEvaluationTest 3290 EXPECT_EQ(s2_ + 1, p2_); in TEST_F() 3296 EXPECT_STRNE(p1_++, p2_++); in TEST_F() 3298 EXPECT_EQ(s2_ + 1, p2_); in TEST_F() 3301 EXPECT_NONFATAL_FAILURE(EXPECT_STRCASEEQ(p1_++, p2_++), in TEST_F() 3304 EXPECT_EQ(s2_ + 2, p2_); in TEST_F()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | gtest_unittest.cc | 3248 ASSERT_STREQ(p1_++, p2_++); in CompareAndIncrementCharPtrs() 3260 p2_ = s2_; in SingleEvaluationTest() 3268 static const char* p2_; member in __anoncf5bdef60111::SingleEvaluationTest 3277 const char* SingleEvaluationTest::p2_; member in __anoncf5bdef60111::SingleEvaluationTest 3287 EXPECT_EQ(s2_ + 1, p2_); in TEST_F() 3293 EXPECT_STRNE(p1_++, p2_++); in TEST_F() 3295 EXPECT_EQ(s2_ + 1, p2_); in TEST_F() 3298 EXPECT_NONFATAL_FAILURE(EXPECT_STRCASEEQ(p1_++, p2_++), in TEST_F() 3301 EXPECT_EQ(s2_ + 2, p2_); in TEST_F()
|
/external/deqp/modules/gles2/functional/ |
D | es2fMultisampleTests.cpp | 70 …rners(const Vec2& p0_, const Vec2& p1_, const Vec2& p2_, const Vec2& p3_) : p0(p0_), p1(p1_), p2(p… in QuadCorners()
|
/external/deqp/modules/gles3/functional/ |
D | es3fMultisampleTests.cpp | 72 …rners(const Vec2& p0_, const Vec2& p1_, const Vec2& p2_, const Vec2& p3_) : p0(p0_), p1(p1_), p2(p… in QuadCorners()
|