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

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

Completed in 75 milliseconds