Searched defs:SkCopyPixelsFromCGImage (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/utils/mac/
H A DSkCGUtils.h48 SK_API bool SkCopyPixelsFromCGImage(const SkImageInfo& info, size_t rowBytes, void* dstPixels,
50 static inline bool SkCopyPixelsFromCGImage(const SkPixmap& dst, CGImageRef src) { function
51 return SkCopyPixelsFromCGImage(dst.info(), dst.rowBytes(), dst.writable_addr(), src);
/external/skqp/include/utils/mac/
H A DSkCGUtils.h48 SK_API bool SkCopyPixelsFromCGImage(const SkImageInfo& info, size_t rowBytes, void* dstPixels,
50 static inline bool SkCopyPixelsFromCGImage(const SkPixmap& dst, CGImageRef src) { function
51 return SkCopyPixelsFromCGImage(dst.info(), dst.rowBytes(), dst.writable_addr(), src);
/external/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp203 bool SkCopyPixelsFromCGImage(const SkImageInfo& info, size_t rowBytes, void* pixels, function
247 if (!SkCopyPixelsFromCGImage(tmp.info(), tmp.rowBytes(), tmp.getPixels(), image)) {
/external/skqp/src/utils/mac/
H A DSkCreateCGImageRef.cpp203 bool SkCopyPixelsFromCGImage(const SkImageInfo& info, size_t rowBytes, void* pixels, function
247 if (!SkCopyPixelsFromCGImage(tmp.info(), tmp.rowBytes(), tmp.getPixels(), image)) {

Completed in 201 milliseconds