Home | History | Annotate | Download | only in core

Lines Matching defs:canComputeFastBounds

910     bool canComputeFastBounds() const {
912 return this->getLooper()->canComputeFastBounds(*this);
917 /** Only call this if canComputeFastBounds() returned true. This takes a
929 if (paint.canComputeFastBounds()) {