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

  /external/skia/src/core/
SkScan_Antihair.cpp 780 SkRect newR;
781 newR.set(clip->getBounds());
782 if (!newR.intersect(origR)) {
786 const SkIRect outerBounds = newR.roundOut();
789 antifillrect(newR, blitter);
793 newR.set(clipper.rect());
794 if (newR.intersect(origR)) {
795 antifillrect(newR, blitter);
SkClipStack.cpp 186 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const {
194 if (!SkRect::Intersects(this->getRect(), newR)) {
199 if (this->getRect().contains(newR)) {
205 // So either the two overlap in some complex manner or newR contains oldR.
208 // is AA while newR is BW but since newR contains oldR, oldR will be
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
ImageUtils.java 128 int newR = 128 + deltaR & 0xFF;
137 int newRGB = avgAlpha | newR << 16 | newG << 8 | newB;
  /external/skia/include/core/
SkClipStack.h 264 bool rectRectIntersectAllowed(const SkRect& newR, bool newAA) const;
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 677 * @param newR Description of the new activity being started.
681 final ActivityRecord performClearTaskLocked(ActivityRecord newR, int launchFlags) {
688 if (r.realActivity.equals(newR.realActivity)) {
    [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]

Completed in 905 milliseconds