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

  /external/skia/tests/
DetermineDomainModeTest.cpp 207 SkRect newR = enclosing.rect();
211 newR.fLeft += insetAmount;
221 newR.fTop += insetAmount;
231 newR.fRight -= insetAmount;
241 newR.fBottom -= insetAmount;
249 result->set(newR, left, top, right, bot, name);
  /external/skia/src/core/
SkScan_Antihair.cpp 777 SkRect newR;
778 newR.set(clip->getBounds());
779 if (!newR.intersect(origR)) {
783 const SkIRect outerBounds = newR.roundOut();
786 antifillrect(newR, blitter);
790 newR.set(clipper.rect());
791 if (newR.intersect(origR)) {
792 antifillrect(newR, blitter);
SkClipStack.h 304 bool rectRectIntersectAllowed(const SkRect& newR, bool newAA) const;
SkClipStack.cpp 173 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const {
181 if (!SkRect::Intersects(this->getRect(), newR)) {
186 if (this->getRect().contains(newR)) {
192 // So either the two overlap in some complex manner or newR contains oldR.
195 // is AA while newR is BW but since newR contains oldR, oldR will be
    [all...]
  /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
ImageUtils.java 132 int newR = 128 + deltaR & 0xFF;
141 int newRGB = avgAlpha | newR << 16 | newG << 8 | newB;
  /external/skia/tools/
sk_tool_utils.cpp 488 SkScalar newL = r.fLeft, newT = r.fTop, newR = r.fRight, newB = r.fBottom;
502 newR = SkTMin(newR, r.fRight + p.fX - radii.fX);
510 newR = SkTMin(newR, r.fRight + p.fX - radii.fX);
522 return SkRect::MakeLTRB(newL, newT, newR, newB);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
prove.go 32 // newR := r & lt
35 // newR := r & (eq|gt)
38 // newR := r & (lt|gt)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
prove.go 32 // newR := r & lt
35 // newR := r & (eq|gt)
38 // newR := r & (lt|gt)
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.0.9/
maven-project-2.0.9.jar 
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]

Completed in 1739 milliseconds