HomeSort by relevance Sort by last modified time
    Searched refs:setPath (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /external/apache-http/src/org/apache/http/cookie/
SetCookie.java 93 void setPath(String path);
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILAnimateMotionElement.java 28 public void setPath(String path)
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 63 mPathMeasure.setPath(mPath, true);
65 mPathMeasure.setPath(mPath, true);
74 mPathMeasure.setPath(mPath, true);
81 mPathMeasure.setPath(mPath, true);
91 measure.setPath(circle, true);
97 measure.setPath(line, false);
99 measure.setPath(line, true);
104 mPathMeasure.setPath(mPath, true);
111 mPathMeasure.setPath(mPath, true);
123 mPathMeasure.setPath(mPath, true)
    [all...]
PathTest.java 72 setPath(path1);
110 setPath(path);
131 setPath(path);
223 setPath(path);
235 setPath(path);
256 setPath(path);
267 setPath(src);
277 setPath(src);
287 setPath(src);
328 setPath(path)
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestSetPath.java 59 hs = session.setPath(mHeaderSet, false, false);
62 hs = session.setPath(mHeaderSet, true, false);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequestSetPath.java 61 hs = session.setPath(mHeaderSet, false, false);
64 hs = session.setPath(mHeaderSet, true, false);
  /external/chromium_org/ui/views/
masked_targeter_delegate.cc 30 return mask_region.setPath(mask, clip_region) &&
  /frameworks/compile/mclinker/include/mcld/
BitcodeOption.h 30 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; }
  /external/chromium_org/third_party/skia/experimental/Intersection/
SimplifyAddIntersectingTs_Test.cpp 58 static SkPath::Verb setPath(size_t outer, SkPath& path, const SkPoint*& pts1) {
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/
SimplifyAddIntersectingTs_Test.cpp 58 static SkPath::Verb setPath(size_t outer, SkPath& path, const SkPoint*& pts1) {
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/
SkRasterClip.cpp 147 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) {
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) {
218 return this->setPath(path, tmp, doAA);
SkRasterClip.h 110 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/
IconURL.cpp 45 url.setPath("/favicon.ico");
  /external/chromium_org/ui/gfx/
path_aura.cc 21 region->setPath(*this, clip_region);
  /external/chromium_org/ui/wm/core/
masked_window_targeter.cc 36 return mask_region.setPath(mask, clip_region) &&
  /external/chromium_org/third_party/skia/tests/
PathMeasureTest.cpp 91 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/
SkRasterClip.cpp 73 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) {
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) {
92 return this->setPath(path, tmp, doAA);
SkRasterClip.h 42 bool setPath(const SkPath& path, const SkRegion& clip, bool doAA);
43 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
  /external/skia/tests/
PathMeasureTest.cpp 91 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/
main.cpp 19 opStreamIn.setPath(NULL);
71 inFile.setPath(NULL);
  /external/chromium_org/third_party/skia/samplecode/
SampleAAClip.cpp 86 aaclip.setPath(path);
92 aaclip2.setPath(path);
  /external/skia/experimental/Intersection/AddTestOutput/
main.cpp 19 opStreamIn.setPath(NULL);
71 inFile.setPath(NULL);
  /external/skia/samplecode/
SampleAAClip.cpp 86 aaclip.setPath(path);
92 aaclip2.setPath(path);
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicPathHandler.java 59 cookie.setPath(value);
  /external/chromium_org/third_party/skia/include/core/
SkPathMeasure.h 18 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);

Completed in 838 milliseconds

1 2 3 4 5 6 7 8 9