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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClipRegion3Activity.java72 canvas.clipPath(mClipPath);
H A DClipRegionActivity.java85 canvas.clipPath(mClipPath);
H A DViewLayersActivity5.java79 canvas.clipPath(mClipPath);
/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/libs/hwui/
H A DDisplayListRenderer.cpp230 bool DisplayListRenderer::clipPath(SkPath* path, SkRegion::Op op) { function in class:android::uirenderer::DisplayListRenderer
233 return OpenGLRenderer::clipPath(path, op);
H A DDisplayListRenderer.h93 virtual bool clipPath(SkPath* path, SkRegion::Op op);
H A DOpenGLRenderer.h279 virtual bool clipPath(SkPath* path, SkRegion::Op op);
H A DDisplayListOp.h559 renderer.clipPath(mPath, mOp);
H A DOpenGLRenderer.cpp1688 return OpenGLRenderer::clipPath(&path, op);
1691 bool OpenGLRenderer::clipPath(SkPath* path, SkRegion::Op op) { function in class:android::uirenderer::OpenGLRenderer
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h176 jfieldID clipPath; member in struct:__anon1137
H A DVideoEditorClasses.cpp530 VIDEOEDIT_JAVA_FIELD_INIT("clipPath", "Ljava/lang/String;"),
1312 fieldIds.clipPath, &pSettings->filePathSize);
1316 (M4OSA_NULL == pSettings->pFile), "clip.clipPath is null");
1461 // Set the clipPath field.
1462 pEnv->SetObjectField(object, fieldIds.clipPath, NULL);
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java349 * calls to translate,scale,rotate,skew,concat or clipRect,clipPath
361 * clipRect,clipPath will all operate as usual, but when the balancing
376 * scale, rotate, skew, concat or clipRect, clipPath all operate on this
408 * scale, rotate, skew, concat or clipRect, clipPath all operate on this
667 public boolean clipPath(Path path, Region.Op op) { method in class:Canvas
677 public boolean clipPath(Path path) { method in class:Canvas
678 return clipPath(path, Region.Op.INTERSECT);
683 * clipRect() and clipPath() which transform their arguments by the
698 * clipRect() and clipPath() which transform their arguments by the
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp62 virtual void clipPath(const SkPath& path, SkRegion::Op op, bool antialias) { function in class:android::ClipCopier
63 m_dstCanvas->clipPath(path, op, antialias);
290 static jboolean clipPath(JNIEnv* env, jobject, SkCanvas* canvas, function in class:android::SkCanvasGlue
292 return canvas->clipPath(*path, (SkRegion::Op)op);
1026 {"native_clipPath","(III)Z", (void*) SkCanvasGlue::clipPath},
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java481 public boolean clipPath(Path path) { method in class:GLES20Canvas
486 public boolean clipPath(Path path, Region.Op op) { method in class:GLES20Canvas
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp318 return renderer->clipPath(path, op);

Completed in 3948 milliseconds