Home
last modified time | relevance | path

Searched refs:platformPath (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebCore/platform/graphics/cairo/
DPathCairo.cpp54 cairo_t* cr = platformPath()->m_cr; in Path()
55 cairo_path_t* p = cairo_copy_path(other.platformPath()->m_cr); in Path()
66 cairo_t* cr = platformPath()->m_cr; in operator =()
67 cairo_path_t* p = cairo_copy_path(other.platformPath()->m_cr); in operator =()
75 cairo_t* cr = platformPath()->m_cr; in clear()
81 cairo_t* cr = platformPath()->m_cr; in isEmpty()
99 cairo_t* cr = platformPath()->m_cr; in translate()
105 cairo_t* cr = platformPath()->m_cr; in moveTo()
111 cairo_t* cr = platformPath()->m_cr; in addLineTo()
117 cairo_t* cr = platformPath()->m_cr; in addRect()
[all …]
DGraphicsContextCairo.cpp947 cairo_path_t* p = cairo_copy_path(path.platformPath()->m_cr); in addPath()
958 cairo_path_t* p = cairo_copy_path(path.platformPath()->m_cr); in clip()
/external/webkit/WebCore/platform/graphics/qt/
DPathQt.cpp64 : m_path(new QPainterPath(*other.platformPath())) in Path()
72 m_path = new QPainterPath(*other.platformPath()); in operator =()
108 return (stroke.createStroke(*platformPath())).contains(point); in strokeContains()
141 return (stroke.createStroke(*platformPath())).boundingRect(); in strokeBoundingRect()
DGraphicsContextQt.cpp715 m_data->p()->fillPath(*path.platformPath(), QColor(color)); in fillRoundedRect()
726 newPath.addPath(*(path.platformPath())); in addPath()
990 m_data->p()->setClipPath(*path.platformPath(), Qt::IntersectClip); in clip()
1000 QPainterPath clippedOut = *path.platformPath(); in clipOut()
/external/webkit/WebCore/platform/graphics/cg/
DPathCG.cpp146 CGContextAddPath(context, platformPath()); in strokeContains()
177 CGContextAddPath(context, platformPath()); in strokeBoundingRect()
DGraphicsContextCG.cpp843 CGContextAddPath(platformContext(), path.platformPath()); in addPath()
852 CGContextAddPath(context, path.platformPath()); in clip()
864 CGContextAddPath(platformContext(), path.platformPath()); in clipOut()
/external/webkit/WebCore/platform/graphics/
DPath.h133 PlatformPath* platformPath() const { return m_path; } in platformPath() function
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp732 GC2Canvas(this)->clipPath(*path.platformPath()); in clip()
791 GC2Canvas(this)->clipPath(*p.platformPath(), SkRegion::kDifference_Op); in clipOut()
1108 m_data->addPath(*p.platformPath()); in addPath()
DPathAndroid.cpp390 paint.getFillPath(*platformPath(), &strokePath); in strokeContains()
/external/webkit/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp306 platformContext()->addPath(*path.platformPath()); in addPath()
355 const SkPath& p = *path.platformPath(); in clip()
379 const SkPath& path = *p.platformPath(); in clipOut()
DPathSkia.cpp310 paint.getFillPath(*platformPath(), &strokePath); in strokeContains()
/external/webkit/WebKitTools/Scripts/
Drun-webkit-tests487 my $platformPath = catfile($level, $test);
488 …nd({ preprocess => $directoryFilter, wanted => $fileFilter }, $platformPath) if (-d $platformPath);
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp1379 i->platformPath()->fillPath(dc, &tr); in fillPath()
1388 i->platformPath()->fillPath(m_data->m_dc, &m_data->m_transform); in fillPath()
1419 i->platformPath()->strokePath(dc, &tr); in strokePath()
1428 i->platformPath()->strokePath(m_data->m_dc, &m_data->m_transform); in strokePath()
/external/webkit/WebCore/
DChangeLog-2006-05-102609 addArc, addRect, addEllipse, and platformPath functions. Defined a PlatformPath type