Searched defs:outputBuffer (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.c97 PVOID outputBuffer = (PVOID)jlong_to_ptr(buf); local
105 outputBuffer,
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DThaiShaping.cpp171 LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex)
178 outputBuffer[outputIndex++] = currChar;
183 outputBuffer[outputIndex++] = currChar;
188 outputBuffer[outputIndex++] = leftAboveVowel(currChar, glyphSet);
193 outputBuffer[outputIndex++] = lowerRightTone(currChar, glyphSet);
198 outputBuffer[outputIndex++] = lowerLeftTone(currChar, glyphSet);
203 outputBuffer[outputIndex++] = upperLeftTone(currChar, glyphSet);
208 LEUnicode cod = outputBuffer[outputIndex - 1];
212 outputBuffer[outputIndex - 1] = coa;
215 outputBuffer[outputInde
170 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A DLCMS.c564 void* outputBuffer; local
605 outputBuffer = getILData (env, dst, &dstDType, &dstData);
607 if (outputBuffer == NULL) {
615 outputRow = (char*)outputBuffer + dstOffset;
624 releaseILData(env, outputBuffer, dstDType, dstData);

Completed in 34 milliseconds