Searched refs:newSrcPixmap (Results 1 – 2 of 2) sorted by relevance
178 SkPixmap newSrcPixmap = CloneSkPixmap(srcPixmap, dstPixels); in GetPixelMap() local179 const auto* addr = newSrcPixmap.addr32(); in GetPixelMap()180 auto width = static_cast<int32_t>(newSrcPixmap.width()); in GetPixelMap()181 auto height = static_cast<int32_t>(newSrcPixmap.height()); in GetPixelMap()
1648 SkPixmap newSrcPixmap = CloneSkPixmap(srcPixmap); local1649 auto addr = newSrcPixmap.addr32();1650 int32_t width = static_cast<int32_t>(newSrcPixmap.width());1651 int32_t height = static_cast<int32_t>(newSrcPixmap.height());