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

/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h955 bool canComputeFastBounds() const { function in class:SkPaint
957 return this->getLooper()->canComputeFastBounds(*this);
962 /** Only call this if canComputeFastBounds() returned true. This takes a
974 if (paint.canComputeFastBounds()) {
/external/chromium_org/third_party/skia/src/core/
H A DSkDrawLooper.cpp15 bool SkDrawLooper::canComputeFastBounds(const SkPaint& paint) const { function in class:SkDrawLooper
25 if (!p.canComputeFastBounds()) {
/external/skia/include/core/
H A DSkPaint.h962 bool canComputeFastBounds() const { function in class:SkPaint
964 return this->getLooper()->canComputeFastBounds(*this);
969 /** Only call this if canComputeFastBounds() returned true. This takes a
981 if (paint.canComputeFastBounds()) {
/external/skia/src/core/
H A DSkDrawLooper.cpp15 bool SkDrawLooper::canComputeFastBounds(const SkPaint& paint) const { function in class:SkDrawLooper
25 if (!p.canComputeFastBounds()) {

Completed in 4350 milliseconds