Home | History | Annotate | Download | only in effects

Lines Matching refs:padSize

915         int padSize = padWidth * padHeight;
917 SkAutoTMalloc<uint8_t> padPixels(padSize);
918 memset(padPixels, 0, padSize);