Lines Matching refs:Point

114     void SetStartPosition(const Point& startPoint)
127 const Point& GetStartPosition() const
143 void DrawLine(const Point& endPoint, const Paint& paint);
154 void DrawLine(const Point& startPoint, const Point& endPoint, const Paint& paint);
170 void DrawCurve(const Point& control1, const Point& control2, const Point& endPoint, const Paint& paint);
185 void DrawCurve(const Point& startPoint, const Point& control1, const Point& control2,
186 const Point& endPoint, const Paint& paint);
198 void DrawRect(const Point& startPoint, int16_t height, int16_t width, const Paint& paint);
208 void StrokeRect(const Point& startPoint, int16_t height, int16_t width, const Paint& paint);
216 void ClearRect(const Point& startPoint, int16_t height, int16_t width);
228 void DrawCircle(const Point& center, uint16_t radius, const Paint& paint);
246 void DrawSector(const Point& center, uint16_t radius, int16_t startAngle, int16_t endAngle, const Paint& paint);
265 void DrawArc(const Point& center, uint16_t radius, int16_t startAngle, int16_t endAngle, const Paint& paint);
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);
319 void DrawLabel(const Point& startPoint, const char* text, uint16_t maxWidth, const FontStyle& fontStyle,
340 void MoveTo(const Point& point);
349 void LineTo(const Point& point);
365 void ArcTo(const Point& center, uint16_t radius, int16_t startAngle, int16_t endAngle);
376 void AddRect(const Point& point, int16_t height, int16_t width);
407 void StrokeText(const char* text, const Point& point, const FontStyle& fontStyle, const Paint& paint);
411 Point MeasureText(const char* text, const FontStyle& fontStyle);
457 Point start;
458 Point end;
462 Point start;
463 Point control1;
464 Point control2;
465 Point end;
469 Point start;
475 Point center;
480 Point center;
497 List<Point> points_;
500 Point startPos_;
511 Point start;
520 Point position;
545 Point startPoint_;
658 static void GetAbsolutePosition(const Point& prePoint, const Rect& rect, const Style& style, Point& point);
660 const Point& center,
706 void DrawRectSetCmd(const Point& startPoint, int16_t height, int16_t width, const Paint& paint,
711 void SetArcParamInfo(const Point& center, uint16_t radius, int16_t startAngle, int16_t endAngle);
713 void SetDrawLinePath(const Point& startPoint, int16_t height, int16_t width, const Paint& paint);