HomeSort by relevance Sort by last modified time
    Searched refs:dstPath (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_path.c 123 void vegaAppendPath(VGPath dstPath, VGPath srcPath)
128 if (dstPath == VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) {
133 dst = handle_to_path(dstPath);
143 void vegaAppendPathData(VGPath dstPath,
152 if (dstPath == VG_INVALID_HANDLE) {
171 p = handle_to_path(dstPath);
186 void vegaModifyPathCoords(VGPath dstPath,
194 if (dstPath == VG_INVALID_HANDLE) {
203 p = handle_to_path(dstPath);
221 void vegaTransformPath(VGPath dstPath, VGPath srcPath
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
api_path.c 123 void vegaAppendPath(VGPath dstPath, VGPath srcPath)
128 if (dstPath == VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) {
133 dst = handle_to_path(dstPath);
143 void vegaAppendPathData(VGPath dstPath,
152 if (dstPath == VG_INVALID_HANDLE) {
171 p = handle_to_path(dstPath);
186 void vegaModifyPathCoords(VGPath dstPath,
194 if (dstPath == VG_INVALID_HANDLE) {
203 p = handle_to_path(dstPath);
221 void vegaTransformPath(VGPath dstPath, VGPath srcPath
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DexDumpAction.java 216 final String dstPath = dstFile.getAbsolutePath();
221 EFS.getLocalFileSystem().getStore(new Path(dstPath));
235 dstPath);
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 214 public int movedex(String srcPath, String dstPath) {
219 builder.append(dstPath);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 118 * @param dstPath the path of destination video file.
127 private static void genVideoUsingMuxer(String srcPath, String dstPath,
138 muxer = new MediaMuxer(dstPath, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
  /external/chromium_org/third_party/mesa/src/include/VG/
openvg.h 593 VG_API_CALL void VG_API_ENTRY vgAppendPath(VGPath dstPath, VGPath srcPath) VG_API_EXIT;
594 VG_API_CALL void VG_API_ENTRY vgAppendPathData(VGPath dstPath,
598 VG_API_CALL void VG_API_ENTRY vgModifyPathCoords(VGPath dstPath, VGint startIndex,
601 VG_API_CALL void VG_API_ENTRY vgTransformPath(VGPath dstPath, VGPath srcPath) VG_API_EXIT;
602 VG_API_CALL VGboolean VG_API_ENTRY vgInterpolatePath(VGPath dstPath,
    [all...]
  /external/mesa3d/include/VG/
openvg.h 593 VG_API_CALL void VG_API_ENTRY vgAppendPath(VGPath dstPath, VGPath srcPath) VG_API_EXIT;
594 VG_API_CALL void VG_API_ENTRY vgAppendPathData(VGPath dstPath,
598 VG_API_CALL void VG_API_ENTRY vgModifyPathCoords(VGPath dstPath, VGint startIndex,
601 VG_API_CALL void VG_API_ENTRY vgTransformPath(VGPath dstPath, VGPath srcPath) VG_API_EXIT;
602 VG_API_CALL VGboolean VG_API_ENTRY vgInterpolatePath(VGPath dstPath,
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 102 // Only handles lines for now. If returns true, dstPath is the new (smaller)
103 // path. If returns false, then dstPath parameter is ignored.
106 SkPath* dstPath) {
158 dstPath->moveTo(pts[0]);
159 dstPath->lineTo(pts[1]);
  /external/skia/src/effects/
SkDashPathEffect.cpp 102 // Only handles lines for now. If returns true, dstPath is the new (smaller)
103 // path. If returns false, then dstPath parameter is ignored.
106 SkPath* dstPath) {
158 dstPath->moveTo(pts[0]);
159 dstPath->lineTo(pts[1]);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 766 Path_Delegate dstPath = Path_Delegate.getDelegate(dst);
767 if (dstPath == null) {
774 dstPath.setJavaShape(strokeShape);
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py     [all...]

Completed in 1751 milliseconds