/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/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);
|
/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/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/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/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);
|
/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/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);
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleDitherBitmap.cpp | 52 return region.setPath(path, clip); // <-- !! DOWN !! 135 char resultTrue[] = "SkRegion::setPath returned true"; 136 char resultFalse[] = "SkRegion::setPath returned false";
|
SampleAAClip.cpp | 86 aaclip.setPath(path); 92 aaclip2.setPath(path);
|
/external/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);
|
/external/skia/samplecode/ |
SampleDitherBitmap.cpp | 52 return region.setPath(path, clip); // <-- !! DOWN !! 135 char resultTrue[] = "SkRegion::setPath returned true"; 136 char resultFalse[] = "SkRegion::setPath returned false";
|
SampleAAClip.cpp | 86 aaclip.setPath(path); 92 aaclip2.setPath(path);
|
/prebuilts/devtools/tools/ |
monkeyrunner.bat | 56 if exist "%swt_path%" goto SetPath 61 :SetPath
|
traceview.bat | 55 if exist "%swt_path%" goto SetPath 60 :SetPath
|
uiautomatorviewer.bat | 58 if exist "%swt_path%" goto SetPath 63 :SetPath
|
/external/chromium_org/chrome/browser/chromeos/login/auth/ |
mount_manager.cc | 39 void MountManager::SetPath(const std::string& user_id,
|
mount_manager.h | 32 virtual void SetPath(const std::string& user_id,
|
/external/chromium_org/extensions/common/ |
extension_builder.cc | 30 ExtensionBuilder& ExtensionBuilder::SetPath(const base::FilePath& path) {
|
/external/chromium_org/ui/gfx/ |
path_aura.cc | 21 region->setPath(*this, clip_region);
|
/external/chromium_org/ui/views/ |
masked_targeter_delegate.cc | 30 return mask_region.setPath(mask, clip_region) &&
|
/external/chromium_org/ui/wm/core/ |
masked_window_targeter.cc | 36 return mask_region.setPath(mask, clip_region) &&
|