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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/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
SVGAnimateMotionElement.h 70 Path m_path; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasPathMethods.cpp 47 if (m_path.isEmpty())
50 FloatRect boundRect = m_path.boundingRect();
52 m_path.closeSubpath();
61 m_path.moveTo(FloatPoint(x, y));
72 if (!m_path.hasCurrentPoint())
73 m_path.moveTo(p1);
74 else if (p1 != m_path.currentPoint())
75 m_path.addLineTo(p1);
84 if (!m_path.hasCurrentPoint())
85 m_path.moveTo(FloatPoint(cpx, cpy))
    [all...]
DOMPath.h 48 const Path& path() const { return m_path; }
61 m_path = path;
68 m_path = path->path();
75 buildPathFromString(pathData, m_path);
CanvasPathMethods.h 56 Path m_path; member in class:WebCore::CanvasPathMethods
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Path.cpp 46 : m_path()
52 m_path = SkPath(other.m_path);
61 m_path = SkPath(other.m_path);
67 return m_path == other.m_path;
72 return SkPathContainsPoint(m_path, point, rule == RULE_NONZERO ? SkPath::kWinding_FillType : SkPath::kEvenOdd_FillType);
80 paint.getFillPath(m_path, &strokePath);
87 return m_path.getBounds()
    [all...]
Path.h 114 const SkPath& skPath() const { return m_path; }
126 SkPath m_path; member in class:WebCore::Path
  /external/chromium_org/third_party/WebKit/Source/core/page/
UserContentURLPattern.h 52 const String& path() const { return m_path; }
68 String m_path; member in class:WebCore::UserContentURLPattern
UserContentURLPattern.cpp 108 m_path = pattern.right(pattern.length() - pathStartPos);
230 MatchTester match(m_path, test.path());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h 108 m_path.clear();
109 m_path = adoptPtr(new Path);
110 m_shape->path(*m_path, boundingRect);
111 return *m_path;
130 OwnPtr<Path> m_path; member in class:WebCore::ShapeClipPathOperation
  /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/chromium_org/third_party/WebKit/Source/core/fileapi/
File.cpp 98 , m_path(path)
108 , m_path(path)
121 , m_path(path)
131 , m_path(metadata.platformPath)
154 if (getFileModificationTime(m_path, modificationTime) && isValidFileTime(modificationTime))
168 if (!getFileSize(m_path, size))
184 if (!getFileMetadata(m_path, metadata)) {
File.h 86 const String& path() const { return m_path; }
110 String m_path; member in class:WebCore::File
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.h 60 ASSERT(m_path);
61 return *m_path;
70 bool hasPath() const { return m_path.get(); }
119 OwnPtr<Path> m_path; member in class:WebCore::RenderSVGShape
RenderSVGShape.cpp 62 m_path.clear();
63 m_path = adoptPtr(new Path);
86 ASSERT(m_path);
87 Path* usePath = m_path.get();
97 ASSERT(m_path);
103 Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform);
108 return m_path->strokeContains(point, strokeData);
380 ASSERT(m_path);
389 Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform);
456 ASSERT(m_path);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 133 private String m_path = null; field in class:URI
347 m_path = p_other.getPath();
458 if (m_path.length() == 0 && m_scheme == null && m_host == null)
464 m_path = p_base.getPath();
495 if (m_path.length() > 0 && m_path.startsWith("/"))
517 path = path.concat(m_path);
568 m_path = path;
770 m_path = p_uriSpec.substring(start, index);
887 if (m_path != null
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 130 private String m_path = null; field in class:URI
344 m_path = p_other.getPath();
478 if (m_path.length() == 0 && m_scheme == null && m_host == null)
484 m_path = p_base.getPath();
515 if (m_path.length() > 0 && m_path.startsWith("/"))
537 path = path.concat(m_path);
588 m_path = path;
790 m_path = p_uriSpec.substring(start, index);
907 if (m_path != null
    [all...]
  /frameworks/base/core/java/android/os/
FileObserver.java 146 private String m_path; field in class:FileObserver
166 m_path = path;
182 m_descriptor = s_observerThread.startWatching(m_path, m_mask, this);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPath.h 84 LocationPath* m_path; member in class:WebCore::XPath::Path
XPathPath.cpp 191 , m_path(path)
201 delete m_path;
209 m_path->evaluate(nodes);
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 79 for (m_pathIndex = 0; m_pathIndex < m_path.size (); ++ m_pathIndex) // important not to cache m_path.size()
81 final File f = (File) m_path.get (m_pathIndex);
126 m_path = new ArrayList (path.length);
127 for (int p = 0; p < path.length; ++ p) m_path.add (path [p]);
270 m_path.add (m_pathIndex + (p ++), path); // insert after the current m_path entry
313 private final ArrayList /* File */ m_path; field in class:IPathEnumerator.Factory.PathEnumerator
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.h 87 WebCore::Path m_path; member in class:WebKit::LinkHighlight
LinkHighlight.cpp 227 bool pathHasChanged = !(newPath == m_path);
229 m_path = newPath;
247 gc.fillPath(m_path);
WorkerAsyncFileSystemChromium.cpp 145 OwnPtr<WorkerAsyncFileWriterChromium> asyncFileWriterChromium = WorkerAsyncFileWriterChromium::create(m_webFileSystem, m_path, m_workerGlobalScope, m_client, WorkerAsyncFileWriterChromium::Asynchronous);
159 , m_path(path)
167 WebURL m_path; member in class:WebCore::WorkerFileWriterHelperCallbacks

Completed in 404 milliseconds

1 2