Searched refs:SkPixelInfo (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkConfig8888.h | 13 struct SkPixelInfo { struct 23 struct SkDstPixelInfo : SkPixelInfo { argument 27 struct SkSrcPixelInfo : SkPixelInfo {
|
D | SkConfig8888.cpp | 181 bool SkPixelInfo::CopyPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in CopyPixels()
|
D | SkBitmapDevice.cpp | 163 if (SkPixelInfo::CopyPixels(dstInfo, dstPixels, dstRowBytes, srcInfo, srcPixels, srcRowBytes)) { in onWritePixels()
|
D | SkBitmap.cpp | 911 return SkPixelInfo::CopyPixels(dstInfo, dstPixels, dstRB, srcInfo, srcPixels, this->rowBytes(), in readPixels()
|