Searched refs:isLazyDecoded (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DNativeImageSkia.cpp132 ASSERT(!DeferredImageDecoder::isLazyDecoded(bitmap()));
166 bool isLazyDecoded = DeferredImageDecoder::isLazyDecoded(bitmap()); local
169 context->preparePaintForDrawRectToRect(&paint, srcRect, destRect, compositeOp, blendMode, isLazyDecoded, isDataComplete());
176 if (isLazyDecoded)
226 bool isLazyDecoded = DeferredImageDecoder::isLazyDecoded(bitmap()); local
232 else if (isLazyDecoded)
252 if (resampling == InterpolationHigh && !isLazyDecoded) {
302 if (isLazyDecoded)
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDeferredImageDecoder.h53 static bool isLazyDecoded(const SkBitmap&);
H A DDeferredImageDecoder.cpp71 bool DeferredImageDecoder::isLazyDecoded(const SkBitmap& bitmap) function in class:blink::DeferredImageDecoder
H A DGraphicsContext.h415 bool isLazyDecoded = false,
H A DGraphicsContext.cpp1977 bool isLazyDecoded,
1991 } else if (isLazyDecoded) {
1971 preparePaintForDrawRectToRect( SkPaint* paint, const SkRect& srcRect, const SkRect& destRect, CompositeOperator compositeOp, WebBlendMode blendMode, bool isLazyDecoded, bool isDataComplete) const argument

Completed in 218 milliseconds