Home
last modified time | relevance | path

Searched refs:setPath (Results 1 – 25 of 141) sorted by relevance

123456

/external/skia/src/core/
DSkRasterClip.cpp228 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) { in setPath() function in SkRasterClip
232 (void)fBW.setPath(path, clip); in setPath()
239 (void)fAA.setPath(path, &clip, doAA); in setPath()
280 return this->setPath(devPath, this->bwRgn(), doAA); in op()
284 clip.setPath(devPath, base, doAA); in op()
291 return this->setPath(devPath, base, doAA); in op()
294 clip.setPath(devPath, base, doAA); in op()
300 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { in setPath() function in SkRasterClip
303 return this->setPath(path, tmp, doAA); in setPath()
/external/skqp/src/core/
DSkRasterClip.cpp228 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) { in setPath() function in SkRasterClip
232 (void)fBW.setPath(path, clip); in setPath()
239 (void)fAA.setPath(path, &clip, doAA); in setPath()
280 return this->setPath(devPath, this->bwRgn(), doAA); in op()
284 clip.setPath(devPath, base, doAA); in op()
291 return this->setPath(devPath, base, doAA); in op()
294 clip.setPath(devPath, base, doAA); in op()
300 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { in setPath() function in SkRasterClip
303 return this->setPath(path, tmp, doAA); in setPath()
/external/skqp/tests/
DPathMeasureTest.cpp91 meas.setPath(&path, false); in DEF_TEST()
97 meas.setPath(&path, true); in DEF_TEST()
108 meas.setPath(&path, false); in DEF_TEST()
138 meas.setPath(&path, false); in DEF_TEST()
174 meas.setPath(&path, false); in DEF_TEST()
215 stdm.setPath(&p, false); in DEF_TEST()
DAAClipTest.cpp140 rgn->setPath(path, SkRegion(ir)); in setRgnToPath()
200 clip.setPath(path, nullptr, true); in test_path_bounds()
214 clip.setPath(path, nullptr, true); in test_path_bounds()
323 clip.setPath(path, nullptr, 1 == i); in test_path_with_hole()
341 clip.setPath(path); in test_really_a_rect()
/external/skia/tests/
DPathMeasureTest.cpp91 meas.setPath(&path, false); in DEF_TEST()
97 meas.setPath(&path, true); in DEF_TEST()
108 meas.setPath(&path, false); in DEF_TEST()
138 meas.setPath(&path, false); in DEF_TEST()
174 meas.setPath(&path, false); in DEF_TEST()
215 stdm.setPath(&p, false); in DEF_TEST()
DAAClipTest.cpp140 rgn->setPath(path, SkRegion(ir)); in setRgnToPath()
200 clip.setPath(path, nullptr, true); in test_path_bounds()
214 clip.setPath(path, nullptr, true); in test_path_bounds()
323 clip.setPath(path, nullptr, 1 == i); in test_path_with_hole()
341 clip.setPath(path); in test_really_a_rect()
/external/skqp/gm/
Dconvexpolyclip.cpp106 fClips.addToTail()->setPath(tri); in onOnceBeforeDraw()
123 fClips.addToTail()->setPath(hexagon); in onOnceBeforeDraw()
128 fClips.addToTail()->setPath(hexagon); in onOnceBeforeDraw()
138 fClips.addToTail()->setPath(rotRect); in onOnceBeforeDraw()
260 void setPath(const SkPath& path) { in setPath() function in skiagm::ConvexPolyClip::Clip
/external/skia/gm/
Dconvexpolyclip.cpp106 fClips.addToTail()->setPath(tri); in onOnceBeforeDraw()
123 fClips.addToTail()->setPath(hexagon); in onOnceBeforeDraw()
128 fClips.addToTail()->setPath(hexagon); in onOnceBeforeDraw()
138 fClips.addToTail()->setPath(rotRect); in onOnceBeforeDraw()
260 void setPath(const SkPath& path) { in setPath() function in skiagm::ConvexPolyClip::Clip
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DCheckResult.java37 public CheckResult setPath(String path) { in setPath() method in CheckResult
93 .setLocale(locale).setPath(path); in create()
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFileSystemEntryTest.groovy40 entry.setPath(PATH)
50 entry.setPath("")
78 entry.setPath(path)
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFileSystemEntryTestCase.groovy40 entry.setPath(PATH)
50 entry.setPath("")
78 entry.setPath(path)
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFileSystemEntryTest.groovy40 entry.setPath(PATH)
50 entry.setPath("")
78 entry.setPath(path)
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFileSystemEntryTest.groovy40 entry.setPath(PATH)
50 entry.setPath("")
78 entry.setPath(path)
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFileSystemEntryTestCase.groovy40 entry.setPath(PATH)
50 entry.setPath("")
78 entry.setPath(path)
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFileSystemEntryTest.groovy40 entry.setPath(PATH)
50 entry.setPath("")
78 entry.setPath(path)
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFileSystemEntryTestCase.groovy40 entry.setPath(PATH)
50 entry.setPath("")
78 entry.setPath(path)
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFileSystemEntryTestCase.groovy40 entry.setPath(PATH)
50 entry.setPath("")
78 entry.setPath(path)
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFileSystemEntryTest.groovy40 entry.setPath(PATH)
50 entry.setPath("")
78 entry.setPath(path)
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFileSystemEntryTest.groovy40 entry.setPath(PATH)
50 entry.setPath("")
78 entry.setPath(path)
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFileSystemEntryTestCase.groovy40 entry.setPath(PATH)
50 entry.setPath("")
78 entry.setPath(path)
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFileSystemEntryTest.groovy40 entry.setPath(PATH)
50 entry.setPath("")
78 entry.setPath(path)
/external/skia/docs/
DSkRegion_Reference.bmh983 #Method bool setPath(const SkPath& path, const SkRegion& clip)
997 region.setPath(textPath, clipRegion);
1024 region.setPath(textPath, SkRegion({0, 0, 256, 256}));
1049 hRegion.setPath(hPath, SkRegion({0, 0, 256, 256}));
1050 dotRegion.setPath(dotPath, SkRegion({0, 0, 256, 256}));
1074 xRegion.setPath(xPath, SkRegion({0, 0, 256, 256}));
1102 xRegion.setPath(xPath, SkRegion(drawBounds));
1131 xRegion.setPath(xPath, SkRegion(drawBounds));
1132 testRegion.setPath(testPath, SkRegion(drawBounds));
1389 xRegion.setPath(xPath, SkRegion(drawBounds));
[all …]
/external/skqp/docs/
DSkRegion_Reference.bmh983 #Method bool setPath(const SkPath& path, const SkRegion& clip)
997 region.setPath(textPath, clipRegion);
1024 region.setPath(textPath, SkRegion({0, 0, 256, 256}));
1049 hRegion.setPath(hPath, SkRegion({0, 0, 256, 256}));
1050 dotRegion.setPath(dotPath, SkRegion({0, 0, 256, 256}));
1074 xRegion.setPath(xPath, SkRegion({0, 0, 256, 256}));
1102 xRegion.setPath(xPath, SkRegion(drawBounds));
1131 xRegion.setPath(xPath, SkRegion(drawBounds));
1132 testRegion.setPath(testPath, SkRegion(drawBounds));
1389 xRegion.setPath(xPath, SkRegion(drawBounds));
[all …]
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DContinuingHttpServletRequest.java108 super.setPath(original.getPath()); in ImmutableCookie()
135 public void setPath(String uri) { in setPath() method in ContinuingHttpServletRequest.ImmutableCookie
/external/skqp/samplecode/
DSampleAAClip.cpp84 aaclip.setPath(path); in onDrawContent()
90 aaclip2.setPath(path); in onDrawContent()

123456