HomeSort by relevance Sort by last modified time
    Searched refs:isLazyGenerated (Results 1 - 6 of 6) sorted by null

  /external/skia/include/core/
SkImage.h 339 bool isLazyGenerated() const;
SkPixelRef.h 272 bool isLazyGenerated() const { return this->onIsLazyGenerated(); }
  /external/skia/src/image/
SkImage.cpp 338 bool SkImage::isLazyGenerated() const {
SkImage_Raster.cpp 97 return fBitmap.pixelRef() && fBitmap.pixelRef()->isLazyGenerated();
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 331 REPORTER_ASSERT(r, image->isLazyGenerated());
ImageTest.cpp 333 const bool lazy = image->isLazyGenerated();

Completed in 99 milliseconds