HomeSort by relevance Sort by last modified time
    Searched refs:platformPath (Results 1 - 15 of 15) sorted by null

  /external/webkit/WebCore/platform/graphics/cairo/
PathCairo.cpp 54 cairo_t* cr = platformPath()->m_cr;
55 cairo_path_t* p = cairo_copy_path(other.platformPath()->m_cr);
66 cairo_t* cr = platformPath()->m_cr;
67 cairo_path_t* p = cairo_copy_path(other.platformPath()->m_cr);
75 cairo_t* cr = platformPath()->m_cr;
81 return !cairo_has_current_point(platformPath()->m_cr);
91 cairo_t* cr = platformPath()->m_cr;
97 cairo_t* cr = platformPath()->m_cr;
103 cairo_t* cr = platformPath()->m_cr;
109 cairo_t* cr = platformPath()->m_cr
    [all...]
GraphicsContextCairo.cpp 1059 cairo_path_t* p = cairo_copy_path(path.platformPath()->m_cr);
1070 cairo_path_t* p = cairo_copy_path(path.platformPath()->m_cr);
    [all...]
  /external/webkit/WebCore/platform/graphics/haiku/
PathHaiku.cpp 51 : m_path(new BRegion(*other.platformPath()))
58 m_path = other.platformPath();
GraphicsContextHaiku.cpp 373 m_data->m_view->ConstrainClippingRegion(path.platformPath());
  /external/webkit/WebCore/platform/graphics/
Path.h 35 typedef struct CGPath PlatformPath;
38 typedef QPainterPath PlatformPath;
41 typedef wxGraphicsPath PlatformPath;
46 typedef WebCore::CairoPath PlatformPath;
49 typedef SkPath PlatformPath;
52 typedef BRegion PlatformPath;
55 class PlatformPath;
58 typedef void PlatformPath;
63 typedef PlatformPath PlatformPathPtr;
65 typedef PlatformPath* PlatformPathPtr
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
PathCG.cpp 144 CGContextAddPath(context, platformPath());
175 CGContextAddPath(context, platformPath());
GraphicsContextCG.cpp 921 CGContextAddPath(platformContext(), path.platformPath());
930 CGContextAddPath(context, path.platformPath());
947 CGContextAddPath(platformContext(), path.platformPath());
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 73 CGPathAddPath(focusRingPath.get(), 0, paths[i].platformPath());
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 312 platformContext()->addPath(*path.platformPath());
361 const SkPath& p = *path.platformPath();
373 const SkPath& p = *path.platformPath();
397 const SkPath& path = *p.platformPath();
    [all...]
PathSkia.cpp 316 paint.getFillPath(*platformPath(), &strokePath);
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 649 drawFilledShadowPath(this, p, path.platformPath());
650 p->fillPath(path.platformPath(), QColor(color));
661 newPath.addPath(path.platformPath());
670 PlatformPath* GraphicsContext::currentPath()
934 m_data->p()->setClipPath(path.platformPath(), Qt::IntersectClip);
948 QPainterPath clippedOut = path.platformPath();
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
PathAndroid.cpp 390 paint.getFillPath(*platformPath(), &strokePath);
GraphicsContextAndroid.cpp 735 // path.platformPath()->dump(false, "clip path");
737 GC2Canvas(this)->clipPath(*path.platformPath());
801 GC2Canvas(this)->clipPath(*p.platformPath(), SkRegion::kDifference_Op);
    [all...]
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests     [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp     [all...]

Completed in 569 milliseconds