Searched refs:emitRow (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DRenderer.java438 // Now we iterate through the scanlines. We must tell emitRow the coord
499 // from the last emitRow call. But this doesn't matter because
502 emitRow(alpha, y >> SUBPIXEL_LG_POSITIONS_Y, pix_minX, pix_maxX);
510 emitRow(alpha, y >> SUBPIXEL_LG_POSITIONS_Y, pix_minX, pix_maxX);
544 private void emitRow(int[] alphaRow, int pix_y, int pix_from, int pix_to) { method in class:Renderer

Completed in 29 milliseconds