Skip to content
  • eric@webkit.org's avatar
    2009-08-12 Maxime Simon <simon.maxime@gmail.com> · 511e5da2
    eric@webkit.org authored
            Reviewed by Eric Seidel.
    
            [Haiku] Adding eight simple files to WebCore/platform/graphics/haiku.
            https://bugs.webkit.org/show_bug.cgi?id=28122
    
            * platform/graphics/haiku/ColorHaiku.cpp: Added.
            (WebCore::Color::Color):
            (WebCore::Color::operator rgb_color):
            (WebCore::focusRingColor):
            * platform/graphics/haiku/FloatPointHaiku.cpp: Added.
            (WebCore::FloatPoint::FloatPoint):
            (WebCore::FloatPoint::operator BPoint):
            * platform/graphics/haiku/FloatRectHaiku.cpp: Added.
            (WebCore::FloatRect::FloatRect):
            (WebCore::FloatRect::operator BRect):
            * platform/graphics/haiku/GradientHaiku.cpp: Added.
            (WebCore::Gradient::platformDestroy):
            (WebCore::Gradient::platformGradient):
            (WebCore::Gradient::fill):
            * platform/graphics/haiku/IntPointHaiku.cpp: Added.
            (WebCore::IntPoint::IntPoint):
            (WebCore::IntPoint::operator BPoint):
            * platform/graphics/haiku/IntRectHaiku.cpp: Added.
            (WebCore::IntRect::IntRect):
            (WebCore::IntRect::operator BRect):
            * platform/graphics/haiku/IntSizeHaiku.cpp: Added.
            (WebCore::IntSize::IntSize):
            (WebCore::IntSize::operator BSize):
            * platform/graphics/haiku/PathHaiku.cpp: Added.
            (WebCore::Path::Path):
            (WebCore::Path::~Path):
            (WebCore::Path::operator=):
            (WebCore::Path::hasCurrentPoint):
            (WebCore::Path::contains):
            (WebCore::Path::translate):
            (WebCore::Path::boundingRect):
            (WebCore::Path::moveTo):
            (WebCore::Path::addLineTo):
            (WebCore::Path::addQuadCurveTo):
            (WebCore::Path::addBezierCurveTo):
            (WebCore::Path::addArcTo):
            (WebCore::Path::closeSubpath):
            (WebCore::Path::addArc):
            (WebCore::Path::addRect):
            (WebCore::Path::addEllipse):
            (WebCore::Path::clear):
            (WebCore::Path::isEmpty):
            (WebCore::Path::debugString):
            (WebCore::Path::apply):
            (WebCore::Path::transform):
            (WebCore::Path::strokeBoundingRect):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@47142 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    511e5da2