Home | History | Annotate | Download | only in images

Lines Matching refs:srcBytesPerPixel

504                            int* srcBytesPerPixel) {
505 SkASSERT(sc != NULL && srcBytesPerPixel != NULL);
510 *srcBytesPerPixel = 4;
513 *srcBytesPerPixel = 3;
517 *srcBytesPerPixel = 4;
520 *srcBytesPerPixel = 2;
525 *srcBytesPerPixel = 1;
671 int srcBytesPerPixel;
673 if (!get_src_config(cinfo, &sc, &srcBytesPerPixel)) {
681 SkAutoMalloc srcStorage(cinfo.output_width * srcBytesPerPixel);
903 int srcBytesPerPixel;
905 if (!get_src_config(*cinfo, &sc, &srcBytesPerPixel)) {
913 SkAutoMalloc srcStorage(width * srcBytesPerPixel);