Home | History | Annotate | Download | only in images

Lines Matching refs:srcBytesPerPixel

518                            int* srcBytesPerPixel) {
519 SkASSERT(sc != NULL && srcBytesPerPixel != NULL);
524 *srcBytesPerPixel = 4;
527 *srcBytesPerPixel = 3;
531 *srcBytesPerPixel = 4;
534 *srcBytesPerPixel = 2;
539 *srcBytesPerPixel = 1;
688 int srcBytesPerPixel;
690 if (!get_src_config(cinfo, &sc, &srcBytesPerPixel)) {
698 SkAutoMalloc srcStorage(cinfo.output_width * srcBytesPerPixel);
921 int srcBytesPerPixel;
923 if (!get_src_config(*cinfo, &sc, &srcBytesPerPixel)) {
931 SkAutoMalloc srcStorage(width * srcBytesPerPixel);