Home | History | Annotate | Download | only in core

Lines Matching defs:canComputeFastBounds

925     bool canComputeFastBounds() const {
927 return this->getLooper()->canComputeFastBounds(*this);
932 /** Only call this if canComputeFastBounds() returned true. This takes a
944 if (paint.canComputeFastBounds()) {