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

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.java41 public final class GraphicsPrimitiveMgr { class
97 private GraphicsPrimitiveMgr() { method in class:GraphicsPrimitiveMgr
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.c32 #include "GraphicsPrimitiveMgr.h"
43 static jclass GraphicsPrimitiveMgr; variable
95 GraphicsPrimitiveMgr = (*env)->NewGlobalRef(env, GPMgr);
97 if (GraphicsPrimitiveMgr == NULL || GraphicsPrimitive == NULL) {
429 /* No error - upcall to GraphicsPrimitiveMgr to register the
431 (*env)->CallStaticVoidMethod(env, GraphicsPrimitiveMgr, RegisterID,

Completed in 697 milliseconds