Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:_pitch

1374 	unsigned char *_dstBuf=NULL;  int _pitch=0;
1433 _pitch=pitch; pitch=width*3;
1455 fromRGB(rgbBuf, _dstBuf, width, _pitch, height, pixelFormat);
1546 unsigned char *_dstBuf=NULL; int _pitch=0;
1621 _pitch=pitch; pitch=width*3;
1677 fromRGB(rgbBuf, _dstBuf, width, _pitch, height, pixelFormat);