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

  /external/skia/include/core/
SkDrawLooper.h 51 * return true for the canComputeFastBounds() function. If that function
58 virtual bool canComputeFastBounds(const SkPaint& paint);
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...]
  /external/skia/src/core/
SkCanvas.cpp     [all...]
SkPictureRecord.cpp 322 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds();
359 bool fastBounds = !paint.isVerticalText() && paint.canComputeFastBounds();
407 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds();
SkPaint.cpp     [all...]

Completed in 55 milliseconds