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

  /external/skia/legacy/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/include/core/
SkDrawLooper.h 55 * return true for the canComputeFastBounds() function. If that function
62 virtual bool canComputeFastBounds(const SkPaint& paint);
SkPaint.h     [all...]
  /external/skia/src/core/
SkCanvas.cpp     [all...]
SkBBoxRecord.cpp 265 if (paint->canComputeFastBounds()) {
SkPictureRecord.cpp 550 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds();
588 bool fastBounds = !paint.isVerticalText() && paint.canComputeFastBounds();
637 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds();
SkPaint.cpp     [all...]
  /external/skia/legacy/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 205 milliseconds