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

  /frameworks/av/include/media/stagefright/
ColorConverter.h 63 uint8_t *mClip;
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 31 mClip(NULL) {
35 delete[] mClip;
36 mClip = NULL;
513 if (mClip == NULL) {
514 mClip = new uint8_t[kClipMax - kClipMin + 1];
517 mClip[i - kClipMin] = (i < 0) ? 0 : (i > 255) ? 255 : (uint8_t)i;
521 return &mClip[-kClipMin];
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 70 private Area mClip = null;
400 // Set the current transform and clip which can either come from mTransform/mClip if they
409 // reset mClip in case there was one.
410 mClip = null;
516 mClip = area;
518 mClip = new Area();
521 return mClip.getBounds().isEmpty() == false;
537 return mClip;
  /frameworks/base/libs/hwui/
FontRenderer.cpp 907 if (mClip &&
908 (x1 > mClip->right || y1 < mClip->top || x2 < mClip->left || y4 > mClip->bottom)) {
    [all...]
FontRenderer.h 373 const Rect* mClip;
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 115 private boolean mClip = false; // Calling Line Information Presentation
604 mClip = false;
763 return isHeadsetConnected() && mHeadsetType == TYPE_HANDSFREE && mClip &&
    [all...]

Completed in 276 milliseconds