HomeSort by relevance Sort by last modified time
    Searched full:setpath (Results 1 - 25 of 309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 74 mPathMeasure.setPath(mPath, true);
76 mPathMeasure.setPath(mPath, true);
86 mPathMeasure.setPath(mPath, true);
94 mPathMeasure.setPath(mPath, true);
105 measure.setPath(circle, true);
111 measure.setPath(line, false);
113 measure.setPath(line, true);
119 mPathMeasure.setPath(mPath, true);
127 mPathMeasure.setPath(mPath, true);
140 mPathMeasure.setPath(mPath, true)
    [all...]
  /hardware/libhardware/tests/input/evdev/
InputMocks.cpp 31 node->setPath("/dev/input/event0");
56 node->setPath("/dev/input/event1");
75 node->setPath("/dev/input/event2");
94 node->setPath("/dev/input/event3");
118 node->setPath("/dev/input/event4");
136 node->setPath("/dev/input/event5");
158 node->setPath("/dev/input/event0");
176 node->setPath("/dev/input/event1");
194 node->setPath("/dev/input/event2");
213 node->setPath("/dev/input/event3")
    [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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
RequestSetPath.java 57 hs = session.setPath(mHeaderSet, false, false);
60 hs = session.setPath(mHeaderSet, true, false);
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
AbstractFileSystemEntryTestCase.groovy 40 entry.setPath(PATH)
50 entry.setPath("")
78 entry.setPath(path)
  /external/pdfium/core/fxge/android/
cfpf_skiapathfont.h 23 void SetPath(const FX_CHAR* pPath) {
  /external/skia/experimental/svg/model/
SkSVGPath.h 19 void setPath(const SkPath& path) { fPath = path; }
SkSVGPath.cpp 20 this->setPath(*path);
  /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);
215 stdm.setPath(&p, false);
  /external/skia/include/core/
SkPathMeasure.h 20 for the lifetime of the measure object, or until setPath() is called with
31 for the lifetime of the measure object, or until setPath() is called with
35 void setPath(const SkPath*, bool forceClosed);
  /external/skia/samplecode/
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
ddms.bat 63 if exist "%swt_path%" goto SetPath
68 :SetPath
hierarchyviewer.bat 64 if exist "%swt_path%" goto SetPath
69 :SetPath
  /frameworks/base/graphics/java/android/graphics/
PathMeasure.java 25 * setPath.
29 * is used. If the path is modified, you must call setPath with the path.
44 * is used. If the path is modified, you must call setPath with the path.
60 public void setPath(Path path, boolean forceClosed) {
  /external/skia/gm/
convexpolyclip.cpp 104 fClips.addToTail()->setPath(tri);
121 fClips.addToTail()->setPath(hexagon);
126 fClips.addToTail()->setPath(hexagon);
136 fClips.addToTail()->setPath(rotRect);
261 void setPath(const SkPath& path) {
simpleaaclip.cpp 72 clip->setPath(fBasePath, nullptr, true);
75 clip2.setPath(fRectPath, nullptr, true);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActivity.java 186 Path setPath = dm.findPathByUri(uri, null);
188 if (setPath != null) {
189 mediaSet = (MediaSet) dm.getMediaObject(setPath);
193 data.putString(AlbumPage.KEY_MEDIA_PATH, setPath.toString());
198 data.putString(AlbumSetPage.KEY_MEDIA_PATH, setPath.toString());
  /external/skia/src/core/
SkRasterClip.cpp 227 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) {
231 (void)fBW.setPath(path, clip);
238 (void)fAA.setPath(path, &clip, doAA);
279 return this->setPath(devPath, this->bwRgn(), doAA);
283 clip.setPath(devPath, base, doAA);
290 return this->setPath(devPath, base, doAA);
293 clip.setPath(devPath, base, doAA);
299 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) {
302 return this->setPath(path, tmp, doAA);
  /external/skia/site/user/api/
skregion.md 62 c.setPath(path); // see SkPath
106 rgn.setPath(path);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ManageCacheDrawer.java 71 boolean selected = mSelectionManager.isItemSelected(entry.setPath);
86 drawCachingPin(canvas, entry.setPath,
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
FileSystemException.java 65 public void setPath(String path) {
  /frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
TaperedPathStroke.java 39 pm.setPath(p,false);

Completed in 595 milliseconds

1 2 3 4 5 6 7 8 91011>>