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

  /external/chromium_org/third_party/skia/src/gpu/
GrPictureUtils.cpp 29 pict->cullRect().roundOut(&fCurrentClipBounds);
74 SkIRect fCurrentClipBounds;
86 void updateClipBounds(const SkRecords::Restore& op) { fCurrentClipBounds = op.devBounds; }
87 void updateClipBounds(const SkRecords::ClipPath& op) { fCurrentClipBounds = op.devBounds; }
88 void updateClipBounds(const SkRecords::ClipRRect& op) { fCurrentClipBounds = op.devBounds; }
89 void updateClipBounds(const SkRecords::ClipRect& op) { fCurrentClipBounds = op.devBounds; }
90 void updateClipBounds(const SkRecords::ClipRegion& op) { fCurrentClipBounds = op.devBounds; }
93 fCurrentClipBounds.intersect(this->adjustAndMap(*op.bounds, op.paint));
118 SkIRect newClip(fCurrentClipBounds);
163 fSaveStack.push(SaveInfo(fCurrentOp, true, paint, fCurrentClipBounds));
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRecordDraw.cpp 141 fCurrentClipBounds = largest;
202 fCurrentClipBounds = this->adjustForSaveLayerPaints(&clip) ? clip : Bounds::MakeLargest();
213 fCurrentClipBounds =
221 fCurrentClipBounds = this->adjustAndMap(*op.bounds, op.paint);
303 PaintMayAffectTransparentBlack(sb.paint) ? fCurrentClipBounds : sb.bounds;
336 Bounds bounds(const DrawText&) const { return fCurrentClipBounds; }
339 Bounds bounds(const DrawPaint&) const { return fCurrentClipBounds; }
375 return op.path.isInverseFillType() ? fCurrentClipBounds
454 return fCurrentClipBounds;
511 return fCurrentClipBounds;
    [all...]

Completed in 45 milliseconds