Lines Matching defs:PointStyle
404 struct PointStyle : public HeapBase {
418 * @param style Indicates the style to set. For details, see {@link PointStyle}.
422 void SetHeadPointStyle(const PointStyle& style)
430 * @param style Indicates the style to set. For details, see {@link PointStyle}.
434 void SetTopPointStyle(const PointStyle& style)
442 * @param style Indicates the style to set. For details, see {@link PointStyle}.
446 void SetBottomPointStyle(const PointStyle& style)
454 * @return Returns the style of the point. For details, see {@link PointStyle}.
458 const PointStyle& GetHeadPointStyle() const
466 * @return Returns the style of the point. For details, see {@link PointStyle}.
470 const PointStyle& GetTopPointStyle() const
478 * @return Returns the style of the point. For details, see {@link PointStyle}.
482 const PointStyle& GetBottomPointStyle() const
586 PointStyle headPointStyle_;
587 PointStyle topPointStyle_;
588 PointStyle bottomPointStyle_;
593 void RefreshInvalidateRect(uint16_t pointIndex, const PointStyle& style);
595 void DoDrawPoint(BufferInfo& gfxDstBuffer, const Point& point, const PointStyle& style, const Rect& mask);