Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkConfig8888.h34 bool convertPixelsTo(SkDstPixelInfo* dst, int width, int height) const;
DSkConfig8888.cpp77 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/
DGrContext.cpp232 return srcPI.convertPixelsTo(&dstPI, width, height); in sw_convert_to_premul()
495 return srcPI.convertPixelsTo(&dstPI, width, height); in readSurfacePixels()
DSkGr.cpp147 srcPI.convertPixelsTo(&dstPI, count, 1); in build_index8_data()