зеркало из https://github.com/mozilla/pjs.git
fixing drawImage bustage on windows with bgr_a8 images r=vlad a=brendan
This commit is contained in:
Родитель
159e6f326f
Коммит
4e4627fe62
|
@ -1526,7 +1526,7 @@ nsCanvasRenderingContext2D::CairoSurfaceFromImageElement(nsIDOMHTMLImageElement
|
|||
}
|
||||
}
|
||||
rv = NS_OK;
|
||||
} else if (format == gfxIFormats::RGB_A8 || format == gfxIFormats::RGB_A8) {
|
||||
} else if (format == gfxIFormats::RGB_A8 || format == gfxIFormats::BGR_A8) {
|
||||
useBGR = (format & 1);
|
||||
for (PRUint32 j = 0; j < (PRUint32) imgHeight; j++) {
|
||||
PRUint8 *inrowrgb;
|
||||
|
|
Загрузка…
Ссылка в новой задаче