Searched defs:bytesPerPixel (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DRowFilter.java37 int bytesPerPixel,
40 for (int i = bytesPerPixel; i < bytesPerRow + bytesPerPixel; i++) {
42 int left = currRow[i - bytesPerPixel] & 0xff;
56 int bytesPerPixel,
59 for (int i = bytesPerPixel; i < bytesPerRow + bytesPerPixel; i++) {
91 int bytesPerPixel) {
95 System.arraycopy(currRow, bytesPerPixel,
96 scratchRows[0], bytesPerPixel,
35 subFilter(byte[] currRow, byte[] subFilteredRow, int bytesPerPixel, int bytesPerRow) argument
53 upFilter(byte[] currRow, byte[] prevRow, byte[] upFilteredRow, int bytesPerPixel, int bytesPerRow) argument
86 filterRow(int colorType, byte[] currRow, byte[] prevRow, byte[][] scratchRows, int bytesPerRow, int bytesPerPixel) argument
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.h49 size_t bytesPerPixel; member in struct:_ContextInfo
59 size_t bytesPerPixel; member in struct:_ImageInfo

Completed in 378 milliseconds