Home | History | Annotate | Download | only in debug

Lines Matching defs:scanline

185     GrGLchar *scanline = static_cast<GrGLchar *>(pixels);
187 memset(scanline, 0, componentsPerPixel * componentSize * width);
188 scanline += rowStride;