Home | History | Annotate | Download | only in debug

Lines Matching full:rowstride

175     GrGLint rowStride = 0;  // number of components (not bytes) to skip
177 rowStride = componentsPerPixel * pixelsInRow;
182 rowStride = static_cast<GrGLint>(alignment * fTemp / componentSize);
188 scanline += rowStride;