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

  /external/chromium_org/third_party/skia/src/core/
SkScan_Antihair.cpp 851 SkRect newR;
852 newR.set(clip->getBounds());
853 if (!newR.intersect(origR)) {
858 newR.roundOut(&outerBounds);
861 antifillrect(newR, blitter);
865 newR.set(clipper.rect());
866 if (newR.intersect(origR)) {
867 antifillrect(newR, blitter);
SkClipStack.cpp 182 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const {
190 if (!SkRect::Intersects(this->getRect(), newR)) {
195 if (this->getRect().contains(newR)) {
201 // So either the two overlap in some complex manner or newR contains oldR.
204 // is AA while newR is BW but since newR contains oldR, oldR will be
  /external/skia/src/core/
SkScan_Antihair.cpp 851 SkRect newR;
852 newR.set(clip->getBounds());
853 if (!newR.intersect(origR)) {
858 newR.roundOut(&outerBounds);
861 antifillrect(newR, blitter);
865 newR.set(clipper.rect());
866 if (newR.intersect(origR)) {
867 antifillrect(newR, blitter);
SkClipStack.cpp 182 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const {
190 if (!SkRect::Intersects(this->getRect(), newR)) {
195 if (this->getRect().contains(newR)) {
201 // So either the two overlap in some complex manner or newR contains oldR.
204 // is AA while newR is BW but since newR contains oldR, oldR will be
  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 264 bool rectRectIntersectAllowed(const SkRect& newR, bool newAA) const;
  /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 633 * @param newR Description of the new activity being started.
637 final ActivityRecord performClearTaskLocked(ActivityRecord newR, int launchFlags) {
644 if (r.realActivity.equals(newR.realActivity)) {
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]

Completed in 172 milliseconds