Home
last modified time | relevance | path

Searched refs:addPath (Results 1 – 24 of 24) sorted by relevance

/external/skia/tests/
DPathOpsBuilderTest.cpp225 clipRect.addPath(inner); in DEF_TEST()
237 clipRect.addPath(inner); in DEF_TEST()
249 clipRect.addPath(inner); in DEF_TEST()
265 clipRect.addPath(inner); in DEF_TEST()
DPathOpsExtendedTest.cpp567 scaledA.addPath(a, scale); in innerPathOp()
569 scaledB.addPath(b, scale); in innerPathOp()
577 scaledOut.addPath(out, scale); in innerPathOp()
DBlurTest.cpp45 void (*addPath)(SkPath*); member
116 tests[test].addPath(&path); in DEF_TEST()
DPathTest.cpp3463 path.addPath(circle, translate); in test_circle_with_add_paths()
3468 path.addPath(empty, translate); in test_circle_with_add_paths()
3908 p.addPath(q, -4, -4); in test_addPath()
3927 p.addPath(q, extend ? SkPath::kExtend_AddPathMode : SkPath::kAppend_AddPathMode); in test_addPathMode()
3945 p.addPath(q, SkPath::kExtend_AddPathMode); in test_extendClosedPath()
3968 q.addPath(p, mode); in test_addEmptyPath()
3971 p.addPath(r, mode); in test_addEmptyPath()
3975 q.addPath(r, mode); in test_addEmptyPath()
/external/skia/include/core/
DSkPath.h858 void addPath(const SkPath& src, SkScalar dx, SkScalar dy,
863 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
866 this->addPath(src, m, mode);
874 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
/external/skia/src/effects/
DSk1DPathEffect.cpp175 dst->addPath(fPath, pos.fX, pos.fY); in next()
181 dst->addPath(fPath, matrix); in next()
DSk2DPathEffect.cpp153 dst->addPath(fPath, loc.fX, loc.fY); in next()
/external/v8/tools/
Dprofile.js240 this.bottomUpTree_.addPath(processedStack);
242 this.topDownTree_.addPath(processedStack);
596 CallTree.prototype.addPath = function(path) { method in CallTree
/external/swiftshader/third_party/LLVM/include/llvm/
DLinker.h136 void addPath(const sys::Path& path);
/external/skia/samplecode/
DSamplePathFuzz.cpp418 path.addPath(src, dx, dy, mode); in makePath()
429 path.addPath(src, mode); in makePath()
441 path.addPath(src, matrix, mode); in makePath()
/external/skia/src/pathops/
DSkPathWriter.cpp28 fPathPtr->addPath(fCurrent); in close()
305 fPathPtr->addPath(contour, in assemble()
DSkOpBuilder.cpp186 sum.addPath(fPathRefs[index]); in resolve()
DSkPathOpsDebug.cpp3072 scaledA.addPath(one, scale); in VerifyOp()
3074 scaledB.addPath(two, scale); in VerifyOp()
3082 scaledOut.addPath(result, scale); in VerifyOp()
3109 scaledA.addPath(path, scale); in VerifySimplify()
3115 scaledOut.addPath(result, scale); in VerifySimplify()
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinker.cpp68 Linker::addPath(const sys::Path& path) { in addPath() function in Linker
/external/skia/src/core/
DSkPictureRecord.cpp496 this->addPath(path); in onDrawPath()
624 this->addPath(path); in onDrawTextOnPath()
795 this->addPath(path); in onDrawShadowRec()
866 void SkPictureRecord::addPath(const SkPath& path) { in addPath() function in SkPictureRecord
DSkPictureRecord.h135 void addPath(const SkPath& path);
DSkPath.cpp230 out->addPath(*this); in interpolate()
1506 void SkPath::addPath(const SkPath& path, SkScalar dx, SkScalar dy, AddPathMode mode) { in addPath() function in SkPath
1510 this->addPath(path, matrix, mode); in addPath()
1513 void SkPath::addPath(const SkPath& path, const SkMatrix& matrix, AddPathMode mode) { in addPath() function in SkPath
DSkPaint.cpp1090 path->addPath(*iterPath, matrix); in getTextPath()
1118 path->addPath(*iterPath, matrix); in getPosTextPath()
DSkStroke.cpp1455 dst->addPath(src); in strokePath()
/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp143 void addPath(const SkPath& path, SkScalar srcSpaceTol) { in addPath() function in __anonee0b1f2d0111::PathGeoBuilder
419 pathGeoBuilder.addPath(args.fPath, args.fTolerance); in onPrepareDraws()
/external/skia/bench/
DPathBench.cpp610 result.addPath(fPaths1[idx]); in onDraw()
617 result.addPath(fPaths1[idx], 2 * SK_Scalar1, 5 * SK_Scalar1); in onDraw()
624 result.addPath(fPaths1[idx], fMatrix); in onDraw()
/external/skia/src/svg/
DSkSVGDevice.cpp262 SkString addPath() { in addPath() function in SkSVGDevice::ResourceBucket
773 SkString pathID = fResourceBucket->addPath(); in drawTextOnPath()
/external/skia/debugger/QT/
DSkDebuggerGUI.cpp645 fDirectoryWatcher.addPath(fPath); in setupDirectoryWidget()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp736 m_skPath.addPath(skPath); in DrawPath()