Home | History | Annotate | Download | only in gpu

Lines Matching refs:srcW

253                          int srcW,
256 GrFixed dx = (srcW << 16) / dstW;
264 void* srcRow = (uint8_t*)src + (y>>16)*srcW*bpp;