Lines Matching defs:getBounds
485 const SkRect& getBounds() const {
486 return fPathRef->getBounds();
489 /** Updates internal bounds so that subsequent calls to getBounds() are instantaneous.
490 Unaltered copies of SkPath may also access cached bounds through getBounds().
492 For now, identical to calling getBounds() and ignoring the returned value.
498 // for now, just calling getBounds() is sufficient
499 this->getBounds();
510 Behaves identically to getBounds() when SkPath contains
512 the maximum extent of the quad, conic, or cubic; is slower than getBounds();
513 and unlike getBounds(), does not cache the result.