Searched refs:setPath (Results 1 - 25 of 129) sorted by relevance

123456

/external/apache-http/src/org/apache/http/cookie/
H A DSetCookie.java93 void setPath(String path); method in interface:SetCookie
/external/chromium_org/ui/views/
H A Dmasked_targeter_delegate.cc30 return mask_region.setPath(mask, clip_region) &&
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplifyAddIntersectingTs_Test.cpp58 static SkPath::Verb setPath(size_t outer, SkPath& path, const SkPoint*& pts1) { function
121 SkPath::Verb c1Type = setPath(firstO, path, pts1);
123 SkPath::Verb c2Type = setPath(firstI, path2, pts2);
128 SkPath::Verb c1Type = setPath(o, path, pts1);
131 SkPath::Verb c2Type = setPath(i, path2, pts2);
/external/skia/experimental/Intersection/
H A DSimplifyAddIntersectingTs_Test.cpp58 static SkPath::Verb setPath(size_t outer, SkPath& path, const SkPoint*& pts1) { function
121 SkPath::Verb c1Type = setPath(firstO, path, pts1);
123 SkPath::Verb c2Type = setPath(firstI, path2, pts2);
128 SkPath::Verb c1Type = setPath(o, path, pts1);
131 SkPath::Verb c2Type = setPath(i, path2, pts2);
/external/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.cpp147 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) { function in class:SkRasterClip
155 (void)fBW.setPath(path, clip);
162 (void)fAA.setPath(path, &clip, doAA);
195 return this->setPath(path, this->bwRgn(), doAA);
199 clip.setPath(path, base, doAA);
206 return this->setPath(path, base, doAA);
209 clip.setPath(path, base, doAA);
215 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { function in class:SkRasterClip
218 return this->setPath(path, tmp, doAA);
H A DSkRasterClip.h110 bool setPath(const SkPath& path, const SkRegion& clip, bool doAA);
111 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DIconURL.cpp45 url.setPath("/favicon.ico");
/external/chromium_org/ui/gfx/
H A Dpath_aura.cc21 region->setPath(*this, clip_region);
/external/chromium_org/ui/wm/core/
H A Dmasked_window_targeter.cc36 return mask_region.setPath(mask, clip_region) &&
/external/chromium_org/third_party/skia/tests/
H A DPathMeasureTest.cpp91 meas.setPath(&path, false);
97 meas.setPath(&path, true);
108 meas.setPath(&path, false);
138 meas.setPath(&path, false);
174 meas.setPath(&path, false);
/external/skia/src/core/
H A DSkRasterClip.cpp73 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) { function in class:SkRasterClip
77 (void)fBW.setPath(path, clip);
84 (void)fAA.setPath(path, &clip, doAA);
89 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { function in class:SkRasterClip
92 return this->setPath(path, tmp, doAA);
H A DSkRasterClip.h42 bool setPath(const SkPath& path, const SkRegion& clip, bool doAA);
43 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
/external/skia/tests/
H A DPathMeasureTest.cpp91 meas.setPath(&path, false);
97 meas.setPath(&path, true);
108 meas.setPath(&path, false);
138 meas.setPath(&path, false);
174 meas.setPath(&path, false);
/external/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/
H A Dmain.cpp19 opStreamIn.setPath(NULL);
71 inFile.setPath(NULL);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleAAClip.cpp86 aaclip.setPath(path);
92 aaclip2.setPath(path);
/external/skia/experimental/Intersection/AddTestOutput/
H A Dmain.cpp19 opStreamIn.setPath(NULL);
71 inFile.setPath(NULL);
/external/skia/samplecode/
H A DSampleAAClip.cpp86 aaclip.setPath(path);
92 aaclip2.setPath(path);
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicPathHandler.java59 cookie.setPath(value);
/external/chromium_org/third_party/skia/include/core/
H A DSkPathMeasure.h18 for the lifetime of the measure object, or until setPath() is called with
26 for the lifetime of the measure object, or until setPath() is called with
30 void setPath(const SkPath*, bool forceClosed);
/external/skia/include/core/
H A DSkPathMeasure.h18 for the lifetime of the measure object, or until setPath() is called with
26 for the lifetime of the measure object, or until setPath() is called with
30 void setPath(const SkPath*, bool forceClosed);
/external/chromium_org/third_party/skia/gm/
H A Dconvexpolyclip.cpp101 fClips.addToTail()->setPath(tri);
118 fClips.addToTail()->setPath(hexagon);
123 fClips.addToTail()->setPath(hexagon);
133 fClips.addToTail()->setPath(rotRect);
262 void setPath(const SkPath& path) { function in class:skiagm::ConvexPolyClip::Clip
H A Dsimpleaaclip.cpp69 clip->setPath(fBasePath, NULL, true);
72 clip2.setPath(fRectPath, NULL, true);
/external/skia/gm/
H A Dconvexpolyclip.cpp100 fClips.addToTail()->setPath(tri);
117 fClips.addToTail()->setPath(hexagon);
122 fClips.addToTail()->setPath(hexagon);
132 fClips.addToTail()->setPath(rotRect);
260 void setPath(const SkPath& path) { function in class:skiagm::ConvexPolyClip::Clip
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
H A Dchrome_ex_oauthsimple.js163 this.setPath = function(path){
251 this.setPath(args['path']);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
H A Dchrome_ex_oauthsimple.js163 this.setPath = function(path){
251 this.setPath(args['path']);

Completed in 6359 milliseconds

123456