Lines Matching defs:posY_
489 int32_t posY_;
495 return (posX_ == a.posX_ && posY_ == a.posY_ && width_ == a.width_ && height_ == a.height_);
505 return (posX_ >= a.posX_ && posY_ >= a.posY_ &&
506 posX_ + width_ <= a.posX_ + a.width_ && posY_ + height_ <= a.posY_ + a.height_);
511 return (posX_ == 0 && posY_ == 0 && width_ == 0 && height_ == 0);
616 return parcel.ReadInt32(rect.posX_) && parcel.ReadInt32(rect.posY_) &&
622 return parcel.WriteInt32(rect.posX_) && parcel.WriteInt32(rect.posY_) &&
686 int32_t posY_;
692 return (posX_ == a.posX_ && posY_ == a.posY_ && width_ == a.width_ && height_ == a.height_);
702 return (posX_ >= a.posX_ && posY_ >= a.posY_ &&
703 posX_ + width_ <= a.posX_ + a.width_ && posY_ + height_ <= a.posY_ + a.height_);
708 return (posX_ == 0 && posY_ == 0 && width_ == 0 && height_ == 0);