Home | History | Annotate | Download | only in gpu

Lines Matching refs:dstW

297                           int dstW,
303 SkFixed dx = (srcW << 16) / dstW;
308 size_t dstXLimit = dstW*bpp;
312 uint8_t* dstRow = reinterpret_cast<uint8_t *>(dst) + j*dstW*bpp;