Home | History | Annotate | Download | only in images

Lines Matching refs:srcBytesPerPixel

391         int srcBytesPerPixel = 4;
395 srcBytesPerPixel = 1;
400 srcBytesPerPixel = 1;
418 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
420 size_t rowBytes = origWidth * srcBytesPerPixel;
437 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
880 int srcBytesPerPixel = 4;
884 srcBytesPerPixel = 1;
889 srcBytesPerPixel = 1;
907 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
909 size_t rb = origWidth * srcBytesPerPixel;
930 SkAutoMalloc storage(origWidth * srcBytesPerPixel);