Searched refs:platformPath (Results 1 – 14 of 14) sorted by relevance
/external/webkit/WebCore/platform/graphics/cairo/ |
D | PathCairo.cpp | 54 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 …]
|
D | GraphicsContextCairo.cpp | 947 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/ |
D | PathQt.cpp | 64 : 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()
|
D | GraphicsContextQt.cpp | 715 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/ |
D | PathCG.cpp | 146 CGContextAddPath(context, platformPath()); in strokeContains() 177 CGContextAddPath(context, platformPath()); in strokeBoundingRect()
|
D | GraphicsContextCG.cpp | 843 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/ |
D | Path.h | 133 PlatformPath* platformPath() const { return m_path; } in platformPath() function
|
/external/webkit/WebCore/platform/graphics/android/ |
D | GraphicsContextAndroid.cpp | 732 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()
|
D | PathAndroid.cpp | 390 paint.getFillPath(*platformPath(), &strokePath); in strokeContains()
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 306 platformContext()->addPath(*path.platformPath()); in addPath() 355 const SkPath& p = *path.platformPath(); in clip() 379 const SkPath& path = *p.platformPath(); in clipOut()
|
D | PathSkia.cpp | 310 paint.getFillPath(*platformPath(), &strokePath); in strokeContains()
|
/external/webkit/WebKitTools/Scripts/ |
D | run-webkit-tests | 487 my $platformPath = catfile($level, $test); 488 …nd({ preprocess => $directoryFilter, wanted => $fileFilter }, $platformPath) if (-d $platformPath);
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | GraphicsContextWince.cpp | 1379 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/ |
D | ChangeLog-2006-05-10 | 2609 addArc, addRect, addEllipse, and platformPath functions. Defined a PlatformPath type
|