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

  /external/skia/src/image/
SkImage_Lazy.cpp 126 SkImageInfo buildCacheInfo(CachedFormat) const override;
388 SkImageInfo SkImage_Lazy::buildCacheInfo(CachedFormat format) const {
576 const SkImageInfo cacheInfo = this->buildCacheInfo(cacheFormat);
725 SkImageInfo cacheInfo = this->buildCacheInfo(format);
783 const SkImageInfo cacheInfo = this->buildCacheInfo(format);
    [all...]
  /external/skqp/src/image/
SkImage_Lazy.cpp 126 SkImageInfo buildCacheInfo(CachedFormat) const override;
389 SkImageInfo SkImage_Lazy::buildCacheInfo(CachedFormat format) const {
577 const SkImageInfo cacheInfo = this->buildCacheInfo(cacheFormat);
725 SkImageInfo cacheInfo = this->buildCacheInfo(format);
783 const SkImageInfo cacheInfo = this->buildCacheInfo(format);
    [all...]

Completed in 804 milliseconds