< prev index next >

src/java.desktop/share/classes/sun/java2d/marlin/MarlinCache.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 588,599 **** if (px1 > bboxX1) { alphaRow[to ] = 0; alphaRow[to + 1] = 0; } if (doChecks) { ! IntArrayCache.check(blkFlags, 0, blkFlags.length, 0); ! IntArrayCache.check(alphaRow, 0, alphaRow.length, 0); } if (doMonitors) { RendererContext.stats.mon_rdr_copyAARow.stop(); } --- 588,599 ---- if (px1 > bboxX1) { alphaRow[to ] = 0; alphaRow[to + 1] = 0; } if (doChecks) { ! IntArrayCache.check(blkFlags, blkW, blkE, 0); ! IntArrayCache.check(alphaRow, from, px1 - bboxX0, 0); } if (doMonitors) { RendererContext.stats.mon_rdr_copyAARow.stop(); }
< prev index next >