Lines Matching defs:height
192 * @param height Indicates the height of the rectangle.
198 void DrawRect(const Point& startPoint, int16_t height, int16_t width, const Paint& paint);
204 * @param height
208 void StrokeRect(const Point& startPoint, int16_t height, int16_t width, const Paint& paint);
213 * @param height
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);
371 * @param height Indicates the height of the rectangle.
376 void AddRect(const Point& point, int16_t height, int16_t width);
470 int16_t height;
512 uint16_t height;
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);