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

  /external/skia/tests/
PathTest.cpp 62 // does getPoints return the right result
63 REPORTER_ASSERT(reporter, p.getPoints(NULL, 5) == 4);
65 int count = p.getPoints(pts, 4);
  /external/skia/include/core/
SkPath.h 129 return this->getPoints(NULL, 0);
144 int getPoints(SkPoint points[], int max) const;
  /external/skia/src/animator/
SkMatrixParts.cpp 251 int srcPts = sourcePath.getPoints(src, 4);
253 int dstPts = destPath.getPoints(dst, 4);
  /external/webkit/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 142 int numPoints = path.getPoints(NULL, 0);
149 path.getPoints(points, point + 1);
  /external/webkit/WebCore/platform/graphics/skia/
PathSkia.cpp 74 return m_path->getPoints(NULL, 0) != 0;
230 int numPoints = m_path->getPoints(0, 0);
  /external/webkit/WebCore/platform/graphics/android/
PathAndroid.cpp 73 // call getPoints(NULL), which returns the number of points,
75 return m_path->getPoints(0, 0) > 0;
281 int numPoints = m_path->getPoints(0, 0);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
GpxParser.java 295 public TrackPoint[] getPoints() {
  /external/skia/src/core/
SkGlyphCache.cpp 327 glyph.fPath->getPoints(NULL, 0x7FFFFFFF) * sizeof(SkPoint);
SkScan_Path.cpp 419 int ptCount = path.getPoints(NULL, 0);
SkPath.cpp 176 int SkPath::getPoints(SkPoint copy[], int max) const {
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java 762 TrackPoint[] points = track.getPoints();
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 359 milliseconds