HomeSort by relevance Sort by last modified time
    Searched defs:mClip (Results 1 - 4 of 4) sorted by null

  /frameworks/av/include/media/stagefright/
ColorConverter.h 63 uint8_t *mClip;
  /frameworks/base/libs/hwui/
DeferredDisplayList.h 60 Rect mClip;
FontRenderer.h 199 const Rect* mClip;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 71 private Area mClip = null;
401 // Set the current transform and clip which can either come from mTransform/mClip if they
410 // reset mClip in case there was one.
411 mClip = null;
517 mClip = area;
519 mClip = new Area();
522 return mClip.getBounds().isEmpty() == false;
538 return mClip;

Completed in 358 milliseconds