Lines Matching defs:property
103 auto property = node->GetWindowProperty();
104 PointInfo point = {property->GetWindowRect().posX_ + property->GetHitOffset().x,
105 property->GetWindowRect().posY_ + property->GetHitOffset().y};
146 sptr<WindowProperty> property = windowNode->GetWindowProperty();
147 point.x = property->GetWindowRect().posX_ + property->GetHitOffset().x;
148 point.y = property->GetWindowRect().posY_ + property->GetHitOffset().y;