HomeSort by relevance Sort by last modified time
    Searched defs:canComputeFastBounds (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPaint.h     [all...]
  /external/skia/legacy/include/core/
SkPaint.h 446 bool canComputeFastBounds() const {
448 return this->getLooper()->canComputeFastBounds(*this);
455 /** Only call this if canComputeFastBounds() returned true. This takes a
467 if (paint.canComputeFastBounds()) {
    [all...]

Completed in 68 milliseconds