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

/external/chromium_org/third_party/skia/src/core/
H A DSkDrawLooper.cpp16 bool SkDrawLooper::canComputeFastBounds(const SkPaint& paint) { function in class:SkDrawLooper
24 if (!p.canComputeFastBounds()) {
/external/skia/src/core/
H A DSkDrawLooper.cpp16 bool SkDrawLooper::canComputeFastBounds(const SkPaint& paint) { function in class:SkDrawLooper
24 if (!p.canComputeFastBounds()) {
/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h925 bool canComputeFastBounds() const { function in class:SkPaint
927 return this->getLooper()->canComputeFastBounds(*this);
932 /** Only call this if canComputeFastBounds() returned true. This takes a
944 if (paint.canComputeFastBounds()) {
/external/skia/include/core/
H A DSkPaint.h925 bool canComputeFastBounds() const { function in class:SkPaint
927 return this->getLooper()->canComputeFastBounds(*this);
932 /** Only call this if canComputeFastBounds() returned true. This takes a
944 if (paint.canComputeFastBounds()) {

Completed in 208 milliseconds