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

  /external/skia/legacy/src/core/
SkScan_Antihair.cpp 641 SkRect newR;
642 newR.set(clip->getBounds());
643 if (!newR.intersect(origR)) {
648 newR.roundOut(&outerBounds);
651 antifillrect(newR, blitter);
655 newR.set(clipper.rect());
656 if (newR.intersect(origR)) {
657 antifillrect(newR, blitter);
  /external/skia/src/core/
SkScan_Antihair.cpp 855 SkRect newR;
856 newR.set(clip->getBounds());
857 if (!newR.intersect(origR)) {
862 newR.roundOut(&outerBounds);
865 antifillrect(newR, blitter);
869 newR.set(clipper.rect());
870 if (newR.intersect(origR)) {
871 antifillrect(newR, blitter);
SkClipStack.cpp 54 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const {
62 if (!SkRect::Intersects(fRect, newR)) {
67 if (fRect.contains(newR)) {
73 // So either the two overlap in some complex manner or newR contains oldR.
76 // is AA while newR is BW but since newR contains oldR, oldR will be
  /external/skia/include/core/
SkClipStack.h 240 bool rectRectIntersectAllowed(const SkRect& newR, bool newAA) const;
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java     [all...]

Completed in 200 milliseconds