Home | History | Annotate | Download | only in debug

Lines Matching refs:scanline

306     GrGLchar *scanline = static_cast<GrGLchar *>(pixels);
308 memset(scanline, 0, componentsPerPixel * componentSize * width);
309 scanline += rowStride;