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

/openjdk7/jdk/src/share/classes/java/awt/
H A DCompositeContext.java63 public void compose(Raster src, method in interface:CompositeContext
/openjdk7/jdk/test/sun/java2d/loops/
H A DBug7049339.java61 public void compose(Raster src, Raster dstIn,
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DThaiLayoutEngine.cpp83 // NOTE: this assumes that ThaiShaping::compose will allocate the outChars array...
115 glyphCount = ThaiShaping::compose(chars, offset, count, fGlyphSet, fErrorChar, outChars, glyphStorage);
H A DThaiShaping.h95 static le_int32 compose(const LEUnicode *input, le_int32 offset, le_int32 charCount, le_uint8 glyphSet,
H A DHangulLayoutEngine.cpp136 static le_int32 compose(LEUnicode lead, LEUnicode vowel, LEUnicode trail, LEUnicode &syllable) function
341 if (compose(lead, vowel, trail, syllable) == outLength) {
H A DThaiShaping.cpp290 le_int32 ThaiShaping::compose(const LEUnicode *input, le_int32 offset, le_int32 charCount, le_uint8 glyphSet, function in class:ThaiShaping
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DParserTable.java273 OperationFactory.compose( OperationFactory.integerRangeAction( 0, 3 ),
489 Operation ttcprtOp = OperationFactory.compose(op2, rtOp);
509 Operation op3 = OperationFactory.compose( op2, uslop ) ;
818 Operation op1 = OperationFactory.compose( rangeop, admap ) ;
819 Operation result = OperationFactory.compose( op1, OperationFactory.convertIntegerToShort() ) ;
841 Operation result = OperationFactory.compose( OperationFactory.integerAction(),
860 Operation result = OperationFactory.compose( gvHelper, gvMain );
901 Operation op1 = OperationFactory.compose( indexOp, clsop ) ;
945 Operation result = OperationFactory.compose( mop, mkinst ) ;
1016 Operation op1 = OperationFactory.compose( indexO
[all...]
H A DORBConfiguratorImpl.java127 Operation action = OperationFactory.compose(
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunCompositeContext.java91 public void compose(Raster srcArg, Raster dstIn, WritableRaster dstOut) { method in class:SunCompositeContext
/openjdk7/jdk/make/sun/cmm/kcms/
H A DFILES_c_unix.gmk42 compose.c \
H A DFILES_c_windows.gmk43 compose.c \
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerBase.java419 return NormalizerImpl.compose( src, srcStart, srcLimit,
425 return compose(src, false, options);
478 return NormalizerImpl.compose(src, srcStart,srcLimit,
484 return compose(src, true, options);
650 * @param str The string to compose.
658 public static String compose(String str, boolean compat, int options) { method in class:NormalizerBase
673 /* reset options bits that should only be set here or inside compose() */
681 destSize=NormalizerImpl.compose(src,0,src.length,
761 * @param src The char array to compose.
H A DNormalizerImpl.java903 //set the args for compose part
1339 /* c is a Jamo V/T, see if we can compose it with the
1348 /* Jamo V, compose with previous Jamo L and following
1387 /* Jamo T, compose with previous Hangul that does not have a Jamo T */
1684 /* c is a Jamo V, compose with previous Jamo L and
1730 /* c is a Jamo T, compose with previous Hangul LV that does not
1743 public static int compose(char[] src, char[] dest,boolean compat, UnicodeSet nx){
1744 return compose(src,0,src.length,dest,0,dest.length,compat, nx);
1748 public static int compose(char[] src, int srcStart, int srcLimit, method in class:NormalizerImpl
1877 * try to compose wit
[all...]
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DCustomCompositeTest.java236 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) { method in class:CustomCompositeTest.TestCompositeContext
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DGeneralCompositePipe.java110 compCtxt.compose(srcRaster, dstIn, dstOut);
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orb/
H A DOperationFactory.java61 * <li>compose( Operation op1, Operation op2 ) is the operation that applies op2 to the result of applying
483 public static Operation compose( Operation op1, Operation op2 ) method in class:OperationFactory
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DBlit.java179 ctx.compose(tmpSrcRas, tmpDstRas, tmpDstRas);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java89 * This code consists of two main portions. The {@link #compose(XSSimpleType)} method
157 e = compose(type);
280 TypeUse compose( XSSimpleType t ) { method in class:SimpleTypeBuilder
289 // bind item type individually and then compose them into a list
291 // so weed to call build(), not compose().
315 return compose(type.getSimpleBaseType());
324 * null if not (which causes the {@link #compose(XSSimpleType)} method
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java407 compositeContext.compose(srcRaster, dstInRaster, dstOutRaster);
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrtran.c274 int compose = 0; local
317 /* No compose, but it may be set by png_set_background! */
323 compose = 1;
331 compose = 1;
338 compose = 1;
360 if (compose)
1353 * 2) PNG_STRIP_ALPHA (if no compose)
1358 * 7) PNG_STRIP_ALPHA (if compose)
1481 /* TODO: fix this. Because the expand_16 operation is after the compose

Completed in 114 milliseconds