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

  /frameworks/base/libs/hwui/
RevealClip.h 34 void set(bool shouldClip, float x, float y, float radius) {
35 mShouldClip = shouldClip;
  /frameworks/base/libs/hwui/pipeline/skia/
RenderNodeDrawable.cpp 128 const bool shouldClip = mProjectedDisplayList->mProjectedOutline->getPath();
129 SkAutoCanvasRestore acr2(canvas, shouldClip);
131 if (shouldClip) {
  /frameworks/base/core/java/android/view/
RenderNode.java 372 public boolean setRevealClip(boolean shouldClip,
374 return nSetRevealClip(mNativeRenderNode, shouldClip, x, y, radius);
916 boolean shouldClip, float x, float y, float radius);
    [all...]
View.java     [all...]
  /frameworks/base/core/jni/
android_view_RenderNode.cpp 185 static jboolean android_view_RenderNode_setRevealClip(jlong renderNodePtr, jboolean shouldClip,
189 shouldClip, x, y, radius);

Completed in 401 milliseconds