Searched defs:canComputeFastBounds (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkPaint.h426 bool canComputeFastBounds() const { function in class:SkPaint
428 return this->getLooper()->canComputeFastBounds(*this);
435 /** Only call this if canComputeFastBounds() returned true. This takes a
447 if (paint.canComputeFastBounds()) {

Completed in 46 milliseconds