Home
last modified time | relevance | path

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

123

/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()
/external/skqp/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()
/external/skia/include/core/
DSkPath.h1196 void addPath(const SkPath& src, SkScalar dx, SkScalar dy,
1208 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
1211 this->addPath(src, m, mode);
1225 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
/external/skqp/include/core/
DSkPath.h1238 void addPath(const SkPath& src, SkScalar dx, SkScalar dy,
1250 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
1253 this->addPath(src, m, mode);
1267 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
/external/skqp/src/effects/
DSk1DPathEffect.cpp180 dst->addPath(fPath, pos.fX, pos.fY); in next()
186 dst->addPath(fPath, matrix); in next()
DSk2DPathEffect.cpp153 dst->addPath(fPath, loc.fX, loc.fY); in next()
/external/skia/src/effects/
DSk1DPathEffect.cpp178 dst->addPath(fPath, pos.fX, pos.fY); in next()
184 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/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/skqp/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/experimental/sksg/geometry/
DSkSGMerge.cpp71 fMerged.addPath(geo->asPath()); in onRevalidate()
/external/skqp/experimental/sksg/geometry/
DSkSGMerge.cpp71 fMerged.addPath(geo->asPath()); in onRevalidate()
/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()
/external/skqp/src/pathops/
DSkPathWriter.cpp28 fPathPtr->addPath(fCurrent); in close()
305 fPathPtr->addPath(contour, in assemble()
DSkOpBuilder.cpp186 sum.addPath(fPathRefs[index]); in resolve()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DIntentFilterData.java71 public void addPath(String path) { in addPath() method in IntentFilterData
/external/swiftshader/third_party/LLVM/include/llvm/
DLinker.h136 void addPath(const sys::Path& path);
/external/skia/src/core/
DSkPictureRecord.cpp492 this->addPath(path); in onDrawPath()
610 this->addPath(path); in onDrawTextOnPath()
781 this->addPath(path); in onDrawShadowRec()
849 void SkPictureRecord::addPath(const SkPath& path) { in addPath() function in SkPictureRecord
/external/skqp/src/core/
DSkPictureRecord.cpp492 this->addPath(path); in onDrawPath()
610 this->addPath(path); in onDrawTextOnPath()
781 this->addPath(path); in onDrawShadowRec()
849 void SkPictureRecord::addPath(const SkPath& path) { in addPath() function in SkPictureRecord
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinker.cpp68 Linker::addPath(const sys::Path& path) { in addPath() function in Linker
/external/kotlinc/lib/
Dkotlin-runner.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...

123