Lines Matching refs:pixels
37 * "transpose" parameter is true, it will transpose the pixels on write,716 void SkBlurMask::ComputeBlurredScanline(uint8_t *pixels, const uint8_t *profile,731 pixels[x] = ProfileLookup(profile, x, width, w);735 pixels[x] = (uint8_t) (255 * (gaussianIntegral(giX) - gaussianIntegral(giX + span)));