Home | History | Annotate | Download | only in debug

Lines Matching full:scanline

192     GrGLchar *scanline = static_cast<GrGLchar *>(pixels);
194 memset(scanline, 0, componentsPerPixel * componentSize * width);
195 scanline += rowStride;