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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageWriter.java102 private WritableRaster converted = null; field in class:JPEGImageWriter
654 converted = null;
1751 // it gets converted to 32-bit ARGB, because the JPEG encoder
1769 // The first time through, converted is null, so
1772 converted = convertOp.filter(sourceLine, converted);
1773 sourceLine = converted;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp3030 DTRACE_PRINTLN3("VK 0x%02X -> converted to <0x%02X,0x%02X>",
3503 int converted = ::ToUnicodeEx(wkey, scancode, keyboardState, local
3507 BOOL deadKeyFlag = (converted == 2);
3510 if (converted < 0) {
3514 if (converted == 0) {
3525 if (converted > 0) {

Completed in 83 milliseconds