Lines Matching refs:mArea
136 pictureAndBounds.mArea.setRect(0, 0, mWidth, mHeight);
211 current->mArea.fLeft,
212 current->mArea.fTop,
213 current->mArea.fRight,
214 current->mArea.fBottom,
215 current->mArea.width(),
216 current->mArea.height(),
254 intersect = SkIRect::Intersects(current->mArea, rect);
260 if (!remove && current->mBase && rect.contains(current->mArea))
266 && (current->mArea.width() < mBucketSizeX || current->mArea.height() < mBucketSizeY)) {
271 totalArea.join(current->mArea);
273 current->mArea.setEmpty();
300 float area = current->mArea.width() * current->mArea.height();
317 current->mArea.setEmpty();
326 if (current && current->mArea.isEmpty())
339 if (drawn.contains(current->mArea) == false) {
342 drawn.op(current->mArea, SkRegion::kUnion_Op);
462 SkIRect currentArea = working->mArea.getBounds();
467 working->mArea.isRect() ? 'Y' : 'N',
479 if (!working->mBase && working->mArea.intersects(inval))
482 SkIRect baseArea = working->mArea.getBounds();
490 SkIRect currentArea = working->mArea.getBounds();
501 working->mArea.isRect() ? 'Y' : 'N',
505 working->mArea.setEmpty();
547 working->mArea.setEmpty();
556 SkIRect currentArea = working->mArea.getBounds();
561 working->mArea.isRect() ? 'Y' : 'N',
571 if (working && working->mArea.isEmpty())
581 SkIRect currentArea = working->mArea.getBounds();
586 working->mArea.isRect() ? 'Y' : 'N',
599 SkRegion& area = working->mArea;
601 if (drawn.contains(working->mArea) == false) {
607 drawn.op(working->mArea, SkRegion::kUnion_Op);
688 working->mArea.setEmpty();
750 if (working->mArea.contains(irect)) {
752 const SkIRect& b = working->mArea.getBounds();
753 DBG_SET_LOGD("contains working->mArea={%d,%d,%d,%d}"
765 const SkRegion& area = working->mArea;
769 DBG_SET_LOGD("[%d] %p quickReject working->mArea={%d,%d,%d,%d}"
815 DBG_SET_LOGD("[%d] %p working->mArea={%d,%d,%d,%d} elapsed=%d base=%s",
833 const SkIRect& bounds = working->mArea.getBounds();
839 " mArea.bounds={%d,%d,r=%d,b=%d}"
1000 BucketPicture picture = { current->mPicture, current->mArea,
1036 temp.op(working->mArea, SkRegion::kIntersect_Op);
1037 if (temp.isEmpty() || temp == working->mArea)
1045 inval.contains(working->mArea) == false)
1067 while ((srcWorking->mArea != working->mArea ||
1074 working->mArea.getBounds().fLeft, working->mArea.getBounds().fTop,
1075 working->mArea.getBounds().fRight, working->mArea.getBounds().fBottom,
1117 total->op(working->mArea, SkRegion::kDifference_Op);
1118 out->add(working->mArea, working->mPicture, elapsed, split,
1124 total->op(working->mArea, SkRegion::kDifference_Op);
1125 const SkIRect& bounds = working->mArea.getBounds();
1183 const SkRegion& area = working->mArea;
1203 else if (working->mArea.isEmpty())
1204 LOGD("%s working->mArea.isEmpty()", funct);
1209 working->mArea.validate();