Searched refs:Get (Results 1 - 13 of 13) sorted by relevance
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_Brush.h | 38 * Get a GDI object from its respective cache. If it doesn't exist 41 static AwtBrush* Get(COLORREF color);
|
H A D | awt_Pen.h | 38 * Get a GDI object from its respective cache. If it doesn't exist 41 static AwtPen* Get(COLORREF color);
|
H A D | awt_Brush.cpp | 56 AwtBrush* AwtBrush::Get(COLORREF color) { function in class:AwtBrush
|
H A D | awt_GDIObject.h | 81 * Get a GDI object from its respective cache. If it doesn't exist 84 static AwtGDIObject* Get(COLORREF color);
|
H A D | awt_Pen.cpp | 56 AwtPen* AwtPen::Get(COLORREF color) { function in class:AwtPen
|
H A D | awt_Component.cpp | 461 //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 D | Get.java | 34 public class Get { class
|
/openjdk7/jdk/test/java/util/Map/ |
H A D | Get.java | 36 public class Get { class
|
/openjdk7/jdk/src/macosx/native/jobjc/src/core/ |
H A D | PrimitiveCoder.hs | 150 -- 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 D | jni.cpp | 2678 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 D | jniCheck.cpp | 120 "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 D | GDIWindowSurfaceData.cpp | 1126 info->brush = AwtBrush::Get(CheckGrayColor(wsdo, color)); 1148 info->pen = AwtPen::Get(CheckGrayColor(wsdo, color));
|
/openjdk7/make/scripts/ |
H A D | webrev.ksh | 1061 # 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 95 milliseconds