Home | History | Annotate | Download | only in wince

Lines Matching defs:PlatformPath

477 PlatformPath::PlatformPath()
483 void PlatformPath::ensureSubpath()
493 void PlatformPath::addToSubpath(const PlatformPathElement& e)
548 void PlatformPath::append(const PlatformPathElement& e)
555 void PlatformPath::append(const PlatformPath& p)
565 void PlatformPath::clear()
574 void PlatformPath::strokePath(HDC dc, const AffineTransform* transformation) const
579 void PlatformPath::fillPath(HDC dc, const AffineTransform* transformation) const
586 void PlatformPath::translate(const FloatSize& size)
596 void PlatformPath::transform(const AffineTransform& t)
606 bool PlatformPath::contains(const FloatPoint& point, WindRule rule) const
620 void PlatformPath::moveTo(const FloatPoint& point)
627 void PlatformPath::addLineTo(const FloatPoint& point)
634 void PlatformPath::addQuadCurveTo(const FloatPoint& cp, const FloatPoint& p)
641 void PlatformPath::addBezierCurveTo(const FloatPoint& cp1, const FloatPoint& cp2, const FloatPoint& p)
648 void PlatformPath::addArcTo(const FloatPoint& fp1, const FloatPoint& fp2, float radius)
711 void PlatformPath::closeSubpath()
718 void PlatformPath::addEllipse(const FloatPoint& p, float a, float b, float sar, float ear, bool anticlockwise)
740 void PlatformPath::addRect(const FloatRect& r)
752 void PlatformPath::addEllipse(const FloatRect& r)
758 String PlatformPath::debugString() const
795 void PlatformPath::apply(void* info, PathApplierFunction function) const