Searched defs:shouldClip (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DRevealClip.h34 void set(bool shouldClip, float x, float y, float radius) { argument
35 mShouldClip = shouldClip;
/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp128 const bool shouldClip = mProjectedDisplayList->mProjectedOutline->getPath(); local
129 SkAutoCanvasRestore acr2(canvas, shouldClip);
131 if (shouldClip) {
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp185 static jboolean android_view_RenderNode_setRevealClip(jlong renderNodePtr, jboolean shouldClip, argument
189 shouldClip, x, y, radius);
/frameworks/base/core/java/android/view/
H A DRenderNode.java372 public boolean setRevealClip(boolean shouldClip, argument
374 return nSetRevealClip(mNativeRenderNode, shouldClip, x, y, radius);
916 boolean shouldClip, float x, float y, float radius);
915 nSetRevealClip(long renderNode, boolean shouldClip, float x, float y, float radius) argument
H A DView.java14977 public void setRevealClip(boolean shouldClip, float x, float y, float radius) { argument
14978 mRenderNode.setRevealClip(shouldClip, x, y, radius);

Completed in 153 milliseconds