Home | History | Annotate | Download | only in jni

Lines Matching full:bounds

97 its rectangular bounds is reduced if it is a base.
226 SkRect bounds;
227 if (canvas->getClipBounds(&bounds) == false)
230 bounds.roundOut(&irect);
315 const SkIRect& bounds = working->mArea.getBounds();
321 " mArea.bounds={%d,%d,r=%d,b=%d}"
330 bounds.fLeft, bounds.fTop, bounds.fRight, bounds.fBottom,
569 const SkIRect& bounds = working->mArea.getBounds();
570 int width = bounds.width();
571 int height = bounds.height();
585 width = bounds.width();
586 height = bounds.height();
587 int top = bounds.fTop;
589 int bottom = bounds.fTop + height * ++indexY / down;
590 int left = bounds.fLeft;
592 int right = bounds.fLeft + width * ++indexX / across;
623 const SkIRect& bounds = area.getBounds();
627 else if (working->mUnsplit.contains(bounds) == false)
628 LOGD("%s working->mUnsplit.contains(bounds) == false", funct);
638 if (pictWidth < bounds.width())
639 LOGD("%s pictWidth=%d < bounds.width()=%d", funct, pictWidth, bounds.width());
640 else if (pictHeight < bounds.height())
641 LOGD("%s pictHeight=%d < bounds.height()=%d", funct, pictHeight, bounds.height());