HomeSort by relevance Sort by last modified time
    Searched refs:m_path (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/webkit/Source/WebCore/platform/graphics/wx/
PathWx.cpp 53 m_path = 0;
63 m_path = new wxGraphicsPath(path);
75 m_path = new wxGraphicsPath(*path.m_path);
81 if (m_path) {
83 return m_path->Contains(point.x(), point.y(), static_cast<wxPolygonFillMode>(getWxWindRuleForWindRule(rule)));
85 return m_path->Contains(point.x(), point.y(), getWxWindRuleForWindRule(rule));
100 if (m_path) {
101 return m_path->GetBox();
122 *m_path = *path.platformPath()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
PathWinCE.cpp 33 : m_path(new PlatformPath())
38 : m_path(new PlatformPath(*other.m_path))
44 delete m_path;
50 delete m_path;
51 m_path = new PlatformPath(*other.m_path);
58 return m_path->contains(point, rule);
63 m_path->translate(size);
68 return m_path->boundingRect()
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGPathBuilder.cpp 32 : m_path(0)
38 ASSERT(m_path);
40 if (closed && !m_path->isEmpty())
41 m_path->closeSubpath();
42 m_path->moveTo(m_current);
47 ASSERT(m_path);
49 m_path->addLineTo(m_current);
54 ASSERT(m_path);
56 m_path->addBezierCurveTo(m_current + point1, m_current + point2, m_current + targetPoint);
60 m_path->addBezierCurveTo(point1, point2, m_current)
    [all...]
SVGPathBuilder.h 38 void setCurrentPath(Path* path) { m_path = path; }
43 virtual void cleanup() { m_path = 0; }
59 Path* m_path; member in class:WebCore::SVGPathBuilder
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 107 m_path = new PlatformPathOpenVG();
112 delete m_path;
117 m_path = new PlatformPathOpenVG(*(other.m_path));
122 *m_path = *(other.m_path);
165 m_path->makeCompatibleContextCurrent();
166 vgPathBounds(m_path->vgPath(), &minX, &minY, &width, &height);
186 m_path->makeCompatibleContextCurrent();
187 vgAppendPathData(m_path->vgPath(), 1, pathSegments, pathData)
    [all...]
  /external/webkit/Source/WebKit2/Platform/win/
ModuleWin.cpp 35 ASSERT(!::PathIsRelativeW(m_path.charactersWithNullTermination()));
36 m_module = ::LoadLibraryExW(m_path.charactersWithNullTermination(), 0, LOAD_WITH_ALTERED_SEARCH_PATH);
  /external/webkit/Source/WebCore/platform/graphics/cg/
PathCG.cpp 69 : m_path(CGPathCreateMutable())
75 CGPathRelease(m_path);
79 : m_path(CGPathCreateMutableCopy(other.m_path))
85 CGMutablePathRef path = CGPathCreateMutableCopy(other.m_path);
86 CGPathRelease(m_path);
87 m_path = path;
131 RetainPtr<CGMutablePathRef> path(AdoptCF, copyCGPathClosingSubpaths(m_path));
159 CGPathAddPath(newPath, &translation, m_path);
160 CGPathRelease(m_path);
    [all...]
  /external/webkit/Source/WebCore/fileapi/
File.cpp 51 , m_path(path)
58 , m_path(path)
66 , m_path(path)
76 if (!getFileModificationTime(m_path, modificationTime))
88 if (!getFileSize(m_path, size))
99 if (!getFileSize(m_path, snapshotSize) || !getFileModificationTime(m_path, modificationTime)) {
  /external/webkit/Source/WebCore/platform/graphics/haiku/
PathHaiku.cpp 41 : m_path(new BRegion())
47 delete m_path;
51 : m_path(new BRegion(*other.platformPath()))
58 m_path = other.platformPath();
78 return m_path->Contains(point);
88 return m_path->Frame();
129 m_path->Include(r);
139 m_path->MakeEmpty();
144 return !m_path->Frame().IsValid();
  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 48 m_path = new SkPath;
53 m_path = new SkPath(*other.m_path);
58 delete m_path;
63 *m_path = *other.m_path;
69 return m_path->isEmpty();
74 return m_path->getPoints(NULL, 0) != 0;
86 return SkPathContainsPoint(m_path, point,
92 m_path->offset(WebCoreFloatToSkScalar(size.width()), WebCoreFloatToSkScalar(size.height()))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
PathQt.cpp 56 : m_path(other.m_path)
62 m_path = other.m_path;
104 Qt::FillRule savedRule = m_path.fillRule();
105 const_cast<QPainterPath*>(&m_path)->setFillRule(rule == RULE_EVENODD ? Qt::OddEvenFill : Qt::WindingFill);
107 bool contains = m_path.contains(point);
111 contains = isPointOnPathBorder(m_path.toFillPolygon(), point);
114 const_cast<QPainterPath*>(&m_path)->setFillRule(savedRule);
142 return stroke.createStroke(m_path).contains(point)
    [all...]
  /external/webkit/Source/WebKit2/Platform/
Module.cpp 32 : m_path(path)
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 45 m_path = new SkPath;
46 // m_path->setFlags(SkPath::kWinding_FillType);
51 m_path = new SkPath(*other.m_path);
56 delete m_path;
61 *m_path = *other.m_path;
67 return m_path->isEmpty();
76 return m_path->getPoints(0, 0) > 0;
83 m_path->getLastPt(&lastPt)
    [all...]
  /external/webkit/Source/WebCore/storage/
StorageSyncManager.cpp 52 , m_path(path.crossThreadString())
55 ASSERT(!m_path.isEmpty());
68 if (!makeAllDirectories(m_path)) {
69 LOG_ERROR("Unabled to create LocalStorage database path %s", m_path.utf8().data());
73 return pathByAppendingComponent(m_path, databaseIdentifier + ".localstorage");
StorageNamespaceImpl.cpp 73 , m_path(path.crossThreadString())
78 if (m_storageType == LocalStorage && !m_path.isEmpty())
79 m_syncManager = StorageSyncManager::create(m_path);
87 ASSERT(localStorageNamespaceMap().get(m_path) == this);
88 localStorageNamespaceMap().remove(m_path);
101 RefPtr<StorageNamespaceImpl> newNamespace = adoptRef(new StorageNamespaceImpl(m_storageType, m_path, m_quota));
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheResource.h 59 const String& path() const { return m_path; }
60 void setPath(const String& path) { m_path = path; }
72 String m_path; member in class:WebCore::ApplicationCacheResource
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/mac/
InjectedBundleMac.cpp 43 fprintf(stderr, "InjectedBundle::load failed - Could not consume bundle sandbox extension for [%s].\n", m_path.utf8().data());
50 RetainPtr<CFStringRef> injectedBundlePathStr(AdoptCF, CFStringCreateWithCharacters(0, reinterpret_cast<const UniChar*>(m_path.characters()), m_path.length()));
  /external/webkit/Source/WebCore/page/
UserContentURLPattern.h 52 const String& path() const { return m_path; }
68 String m_path; member in class:WebCore::UserContentURLPattern
  /external/webkit/Source/WebCore/wml/
WMLAccessElement.h 40 String m_path; member in class:WebCore::WMLAccessElement
WMLAccessElement.cpp 58 m_path = value;
68 if (!pageState || pageState->processAccessControlData(m_domain, m_path))
  /external/webkit/Source/WebKit2/Platform/gtk/
ModuleGtk.cpp 38 m_handle = g_module_open(m_path.utf8().data(), G_MODULE_BIND_LAZY);
  /external/webkit/Source/WebKit2/Platform/qt/
ModuleQt.cpp 34 m_lib.setFileName(static_cast<QString>(m_path));
  /external/opencv/otherlibs/highgui/
loadsave.cpp 73 const char* Get() const { return m_path; };
89 char* m_path;
97 delete[] m_path;
104 m_path = 0;
131 if( m_path )
133 memcpy( new_path, m_path, m_len );
134 delete[] m_path;
137 m_path = new_path;
141 m_path[m_len++] = ';';
142 memcpy( m_path + m_len, buffer, len )
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/qt/
InjectedBundleQt.cpp 39 m_platformBundle.setFileName(static_cast<QString>(m_path));
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGPath.cpp 90 return m_path.contains(point, fillRule);
103 return m_path.strokeContains(&strokeStyle, point);
115 m_path.clear();
116 element->toPathData(m_path);
158 fillPaintingResource->postApplyResource(this, context, ApplyToFillMode, &m_path);
163 fallbackResource->postApplyResource(this, context, ApplyToFillMode, &m_path);
182 path = m_path;
191 strokePaintingResource->postApplyResource(this, context, ApplyToStrokeMode, nonScalingStroke ? &path : &m_path);
196 fallbackResource->postApplyResource(this, context, ApplyToStrokeMode, nonScalingStroke ? &path : &m_path);
205 if (paintInfo.context->paintingDisabled() || style()->visibility() == HIDDEN || m_path.isEmpty()
    [all...]

Completed in 437 milliseconds

1 2 3