Searched refs:Get (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Brush.h38 * Get a GDI object from its respective cache. If it doesn't exist
41 static AwtBrush* Get(COLORREF color);
H A Dawt_Pen.h38 * Get a GDI object from its respective cache. If it doesn't exist
41 static AwtPen* Get(COLORREF color);
H A Dawt_Brush.cpp56 AwtBrush* AwtBrush::Get(COLORREF color) { function in class:AwtBrush
H A Dawt_GDIObject.h81 * Get a GDI object from its respective cache. If it doesn't exist
84 static AwtGDIObject* Get(COLORREF color);
H A Dawt_Pen.cpp56 AwtPen* AwtPen::Get(COLORREF color) { function in class:AwtPen
H A Dawt_Component.cpp461 //Get graphicsConfig object ref from Component
830 m_penForeground = AwtPen::Get(m_colorForeground);
859 AwtBrush::Get(c->GetBackgroundColor());
865 m_brushBackground = AwtBrush::Get(m_colorBackground);
2145 /* Get the rectangle that covers all update regions, if any exist. */
6962 /* Get target bounds. */
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/
H A DGet.java34 public class Get { class
/openjdk7/jdk/test/java/util/Map/
H A DGet.java36 public class Get { class
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs150 -- Get a Java expression for the correct FFIType at runtime. For example: (JObjCRuntime.IS64 ? FFI_SINT64 : FFI_SINT32)
154 -- Similar to ffiTypeVal. Get the correct pop expression and push statement.
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp2678 DT_RETURN_MARK_DECL_FOR(Result, Get##Result##Field, Return);\
2681 JNIWrapper("Get" XSTR(Result) "Field"); \
2683 DTRACE_PROBE3(hotspot_jni, Get##Result##Field__entry, env, obj, fieldID);\
2685 DT_RETURN_MARK_FOR(Result, Get##Result##Field, Return, (const Return&)ret);\
2714 DT_RETURN_MARK_DECL_FOR(Result, Get##Result##Field, Return \
2718 JNIWrapper("Get" XSTR(Result) "Field"); \
2722 DT_RETURN_MARK_FOR(Result, Get##Result##Field, Return, (const Return&)ret);\
3607 JNIWrapper("Get" XSTR(Result) "ArrayElements"); \
3608 DTRACE_PROBE3(hotspot_jni, Get##Result##ArrayElements__entry, env, array, isCopy);\
3624 DTRACE_PROBE1(hotspot_jni, Get##Resul
[all...]
H A DjniCheck.cpp120 "Get/ReleasePrimitiveArrayCritical or Get/ReleaseStringCritical";
1040 ReturnType result = UNCHECKED()->Get##Result##Field(env,obj,fieldID); \
1492 ElementType *result = UNCHECKED()->Get##Result##ArrayElements(env, \
1548 UNCHECKED()->Get##Result##ArrayRegion(env,array,start,len,buf); \
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp1126 info->brush = AwtBrush::Get(CheckGrayColor(wsdo, color));
1148 info->pen = AwtPen::Get(CheckGrayColor(wsdo, color));
/openjdk7/make/scripts/
H A Dwebrev.ksh1061 # Find the first delta in the child that's not in the parent. Get the
1789 # Get the parent's version of the file. First see whether the

Completed in 82 milliseconds