Home | History | Annotate | Download | only in core

Lines Matching defs:canComputeFastBounds

909     bool canComputeFastBounds() const {
911 return this->getLooper()->canComputeFastBounds(*this);
916 /** Only call this if canComputeFastBounds() returned true. This takes a
928 if (paint.canComputeFastBounds()) {