Searched refs:p4_ (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/ui/gfx/geometry/ |
D | quad_f.cc | 17 p4_ = PointF(rect.x(), rect.bottom()); in operator =() 25 p4_.ToString().c_str()); in ToString() 35 WithinEpsilon(p3_.x(), p4_.x()) && WithinEpsilon(p4_.y(), p1_.y())) || in IsRectilinear() 37 WithinEpsilon(p3_.y(), p4_.y()) && WithinEpsilon(p4_.x(), p1_.x())); in IsRectilinear() 53 float p24 = p2_.y() - p4_.y(); in IsCounterClockwise() 60 double element4 = static_cast<double>(p4_.x()) * p31; in IsCounterClockwise() 98 || PointIsInTriangle(point, p1_, p3_, p4_); in Contains() 105 p4_.Scale(x_scale, y_scale); in Scale() 112 p4_ += rhs; in operator +=() 119 p4_ -= rhs; in operator -=()
|
D | quad_f.h | 31 : p1_(p1), p2_(p2), p3_(p3), p4_(p4) {} in QuadF() 37 p4_(rect.x(), rect.bottom()) {} in QuadF() 44 void set_p4(const PointF& p) { p4_ = p; } in set_p4() 49 constexpr const PointF& p4() const { return p4_; } in p4() 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() 80 p3_ = p4_; in Realign() 81 p4_ = temp; in Realign() [all …]
|
/external/protobuf/src/google/protobuf/stubs/ |
D | callback.h | 388 p4_(p4), in MethodResultCallback_6_2() 395 R result = (object_->*method_)(p1_, p2_, p3_, p4_, p5_, p6_, a1, a2); in Run() 407 typename std::remove_reference<P4>::type p4_; variable
|