Home
last modified time | relevance | path

Searched refs:SkPixelInfo (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkConfig8888.h13 struct SkPixelInfo { struct
23 struct SkDstPixelInfo : SkPixelInfo { argument
27 struct SkSrcPixelInfo : SkPixelInfo {
DSkConfig8888.cpp181 bool SkPixelInfo::CopyPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in CopyPixels()
DSkBitmapDevice.cpp163 if (SkPixelInfo::CopyPixels(dstInfo, dstPixels, dstRowBytes, srcInfo, srcPixels, srcRowBytes)) { in onWritePixels()
DSkBitmap.cpp911 return SkPixelInfo::CopyPixels(dstInfo, dstPixels, dstRB, srcInfo, srcPixels, this->rowBytes(), in readPixels()