Searched defs:patrop (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/windows/native/sun/java2d/windows/ |
H A D | GDIWindowSurfaceData.h | 81 * The patrop parameter should be a pointer to a jint that will receive 106 jint *patrop, 211 jint patrop; member in struct:__anon1083 249 jint type, jint *patrop,
|
H A D | GDIRenderer.cpp | 139 jint patrop; local 147 hdc = wsdo->GetDC(env, wsdo, BRUSH, &patrop, clip, comp, color); 151 ::PatBlt(hdc, x1, y1, x2-x1+1, y2-y1+1, patrop); 153 hdc = wsdo->GetDC(env, wsdo, PENBRUSH, &patrop, clip, comp, color); 159 ::PatBlt(hdc, x2, y2, 1, 1, patrop); 188 jint patrop; local 189 HDC hdc = wsdo->GetDC(env, wsdo, BRUSH, &patrop, clip, comp, color); 196 ::PatBlt(hdc, x, y, w+1, h+1, patrop); 201 ::PatBlt(hdc, x, y, w+1, 1, patrop); 202 ::PatBlt(hdc, x, y+1, 1, h-1, patrop); 436 jint patrop; local [all...] |
H A D | GDIWindowSurfaceData.cpp | 171 info->patrop = PATCOPY; 986 jint type, jint *patrop, 999 GDIWinSD_InitDC(env, wsdo, info, type, patrop, clip, comp, color); 1005 jint type, jint *patrop, 1096 info->patrop = PATCOPY; 1106 info->patrop = PATINVERT; 1112 if (patrop != NULL) { 1113 *patrop = info->patrop; 985 GDIWinSD_GetDC(JNIEnv *env, GDIWinSDOps *wsdo, jint type, jint *patrop, jobject clip, jobject comp, jint color) argument 1004 GDIWinSD_InitDC(JNIEnv *env, GDIWinSDOps *wsdo, ThreadGraphicsInfo *info, jint type, jint *patrop, jobject clip, jobject comp, jint color) argument
|
Completed in 57 milliseconds