Lines Matching refs:startPoint
106 * @brief Sets the coordinates of the start point for drawing a line. For example, if <b>startPoint</b> is
109 * @param startPoint Indicates the coordinates of the start point.
114 void SetStartPosition(const Point& startPoint)
116 startPoint_ = startPoint;
148 * @param startPoint Indicates the coordinates of the start point.
154 void DrawLine(const Point& startPoint, const Point& endPoint, const Paint& paint);
177 * @param startPoint Indicates the coordinates of the start point of the cubic Bezier curve.
185 void DrawCurve(const Point& startPoint, const Point& control1, const Point& control2,
191 * @param startPoint Indicates the coordinates of the point at the upper left corner of the rectangle.
198 void DrawRect(const Point& startPoint, int16_t height, int16_t width, const Paint& paint);
203 * @param startPoint starting point
208 void StrokeRect(const Point& startPoint, int16_t height, int16_t width, const Paint& paint);
212 * @param startPoint starting point
216 void ClearRect(const Point& startPoint, int16_t height, int16_t width);
271 * @param startPoint Indicates the coordinates of the start point.
277 void DrawImage(const Point& startPoint, const char* image, const Paint& paint);
279 void DrawImage(const Point& startPoint, const char* image, const Paint& paint, int16_t width, int16_t height);
310 * @param startPoint Indicates the coordinates of the start point.
319 void DrawLabel(const Point& startPoint, const char* text, uint16_t maxWidth, const FontStyle& fontStyle,
706 void DrawRectSetCmd(const Point& startPoint, int16_t height, int16_t width, const Paint& paint,
713 void SetDrawLinePath(const Point& startPoint, int16_t height, int16_t width, const Paint& paint);