Searched refs:cImg (Results 1 – 1 of 1) sorted by relevance
32 auto cImg = new (std::nothrow) CPixelMap; in CPixelMapFrom() local33 CHKPP(cImg); in CPixelMapFrom()34 cImg->refCnt = 1; in CPixelMapFrom()35 cImg->pixelMap = pixelMap; in CPixelMapFrom()36 return cImg; in CPixelMapFrom()