Lines Matching defs:center
222 * @param center Indicates the coordinates of the circle center.
228 void DrawCircle(const Point& center, uint16_t radius, const Paint& paint);
236 * @param center Indicates the coordinates of the sector's center.
246 void DrawSector(const Point& center, uint16_t radius, int16_t startAngle, int16_t endAngle, const Paint& paint);
255 * @param center Indicates the coordinates of the arc's center.
265 void DrawArc(const Point& center, uint16_t radius, int16_t startAngle, int16_t endAngle, const Paint& paint);
354 * @param center Indicates the coordinates of the arc's center point.
365 void ArcTo(const Point& center, uint16_t radius, int16_t startAngle, int16_t endAngle);
475 Point center;
480 Point center;
660 const Point& center,
711 void SetArcParamInfo(const Point& center, uint16_t radius, int16_t startAngle, int16_t endAngle);