Lines Matching defs:width
161 * Currently, the opacity cannot be set, and the maximum line width is <b>3</b>.
175 * Currently, the opacity cannot be set, and the maximum line width is <b>3</b>.
193 * @param width Indicates the width of the rectangle.
198 void DrawRect(const Point& startPoint, int16_t height, int16_t width, const Paint& paint);
205 * @param width
208 void StrokeRect(const Point& startPoint, int16_t height, int16_t width, const Paint& paint);
214 * @param width
216 void ClearRect(const Point& startPoint, int16_t height, int16_t width);
279 void DrawImage(const Point& startPoint, const char* image, const Paint& paint, int16_t width, int16_t height);
312 * @param maxWidth Indicates the maximum width of the text that can be displayed. If the maximum width is
372 * @param width Indicates the width of the rectangle.
376 void AddRect(const Point& point, int16_t height, int16_t width);
410 /* Returns an object containing the specified text width */
471 int16_t width;
513 uint16_t width;
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);