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

/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRCompositeManager.java289 public void compositeText(int dst, int glyphSet, int maskFormat, argument
291 con.XRenderCompositeText(compRule, src.picture, dst, maskFormat, 0, 0,
H A DXRBackend.java114 public void renderCompositeTrapezoids(byte op, int src, int maskFormat, argument
H A DXRBackendNative.java270 long maskFormat, int[] eltArray,
331 public void renderCompositeTrapezoids(byte op, int src, int maskFormat, argument
334 renderCompositeTrapezoidsNative(op, src, getFormatPtr(maskFormat),
340 renderCompositeTrapezoidsNative(byte op, int src, long maskFormat, argument
269 XRenderCompositeTextNative(int op, int src, int dst, long maskFormat, int[] eltArray, int[] glyphIDs, int eltCnt, int glyphCnt) argument

Completed in 33 milliseconds