Home | History | Annotate | Download | only in images

Lines Matching refs:srcImage

1234     const char* srcImage = (const char*)bitmap.getPixels();
1241 proc(srcImage, bitmap.width(), storage);
1243 srcImage += bitmap.rowBytes();