Home | History | Annotate | Download | only in core

Lines Matching defs:canComputeFastBounds

962     bool canComputeFastBounds() const {
964 return this->getLooper()->canComputeFastBounds(*this);
969 /** Only call this if canComputeFastBounds() returned true. This takes a
981 if (paint.canComputeFastBounds()) {