Home | History | Annotate | Download | only in effects

Lines Matching full:padsize

920         int padSize = padWidth * padHeight;
922 SkAutoTMalloc<uint8_t> padPixels(padSize);
923 memset(padPixels, 0, padSize);