Lines Matching defs:componentsPerPixel
149 GrGLint componentsPerPixel = 0;
155 componentsPerPixel = 4;
158 componentsPerPixel = 3;
161 componentsPerPixel = 1;
184 rowStride = componentsPerPixel * pixelsInRow;
187 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
194 memset(scanline, 0, componentsPerPixel * componentSize * width);