Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkBitmap.cpp230 const SkImageInfo& correctedInfo = this->info(); in tryAllocPixels() local
231 if (kUnknown_SkColorType == correctedInfo.colorType()) { in tryAllocPixels()
237 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(correctedInfo, rowBytes); in tryAllocPixels()
255 const SkImageInfo& correctedInfo = this->info(); in tryAllocPixelsFlags() local
258 SkMallocPixelRef::MakeZeroed(correctedInfo, correctedInfo.minRowBytes()) : in tryAllocPixelsFlags()
259 SkMallocPixelRef::MakeAllocate(correctedInfo, correctedInfo.minRowBytes()); in tryAllocPixelsFlags()
290 const SkImageInfo& correctedInfo = this->info(); in installPixels() local
292 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeWithProc(correctedInfo, rb, pixels, in installPixels()
/external/skia/src/core/
DSkBitmap.cpp262 const SkImageInfo& correctedInfo = this->info(); in tryAllocPixels() local
263 if (kUnknown_SkColorType == correctedInfo.colorType()) { in tryAllocPixels()
269 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(correctedInfo, rowBytes); in tryAllocPixels()
287 const SkImageInfo& correctedInfo = this->info(); in tryAllocPixelsFlags() local
290 SkMallocPixelRef::MakeZeroed(correctedInfo, correctedInfo.minRowBytes()) : in tryAllocPixelsFlags()
291 SkMallocPixelRef::MakeAllocate(correctedInfo, correctedInfo.minRowBytes()); in tryAllocPixelsFlags()
322 const SkImageInfo& correctedInfo = this->info(); in installPixels() local
324 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeWithProc(correctedInfo, rb, pixels, in installPixels()