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

/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSTransform.java215 byte[] dstLine = new byte[w * dstNumComp];
230 dstLine, dstLine.length/getNumOutComponents(),
254 // color convert srcLine to dstLine
262 dstColor[i] = ((float) (dstLine[idx++] & 0xff)) *
276 short[] dstLine = new short[w * dstNumComp];
291 dstLine, dstLine.length/getNumOutComponents(),
315 // color convert srcLine to dstLine
323 dstColor[i] = ((float) (dstLine[id
[all...]
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c54 int targetPortCount; // one port per dstLine (playback)
617 void createMuxControl(PortInfo* info, PortControlCreator* creator, MIXERLINE* dstLine, DWORD srcLineID, void** controlObjects, int* controlCount) { argument
629 if (getControlInfo(info->handle, dstLine, &controlInfos)) {
938 MIXERLINE* dstLine = findDestLine(info, line->dwDestination); local
940 if (dstLine) {
942 createMuxControl(info, creator, dstLine, line->dwLineID, controls, &controlCount);
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DColorConvertOp.java840 short[] dstLine = new short[w * iccDstNumComp];
869 // color convert srcLine to dstLine
870 thisTransform.colorConvert(srcLine, dstLine);
876 dstColor[i] = ((float) (dstLine[idx++] & 0xffff)) *
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1176 unsigned char* dstLine = (unsigned char*)dst->data; local
1189 unsigned char* dstPixel = dstLine;
1259 dstLine += dst->stride; // array of bytes, scan stride in bytes

Completed in 85 milliseconds