/external/skia/legacy/src/core/ |
D | SkRasterClip.cpp | 67 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) { in setPath() function in SkRasterClip 71 return fBW.setPath(path, clip); in setPath() 78 return fAA.setPath(path, &clip, doAA); in setPath() 82 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { in setPath() function in SkRasterClip 85 return this->setPath(path, tmp, doAA); in setPath() 88 bool SkRasterClip::setPath(const SkPath& path, const SkRasterClip& clip, in setPath() function in SkRasterClip 91 return this->setPath(path, clip.bwRgn(), doAA); in setPath() 95 if (!this->setPath(path, clip, doAA)) { in setPath()
|
D | SkRasterClip.h | 34 bool setPath(const SkPath& path, const SkRegion& clip, bool doAA); 35 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA); 36 bool setPath(const SkPath& path, const SkRasterClip&, bool doAA);
|
D | SkPathMeasure.cpp | 351 fIter.setPath(path, forceClosed); in SkPathMeasure() 358 void SkPathMeasure::setPath(const SkPath* path, bool forceClosed) { in setPath() function in SkPathMeasure 365 fIter.setPath(*path, forceClosed); in setPath()
|
/external/skia/src/core/ |
D | SkRasterClip.cpp | 73 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) { in setPath() function in SkRasterClip 77 (void)fBW.setPath(path, clip); in setPath() 84 (void)fAA.setPath(path, &clip, doAA); in setPath() 89 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { in setPath() function in SkRasterClip 92 return this->setPath(path, tmp, doAA); in setPath() 95 bool SkRasterClip::setPath(const SkPath& path, const SkRasterClip& clip, in setPath() function in SkRasterClip 98 return this->setPath(path, clip.bwRgn(), doAA); in setPath() 102 if (!this->setPath(path, clip, doAA)) { in setPath()
|
D | SkRasterClip.h | 42 bool setPath(const SkPath& path, const SkRegion& clip, bool doAA); 43 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA); 44 bool setPath(const SkPath& path, const SkRasterClip&, bool doAA);
|
D | SkPathMeasure.cpp | 353 fIter.setPath(path, forceClosed); in SkPathMeasure() 360 void SkPathMeasure::setPath(const SkPath* path, bool forceClosed) { in setPath() function in SkPathMeasure 367 fIter.setPath(*path, forceClosed); in setPath()
|
/external/skia/tests/ |
D | PathMeasureTest.cpp | 97 meas.setPath(&path, false); in TestPathMeasure() 103 meas.setPath(&path, true); in TestPathMeasure() 114 meas.setPath(&path, false); in TestPathMeasure() 144 meas.setPath(&path, false); in TestPathMeasure() 180 meas.setPath(&path, false); in TestPathMeasure()
|
D | AAClipTest.cpp | 126 rgn->setPath(path, SkRegion(ir)); in setRgnToPath() 186 clip.setPath(path, NULL, true); in test_path_bounds() 200 clip.setPath(path, NULL, true); in test_path_bounds() 309 clip.setPath(path, NULL, 1 == i); in test_path_with_hole()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | HttpCookieTest.java | 255 cookie.setPath("{}() test,; 43!@"); in test_Get_SetPath() 258 cookie.setPath(" test"); in test_Get_SetPath() 261 cookie.setPath("\u63DF\u64DE"); in test_Get_SetPath() 298 cookie.setPath("temp/subTemp"); in test_Get_SetDomain() 420 cookie.setPath("temp\\e"); in test_Equals() 422 cookie2.setPath("temp\\E"); in test_Equals() 427 cookie2.setPath("temp\\e"); in test_Equals() 459 cookie.setPath("temp/22RuTh"); in test_ToString() 468 cookie.setPath(null); in test_ToString() 498 cookie.setPath("3kmxiq;1"); in test_HashCode() [all …]
|
/external/apache-http/src/org/apache/http/cookie/ |
D | SetCookie.java | 88 void setPath(String path); in setPath() method
|
/external/skia/gm/ |
D | simpleaaclip.cpp | 71 clip->setPath(fBasePath, NULL, true); in buildRgn() 74 clip2.setPath(fRectPath, NULL, true); in buildRgn()
|
/external/webkit/Source/WebCore/loader/appcache/ |
D | ApplicationCacheResource.h | 60 void setPath(const String& path) { m_path = path; } in setPath() function
|
/external/skia/legacy/include/core/ |
D | SkPathMeasure.h | 32 void setPath(const SkPath*, bool forceClosed);
|
D | SkPath.h | 661 void setPath(const SkPath&, bool forceClose); 709 void setPath(const SkPath&);
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
D | RFC2965Spec.java | 81 cookie.setPath(getDefaultPath(origin)); in createCookie() 89 cookie.setPath(getDefaultPath(origin)); in createCookie2()
|
D | BasicPathHandler.java | 53 cookie.setPath(value); in parse()
|
D | CookieSpecBase.java | 82 cookie.setPath(getDefaultPath(origin)); in parse()
|
/external/skia/include/core/ |
D | SkPathMeasure.h | 32 void setPath(const SkPath*, bool forceClosed);
|
/external/skia/bench/ |
D | AAClipBench.cpp | 218 clip.setPath(fPath, &fRegion, fDoAA); in onDraw() 241 fRegion.setPath(path, SkRegion(bounds)); in AAClipRegionBench()
|
/external/icu4c/tools/ctestfw/unicode/ |
D | uperf.h | 123 void setPath( char* path ); // for internal use only
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowBitmapDrawable.java | 82 public void setPath(String drawableCreateFromPath) { in setPath() method in ShadowBitmapDrawable
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
D | chrome_ex_oauthsimple.js | 163 this.setPath = function(path){ method in OAuthSimple 251 this.setPath(args['path']);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
D | chrome_ex_oauthsimple.js | 163 this.setPath = function(path){ method in OAuthSimple 251 this.setPath(args['path']);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
D | chrome_ex_oauthsimple.js | 163 this.setPath = function(path){ method in OAuthSimple 251 this.setPath(args['path']);
|
/external/webkit/Source/WebKit/chromium/tests/ |
D | KURLTest.cpp | 254 kurl.setPath(cases[i].path); in TEST() 382 kurl.setPath("/favicon.ico"); in TEST() 403 kurl.setPath(nullString); in TEST()
|