Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkBitmap.cpp258 const SkImageInfo& correctedInfo = this->info(); in tryAllocPixels() local
259 if (kUnknown_SkColorType == correctedInfo.colorType()) { in tryAllocPixels()
265 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(correctedInfo, rowBytes); in tryAllocPixels()
283 const SkImageInfo& correctedInfo = this->info(); in tryAllocPixelsFlags() local
285 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(correctedInfo, in tryAllocPixelsFlags()
286 correctedInfo.minRowBytes()); in tryAllocPixelsFlags()
317 const SkImageInfo& correctedInfo = this->info(); in installPixels() local
319 SkMakePixelRefWithProc(correctedInfo.width(), correctedInfo.height(), in installPixels()

Completed in 1 milliseconds