Searched refs:getPoints (Results 1 – 9 of 9) sorted by relevance
/external/skia/tests/ |
D | PathTest.cpp | 63 REPORTER_ASSERT(reporter, p.getPoints(NULL, 5) == 4); in TestPath() 65 int count = p.getPoints(pts, 4); in TestPath()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | HarfbuzzSkia.cpp | 142 int numPoints = path.getPoints(NULL, 0); in getOutlinePoint() 149 path.getPoints(points, point + 1); in getOutlinePoint()
|
/external/skia/src/animator/ |
D | SkMatrixParts.cpp | 251 int srcPts = sourcePath.getPoints(src, 4); in add() 253 int dstPts = destPath.getPoints(dst, 4); in add()
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | PathSkia.cpp | 74 return m_path->getPoints(NULL, 0) != 0; in hasCurrentPoint() 230 int numPoints = m_path->getPoints(0, 0); in debugString()
|
/external/skia/include/core/ |
D | SkPath.h | 129 return this->getPoints(NULL, 0); in countPoints() 144 int getPoints(SkPoint points[], int max) const;
|
/external/webkit/WebCore/platform/graphics/android/ |
D | PathAndroid.cpp | 75 return m_path->getPoints(0, 0) > 0; in hasCurrentPoint() 281 int numPoints = m_path->getPoints(0, 0); in debugString()
|
/external/skia/src/core/ |
D | SkScan_Path.cpp | 419 int ptCount = path.getPoints(NULL, 0); in cheap_worst_case_edge_count()
|
D | SkGlyphCache.cpp | 327 glyph.fPath->getPoints(NULL, 0x7FFFFFFF) * sizeof(SkPoint); in findPath()
|
D | SkPath.cpp | 176 int SkPath::getPoints(SkPoint copy[], int max) const { in getPoints() function in SkPath
|