Home | History | Annotate | Download | only in gpu

Lines Matching refs:srcW

277                          int srcW,
280 GrFixed dx = (srcW << 16) / dstW;
288 void* srcRow = (uint8_t*)src + (y>>16)*srcW*bpp;