Home | History | Annotate | Download | only in cpp

Lines Matching refs:horizontal

58   /// @param[in] x An int32_t value representing a horizontal coordinate
220 /// in a horizontal line in the rectangle:
231 /// in a horizontal line in the rectangle:
259 /// Inset() shrinks the rectangle by a horizontal and vertical
262 /// @param[in] horizontal An int32_t value representing a horizontal
266 void Inset(int32_t horizontal, int32_t vertical) {
267 Inset(horizontal, vertical, horizontal, vertical);
283 /// Offset() moves the rectangle by a horizontal and vertical distance.
285 /// @param[in] horizontal An int32_t value representing a horizontal
289 void Offset(int32_t horizontal, int32_t vertical);
291 /// Offset() moves the rectangle by a horizontal and vertical distance.
294 /// horizontal and vertical move distances.