Home | History | Annotate | Download | only in jni

Lines Matching refs:area

76 void PictureSet::add(const SkRegion& area, SkPicture* picture,
79 DBG_SET_LOGD("%p area={%d,%d,r=%d,b=%d} pict=%p elapsed=%d split=%d", this,
80 area.getBounds().fLeft, area.getBounds().fTop,
81 area.getBounds().fRight, area.getBounds().fBottom, picture,
85 SkRegion diff = SkRegion(area);
89 Pictures pictureAndBounds = {area, picture, area.getBounds(),
112 SkRegion& area = working->mArea;
113 SkRegion visibleArea(area);
116 const SkIRect& a = area.getBounds();
120 DBG_SET_LOGD("%p [%d] area={%d,%d,r=%d,b=%d} drawn={%d,%d,r=%d,b=%d}"
130 if (area != visibleArea) {
136 area.setEmpty();
141 const SkIRect& areaBounds = area.getBounds();
144 area.setRect(visibleBounds);
147 if (area.intersects(inval)) {
158 drawn.op(area, SkRegion::kUnion_Op);
178 SkRegion& area = working->mArea;
248 const SkRegion& area = working->mArea;
249 if (area.quickReject(irect)) {
251 const SkIRect& b = area.getBounds();
262 if (area.isComplex()) {
264 area.getBoundaryPath(&pathClip);
268 pathBounds.set(area.getBounds());
289 for (int x = area.getBounds().fLeft & ~0x3f;
290 x < area.getBounds().fRight; x += 0x40) {
291 for (int y = area.getBounds().fTop & ~0x3f;
292 y < area.getBounds().fBottom; y += 0x40) {
300 area.getBounds().fLeft, area.getBounds().fTop,
301 area.getBounds().fRight, area.getBounds().fBottom,
622 const SkRegion& area = working->mArea;
623 const SkIRect& bounds = area.getBounds();
650 if (all.contains(area) == true)
651 LOGD("%s all.contains(area) == true", funct);
656 all.op(area, SkRegion::kUnion_Op);