HomeSort by relevance Sort by last modified time
    Searched refs:shouldClip (Results 1 - 7 of 7) 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/core/java/android/view/
RenderNode.java 390 public boolean setRevealClip(boolean shouldClip,
392 return nSetRevealClip(mNativeRenderNode, shouldClip, x, y, radius);
871 boolean shouldClip, float x, float y, float radius);
    [all...]
View.java     [all...]
  /frameworks/base/core/jni/
android_view_RenderNode.cpp 191 jobject clazz, jlong renderNodePtr, jboolean shouldClip,
195 shouldClip, x, y, radius);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp     [all...]
RenderLayer.cpp     [all...]
RenderBoxModelObject.cpp     [all...]

Completed in 460 milliseconds