HomeSort by relevance Sort by last modified time
    Searched defs:isLazyDecoded (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DeferredImageDecoder.cpp 71 bool DeferredImageDecoder::isLazyDecoded(const SkBitmap& bitmap)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp 132 ASSERT(!DeferredImageDecoder::isLazyDecoded(bitmap()));
166 bool isLazyDecoded = DeferredImageDecoder::isLazyDecoded(bitmap());
169 context->preparePaintForDrawRectToRect(&paint, srcRect, destRect, compositeOp, blendMode, isLazyDecoded, isDataComplete());
176 if (isLazyDecoded)
226 bool isLazyDecoded = DeferredImageDecoder::isLazyDecoded(bitmap());
232 else if (isLazyDecoded)
252 if (resampling == InterpolationHigh && !isLazyDecoded) {
302 if (isLazyDecoded)
    [all...]

Completed in 39 milliseconds