Searched refs:clipPath (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/media/java/android/media/videoeditor/
H A DMediaImageItem.java794 clipSettings.clipPath = getDecodedImageFileName();
819 clipSettings.clipPath = getDecodedImageFileName();
858 clipSettings.clipPath = output;
866 clipSettings.clipPath = getDecodedImageFileName();
873 clipSettings.clipPath = getGeneratedImageClip();
911 clipSettings.clipPath = getDecodedImageFileName();
H A DMediaItem.java699 clipSettings.clipPath = null;
730 clipSettings.clipPath = mVI.getFilename();
792 clipSettings.clipPath = mBlankFrameFilename;
H A DMediaArtistNativeHelper.java981 public String clipPath; field in class:MediaArtistNativeHelper.ClipSettings
1407 public String clipPath; field in class:MediaArtistNativeHelper.PreviewClips
2253 lclipSettings.clipPath = null;
2354 lclipSettings.clipPath = EffectClipPath;
2612 editSettings.clipSettingsArray[index].clipPath = transition.getFilename();
2714 mPreviewEditSettings.clipSettingsArray[index].clipPath;
3030 mPreviewEditSettings.clipSettingsArray[clipCnt].clipPath =
3085 mPreviewEditSettings.clipSettingsArray[clipCnt].clipPath =
3715 mPreviewEditSettings.clipSettingsArray[clipCnt].clipPath =
H A DMediaVideoItem.java749 clipSettings.clipPath = getFilename();
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h176 jfieldID clipPath; member in struct:__anon1085
H A DVideoEditorClasses.cpp529 VIDEOEDIT_JAVA_FIELD_INIT("clipPath", "Ljava/lang/String;"),
1311 fieldIds.clipPath, &pSettings->filePathSize);
1315 (M4OSA_NULL == pSettings->pFile), "clip.clipPath is null");
1460 // Set the clipPath field.
1461 pEnv->SetObjectField(object, fieldIds.clipPath, NULL);
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java310 * calls to translate,scale,rotate,skew,concat or clipRect,clipPath
322 * clipRect,clipPath will all operate as usual, but when the balancing
337 * scale, rotate, skew, concat or clipRect, clipPath all operate on this
369 * scale, rotate, skew, concat or clipRect, clipPath all operate on this
627 public boolean clipPath(Path path, Region.Op op) { method in class:Canvas
637 public boolean clipPath(Path path) { method in class:Canvas
638 return clipPath(path, Region.Op.INTERSECT);
643 * clipRect() and clipPath() which transform their arguments by the
658 * clipRect() and clipPath() which transform their arguments by the
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp266 static jboolean clipPath(JNIEnv* env, jobject, SkCanvas* canvas, function in class:android::SkCanvasGlue
268 return canvas->clipPath(*path, (SkRegion::Op)op);
989 {"native_clipPath","(III)Z", (void*) SkCanvasGlue::clipPath},
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java435 public boolean clipPath(Path path) { method in class:GLES20Canvas
443 public boolean clipPath(Path path, Region.Op op) { method in class:GLES20Canvas

Completed in 138 milliseconds