Searched refs:convertPixelsTo (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkConfig8888.h | 34 bool convertPixelsTo(SkDstPixelInfo* dst, int width, int height) const;
|
D | SkConfig8888.cpp | 77 bool SkSrcPixelInfo::convertPixelsTo(SkDstPixelInfo* dst, int width, int height) const { in convertPixelsTo() function in SkSrcPixelInfo 205 return srcPI.convertPixelsTo(&dstPI, width, height); in CopyPixels()
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 232 return srcPI.convertPixelsTo(&dstPI, width, height); in sw_convert_to_premul() 495 return srcPI.convertPixelsTo(&dstPI, width, height); in readSurfacePixels()
|
D | SkGr.cpp | 147 srcPI.convertPixelsTo(&dstPI, count, 1); in build_index8_data()
|