Searched refs:canComputeFastBounds (Results 1 - 19 of 19) sorted by relevance

/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()) {
H A DSkCanvas.cpp1188 if (paint && paint->canComputeFastBounds()) {
1746 if (paint.canComputeFastBounds()) {
1773 if (paint.canComputeFastBounds()) {
1792 if (paint.canComputeFastBounds()) {
1811 if (paint.canComputeFastBounds()) {
1841 if (paint.canComputeFastBounds()) {
1864 if (!path.isInverseFillType() && paint.canComputeFastBounds()) {
1904 if (NULL == paint || paint->canComputeFastBounds()) {
1933 if (NULL == paint || paint->canComputeFastBounds()) {
1975 if (NULL == paint || paint->canComputeFastBounds()) {
[all...]
H A DSkBBoxRecord.cpp353 if (paint->canComputeFastBounds()) {
367 if (paint && paint->canComputeFastBounds()) {
H A DSkPictureRecord.cpp1060 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds() && kBeClever;
1106 bool fastBounds = !paint.isVerticalText() && paint.canComputeFastBounds() && kBeClever;
1173 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds() && kBeClever;
H A DSkRecordDraw.cpp485 if (paint->canComputeFastBounds()) {
H A DSkPaint.cpp2283 SkASSERT(this->getLooper()->canComputeFastBounds(*this));
/external/skia/src/core/
H A DSkDrawLooper.cpp15 bool SkDrawLooper::canComputeFastBounds(const SkPaint& paint) const { function in class:SkDrawLooper
25 if (!p.canComputeFastBounds()) {
H A DSkCanvas.cpp1172 if (paint && paint->canComputeFastBounds()) {
1881 if (paint.canComputeFastBounds()) {
1908 if (paint.canComputeFastBounds()) {
1927 if (paint.canComputeFastBounds()) {
1946 if (paint.canComputeFastBounds()) {
1976 if (paint.canComputeFastBounds()) {
1999 if (!path.isInverseFillType() && paint.canComputeFastBounds()) {
2028 if (NULL == paint || paint->canComputeFastBounds()) {
2059 if (NULL == paint || paint->canComputeFastBounds()) {
2101 if (NULL == paint || paint->canComputeFastBounds()) {
[all...]
H A DSkRecordOpts.cpp229 if (draw->paint.isVerticalText() || !draw->paint.canComputeFastBounds()) {
H A DSkBBoxRecord.cpp296 if (paint->canComputeFastBounds()) {
H A DSkPictureRecord.cpp1234 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds() && kBeClever;
1285 bool fastBounds = !paint.isVerticalText() && paint.canComputeFastBounds() && kBeClever;
1363 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds() && kBeClever;
H A DSkPaint.cpp2352 SkASSERT(this->getLooper()->canComputeFastBounds(*this));
/external/chromium_org/third_party/skia/include/core/
H A DSkDrawLooper.h83 * return true for the canComputeFastBounds() function. If that function
90 virtual bool canComputeFastBounds(const SkPaint& paint) const;
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/skia/include/core/
H A DSkDrawLooper.h83 * return true for the canComputeFastBounds() function. If that function
90 virtual bool canComputeFastBounds(const SkPaint& paint) const;
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/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRegionTracker.cpp230 if (!paint.canComputeFastBounds()) {
253 if (!paint.canComputeFastBounds()) {
281 if (!paint.canComputeFastBounds()) {
293 if (!paint.canComputeFastBounds()) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPictureUtils.cpp202 if (paint->canComputeFastBounds()) {
/external/chromium_org/skia/ext/
H A Danalysis_canvas.cc115 if (paint.canComputeFastBounds() &&

Completed in 2935 milliseconds