Home | History | Annotate | Download | only in jni

Lines Matching refs:total

540     SkRegion* total = new SkRegion(totalBounds);
555 DBG_SET_LOGD("elapsed=%d working=%p total->getBounds()="
557 total->getBounds().fLeft, total->getBounds().fTop,
558 total->getBounds().fRight, total->getBounds().fBottom,
561 total->op(working->mArea, SkRegion::kDifference_Op);
568 total->op(working->mArea, SkRegion::kDifference_Op);
603 DBG_SET_LOGD("%p w=%d h=%d total->isEmpty()=%s multiUnsplitFastPictures=%d",
604 this, mWidth, mHeight, total->isEmpty() ? "true" : "false",
606 if (!total->isEmpty() && multiUnsplitFastPictures > 1)
607 out->add(*total, NULL, balance, false, false);
608 delete total;