Lines Matching refs:dstP
599 uint8_t* dstP = reinterpret_cast<uint8_t*>(dst);601 row++, srcP += fRowBytes, dstP += dstRowBytes) {602 memcpy(dstP, srcP, rowBytes);1105 char* dstP = reinterpret_cast<char*>(tmpDst.getPixels());1109 memcpy(dstP, srcP, bytesToCopy);1111 dstP += tmpDst.rowBytes();