Home
last modified time | relevance | path

Searched refs:lpgw (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/gnuplot/gnuplot-5.4.1/src/win/
H A Dwgraph.c458 lpgw->Size.x, lpgw->Size.y, in GraphInit()
491 lpgw->hInstance, lpgw); in GraphInit()
510 lpgw->hWndGraph, (HMENU)ID_TOOLBAR, lpgw->hInstance, lpgw); in GraphInit()
680 lpgw->Size.x = lpgw->Canvas.x + lpgw->Decoration.x; in GraphInit()
681 lpgw->Size.y = lpgw->Canvas.y + lpgw->Decoration.y; in GraphInit()
692 lpgw->Size.x - lpgw->Decoration.x, lpgw->Size.y - lpgw->Decoration.y, in GraphInit()
693 lpgw->hWndGraph, NULL, lpgw->hInstance, lpgw); in GraphInit()
723 lpgw->Size.x = lpgw->Canvas.x + lpgw->Decoration.x; in GraphUpdateWindowPosSize()
724 lpgw->Size.y = lpgw->Canvas.y + lpgw->Decoration.y; in GraphUpdateWindowPosSize()
1578 enhstate.lpgw = lpgw; in draw_enhanced_text()
[all …]
H A Dwd2d.cpp821 lpgw->vchar = MulDiv(lpgw->tmHeight, lpgw->ymax, rect->bottom - rect->top); in d2dSetFont()
823 lpgw->htic = MulDiv(lpgw->hchar, 2, 5); in d2dSetFont()
847 d2dSetFont(lpgw->pRenderTarget, rect, lpgw, lpgw->fontname, lpgw->fontsize, &pWriteTextFormat); in InitFont_d2d()
1264 cur_penstruct = (lpgw->color && isColor) ? lpgw->colorpen[2] : lpgw->monopen[2];
1272 htic = (lpgw->org_pointsize * MulDiv(lpgw->htic, rr - rl, lpgw->xmax) + 1);
1273 vtic = (lpgw->org_pointsize * MulDiv(lpgw->vtic, rb - rt, lpgw->ymax) + 1);
1328 if (lpgw->antialiasing && !lpgw->polyaa)
1395 if (lpgw->antialiasing && lpgw->polyaa) {
1568 lpgw->dashed ? lpgw->monopen[dt].lopnStyle : lpgw->colorpen[dt].lopnStyle;
1950 htic = MulDiv(pointsize * lpgw->pointscale * lpgw->htic, rr - rl, lpgw->xmax) + 1;
[all …]
H A Dwgdiplus.cpp304 lpgw->htic = MulDiv(lpgw->hchar, 2, 5); in SetFont_gdiplus()
321 Font * font = SetFont_gdiplus(graphics, rect, lpgw, lpgw->fontname, lpgw->fontsize); in InitFont_gdiplus()
574 cur_penstruct = (lpgw->color && isColor) ? lpgw->colorpen[2] : lpgw->monopen[2];
590 htic = (lpgw->org_pointsize * MulDiv(lpgw->htic, rr - rl, lpgw->xmax) + 1);
591 vtic = (lpgw->org_pointsize * MulDiv(lpgw->vtic, rb - rt, lpgw->ymax) + 1);
651 if (lpgw->antialiasing && !lpgw->polyaa)
718 if (lpgw->antialiasing && lpgw->polyaa) {
873 lpgw->dashed ? lpgw->monopen[dt].lopnStyle : lpgw->colorpen[dt].lopnStyle;
1262 htic = MulDiv(pointsize * lpgw->pointscale * lpgw->htic, rr - rl, lpgw->xmax) + 1;
1263 vtic = MulDiv(pointsize * lpgw->pointscale * lpgw->vtic, rb - rt, lpgw->ymax) + 1;
[all …]
H A Dwd2d.h44 HRESULT d2dInit(LPGW lpgw);
45 HRESULT d2dResize(LPGW lpgw, RECT rect);
46 void d2dReleaseRenderTarget(LPGW lpgw);
50 void drawgraph_d2d(LPGW lpgw, HDC hdc, LPRECT rect);
52 void drawgraph_d2d(LPGW lpgw, HWND hwnd, LPRECT rect);
54 HRESULT print_d2d(LPGW lpgw, DEVMODE * pDevMode, LPCTSTR szDevice, LPRECT rect);
56 void InitFont_d2d(LPGW lpgw, HDC hdc, LPRECT rect);
H A Dwgnuplib.h441 LPGW lpgw; /* graph window */ member
481 void GraphInitStruct(LPGW lpgw);
482 void GraphInit(LPGW lpgw);
483 void GraphUpdateWindowPosSize(LPGW lpgw);
484 void GraphClose(LPGW lpgw);
486 void GraphEnd(LPGW lpgw);
487 void GraphChangeTitle(LPGW lpgw);
488 void GraphResume(LPGW lpgw);
491 void GraphPrint(LPGW lpgw);
492 void GraphRedraw(LPGW lpgw);
[all …]
H A Dwgdiplus.h36 extern void InitFont_gdiplus(LPGW lpgw, HDC hdc, LPRECT rect);
38 extern void drawgraph_gdiplus(LPGW lpgw, HDC hdc, LPRECT rect);
39 extern void metafile_gdiplus(LPGW lpgw, HDC hdc, LPRECT rect, LPWSTR name);
40 extern HENHMETAFILE clipboard_gdiplus(LPGW lpgw, HDC hdc, LPRECT rect);
41 extern void print_gdiplus(LPGW lpgw, HDC hdc, HANDLE printer, LPRECT rect);
43 extern void SaveAsBitmap(LPGW lpgw);
H A Dwinmain.c167 LPGW lpgw; in WinExit() local
180 for (lpgw = listgraphs; lpgw != NULL; lpgw = lpgw->next) { in WinExit()
182 GraphClose(lpgw); in WinExit()
1349 while ((lpgw != NULL) && (lpgw->Id != id)) in win_raise_terminal_window()
1350 lpgw = lpgw->next; in win_raise_terminal_window()
1367 lpgw = lpgw->next; in win_raise_terminal_group()
1376 while ((lpgw != NULL) && (lpgw->Id != id)) in win_lower_terminal_window()
1377 lpgw = lpgw->next; in win_lower_terminal_window()
1389 lpgw = lpgw->next; in win_lower_terminal_group()
1398 LPGW lpgw; in WinWindowOpened() local
[all …]
H A Dwcommon.h114 void add_tooltip(LPGW lpgw, PRECT rect, LPWSTR text);
115 void clear_tooltips(LPGW lpgw);
116 void draw_update_keybox(LPGW lpgw, unsigned plotno, unsigned x, unsigned y);
117 int draw_enhanced_text(LPGW lpgw, LPRECT rect, int x, int y, const char * str);
119 HBITMAP GraphGetBitmap(LPGW lpgw);
H A Dwtext.c2294 LPGW lpgw = listgraphs; in NumberOfDockedWindows() local
2296 while (lpgw != NULL) { in NumberOfDockedWindows()
2297 if (lpgw->bDocked && GraphHasWindow(lpgw)) in NumberOfDockedWindows()
2299 lpgw = lpgw->next; in NumberOfDockedWindows()
2341 LPGW lpgw; in ApplyLayout() local
2413 lpgw = listgraphs; in ApplyLayout()
2415 while (lpgw != NULL) { in ApplyLayout()
2416 if (lpgw->bDocked && GraphHasWindow(lpgw)) { in ApplyLayout()
2428 SetWindowPos(lpgw->hWndGraph, NULL, in ApplyLayout()
2429 lpgw->Origin.x, lpgw->Origin.y, in ApplyLayout()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/win/
H A Dwgraph.c458 lpgw->Size.x, lpgw->Size.y, in GraphInit()
491 lpgw->hInstance, lpgw); in GraphInit()
510 lpgw->hWndGraph, (HMENU)ID_TOOLBAR, lpgw->hInstance, lpgw); in GraphInit()
680 lpgw->Size.x = lpgw->Canvas.x + lpgw->Decoration.x; in GraphInit()
681 lpgw->Size.y = lpgw->Canvas.y + lpgw->Decoration.y; in GraphInit()
692 lpgw->Size.x - lpgw->Decoration.x, lpgw->Size.y - lpgw->Decoration.y, in GraphInit()
693 lpgw->hWndGraph, NULL, lpgw->hInstance, lpgw); in GraphInit()
723 lpgw->Size.x = lpgw->Canvas.x + lpgw->Decoration.x; in GraphUpdateWindowPosSize()
724 lpgw->Size.y = lpgw->Canvas.y + lpgw->Decoration.y; in GraphUpdateWindowPosSize()
1578 enhstate.lpgw = lpgw; in draw_enhanced_text()
[all …]
H A Dwd2d.cpp821 lpgw->vchar = MulDiv(lpgw->tmHeight, lpgw->ymax, rect->bottom - rect->top); in d2dSetFont()
823 lpgw->htic = MulDiv(lpgw->hchar, 2, 5); in d2dSetFont()
847 d2dSetFont(lpgw->pRenderTarget, rect, lpgw, lpgw->fontname, lpgw->fontsize, &pWriteTextFormat); in InitFont_d2d()
1264 cur_penstruct = (lpgw->color && isColor) ? lpgw->colorpen[2] : lpgw->monopen[2];
1272 htic = (lpgw->org_pointsize * MulDiv(lpgw->htic, rr - rl, lpgw->xmax) + 1);
1273 vtic = (lpgw->org_pointsize * MulDiv(lpgw->vtic, rb - rt, lpgw->ymax) + 1);
1328 if (lpgw->antialiasing && !lpgw->polyaa)
1395 if (lpgw->antialiasing && lpgw->polyaa) {
1568 lpgw->dashed ? lpgw->monopen[dt].lopnStyle : lpgw->colorpen[dt].lopnStyle;
1950 htic = MulDiv(pointsize * lpgw->pointscale * lpgw->htic, rr - rl, lpgw->xmax) + 1;
[all …]
H A Dwgdiplus.cpp304 lpgw->htic = MulDiv(lpgw->hchar, 2, 5); in SetFont_gdiplus()
321 Font * font = SetFont_gdiplus(graphics, rect, lpgw, lpgw->fontname, lpgw->fontsize); in InitFont_gdiplus()
574 cur_penstruct = (lpgw->color && isColor) ? lpgw->colorpen[2] : lpgw->monopen[2];
590 htic = (lpgw->org_pointsize * MulDiv(lpgw->htic, rr - rl, lpgw->xmax) + 1);
591 vtic = (lpgw->org_pointsize * MulDiv(lpgw->vtic, rb - rt, lpgw->ymax) + 1);
651 if (lpgw->antialiasing && !lpgw->polyaa)
718 if (lpgw->antialiasing && lpgw->polyaa) {
873 lpgw->dashed ? lpgw->monopen[dt].lopnStyle : lpgw->colorpen[dt].lopnStyle;
1262 htic = MulDiv(pointsize * lpgw->pointscale * lpgw->htic, rr - rl, lpgw->xmax) + 1;
1263 vtic = MulDiv(pointsize * lpgw->pointscale * lpgw->vtic, rb - rt, lpgw->ymax) + 1;
[all …]
H A Dwd2d.h44 HRESULT d2dInit(LPGW lpgw);
45 HRESULT d2dResize(LPGW lpgw, RECT rect);
46 void d2dReleaseRenderTarget(LPGW lpgw);
50 void drawgraph_d2d(LPGW lpgw, HDC hdc, LPRECT rect);
52 void drawgraph_d2d(LPGW lpgw, HWND hwnd, LPRECT rect);
54 HRESULT print_d2d(LPGW lpgw, DEVMODE * pDevMode, LPCTSTR szDevice, LPRECT rect);
56 void InitFont_d2d(LPGW lpgw, HDC hdc, LPRECT rect);
H A Dwgnuplib.h441 LPGW lpgw; /* graph window */ member
481 void GraphInitStruct(LPGW lpgw);
482 void GraphInit(LPGW lpgw);
483 void GraphUpdateWindowPosSize(LPGW lpgw);
484 void GraphClose(LPGW lpgw);
486 void GraphEnd(LPGW lpgw);
487 void GraphChangeTitle(LPGW lpgw);
488 void GraphResume(LPGW lpgw);
491 void GraphPrint(LPGW lpgw);
492 void GraphRedraw(LPGW lpgw);
[all …]
H A Dwgdiplus.h36 extern void InitFont_gdiplus(LPGW lpgw, HDC hdc, LPRECT rect);
38 extern void drawgraph_gdiplus(LPGW lpgw, HDC hdc, LPRECT rect);
39 extern void metafile_gdiplus(LPGW lpgw, HDC hdc, LPRECT rect, LPWSTR name);
40 extern HENHMETAFILE clipboard_gdiplus(LPGW lpgw, HDC hdc, LPRECT rect);
41 extern void print_gdiplus(LPGW lpgw, HDC hdc, HANDLE printer, LPRECT rect);
43 extern void SaveAsBitmap(LPGW lpgw);
H A Dwinmain.c167 LPGW lpgw; in WinExit() local
180 for (lpgw = listgraphs; lpgw != NULL; lpgw = lpgw->next) { in WinExit()
182 GraphClose(lpgw); in WinExit()
1349 while ((lpgw != NULL) && (lpgw->Id != id)) in win_raise_terminal_window()
1350 lpgw = lpgw->next; in win_raise_terminal_window()
1367 lpgw = lpgw->next; in win_raise_terminal_group()
1376 while ((lpgw != NULL) && (lpgw->Id != id)) in win_lower_terminal_window()
1377 lpgw = lpgw->next; in win_lower_terminal_window()
1389 lpgw = lpgw->next; in win_lower_terminal_group()
1398 LPGW lpgw; in WinWindowOpened() local
[all …]
H A Dwcommon.h114 void add_tooltip(LPGW lpgw, PRECT rect, LPWSTR text);
115 void clear_tooltips(LPGW lpgw);
116 void draw_update_keybox(LPGW lpgw, unsigned plotno, unsigned x, unsigned y);
117 int draw_enhanced_text(LPGW lpgw, LPRECT rect, int x, int y, const char * str);
119 HBITMAP GraphGetBitmap(LPGW lpgw);
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/win/
H A Dwgraph.c435 lpgw->Size.x, lpgw->Size.y, in GraphInit()
455 lpgw->Size.x, lpgw->Size.y, in GraphInit()
468 lpgw->hInstance, lpgw); in GraphInit()
487 lpgw->hWndGraph, (HMENU)ID_TOOLBAR, lpgw->hInstance, lpgw); in GraphInit()
655 lpgw->Size.x = lpgw->Canvas.x + lpgw->Decoration.x; in GraphInit()
656 lpgw->Size.y = lpgw->Canvas.y + lpgw->Decoration.y; in GraphInit()
690 lpgw->Size.x = lpgw->Canvas.x + lpgw->Decoration.x; in GraphUpdateWindowPosSize()
691 lpgw->Size.y = lpgw->Canvas.y + lpgw->Decoration.y; in GraphUpdateWindowPosSize()
1018 if (lpgw->gdiplus && !(lpgw->rotating && lpgw->fastrotation)) { in MakeFonts()
1438 enhstate.lpgw = lpgw; in draw_enhanced_text()
[all …]
H A Dwgdiplus.cpp309 lpgw->htic = MulDiv(lpgw->hchar, 2, 5); in SetFont_gdiplus()
326 Font * font = SetFont_gdiplus(graphics, rect, lpgw, lpgw->fontname, lpgw->fontsize); in InitFont_gdiplus()
579 cur_penstruct = (lpgw->color && isColor) ? lpgw->colorpen[2] : lpgw->monopen[2];
597 htic = (lpgw->org_pointsize * MulDiv(lpgw->htic, rr - rl, lpgw->xmax) + 1);
598 vtic = (lpgw->org_pointsize * MulDiv(lpgw->vtic, rb - rt, lpgw->ymax) + 1);
658 if (lpgw->antialiasing && !lpgw->polyaa)
726 if (lpgw->antialiasing && lpgw->polyaa) {
881 lpgw->dashed ? lpgw->monopen[dt].lopnStyle : lpgw->colorpen[dt].lopnStyle;
1270 htic = MulDiv(pointsize * lpgw->pointscale * lpgw->htic, rr - rl, lpgw->xmax) + 1;
1271 vtic = MulDiv(pointsize * lpgw->pointscale * lpgw->vtic, rb - rt, lpgw->ymax) + 1;
[all …]
H A Dwd2d.cpp568 lpgw->vchar = MulDiv(lpgw->tmHeight, lpgw->ymax, rect->bottom - rect->top); in d2dSetFont()
570 lpgw->htic = MulDiv(lpgw->hchar, 2, 5); in d2dSetFont()
830 cur_penstruct = (lpgw->color && isColor) ? lpgw->colorpen[2] : lpgw->monopen[2];
838 htic = (lpgw->org_pointsize * MulDiv(lpgw->htic, rr - rl, lpgw->xmax) + 1);
839 vtic = (lpgw->org_pointsize * MulDiv(lpgw->vtic, rb - rt, lpgw->ymax) + 1);
894 if (lpgw->antialiasing && !lpgw->polyaa)
965 if (lpgw->antialiasing && lpgw->polyaa) {
1138 lpgw->dashed ? lpgw->monopen[dt].lopnStyle : lpgw->colorpen[dt].lopnStyle;
1517 htic = MulDiv(pointsize * lpgw->pointscale * lpgw->htic, rr - rl, lpgw->xmax) + 1;
1518 vtic = MulDiv(pointsize * lpgw->pointscale * lpgw->vtic, rb - rt, lpgw->ymax) + 1;
[all …]
H A Dwgnuplib.h409 LPGW lpgw; /* graph window */ member
449 void GraphInitStruct(LPGW lpgw);
450 void GraphInit(LPGW lpgw);
451 void GraphUpdateWindowPosSize(LPGW lpgw);
452 void GraphClose(LPGW lpgw);
454 void GraphEnd(LPGW lpgw);
455 void GraphChangeTitle(LPGW lpgw);
456 void GraphResume(LPGW lpgw);
459 void GraphPrint(LPGW lpgw);
460 void GraphRedraw(LPGW lpgw);
[all …]
H A Dwgdiplus.h40 extern void InitFont_gdiplus(LPGW lpgw, HDC hdc, LPRECT rect);
42 extern void drawgraph_gdiplus(LPGW lpgw, HDC hdc, LPRECT rect);
43 extern void metafile_gdiplus(LPGW lpgw, HDC hdc, LPRECT rect, LPWSTR name);
44 extern HENHMETAFILE clipboard_gdiplus(LPGW lpgw, HDC hdc, LPRECT rect);
45 extern void print_gdiplus(LPGW lpgw, HDC hdc, HANDLE printer, LPRECT rect);
47 extern void SaveAsBitmap(LPGW lpgw);
H A Dwinmain.c170 LPGW lpgw; in WinExit() local
183 for (lpgw = listgraphs; lpgw != NULL; lpgw = lpgw->next) { in WinExit()
185 GraphClose(lpgw); in WinExit()
1362 while ((lpgw != NULL) && (lpgw->Id != id)) in win_raise_terminal_window()
1363 lpgw = lpgw->next; in win_raise_terminal_window()
1380 lpgw = lpgw->next; in win_raise_terminal_group()
1389 while ((lpgw != NULL) && (lpgw->Id != id)) in win_lower_terminal_window()
1390 lpgw = lpgw->next; in win_lower_terminal_window()
1402 lpgw = lpgw->next; in win_lower_terminal_group()
1411 LPGW lpgw; in WinWindowOpened() local
[all …]
H A Dwd2d.h47 extern void drawgraph_d2d(LPGW lpgw, HDC hdc, LPRECT rect);
49 extern void drawgraph_d2d(LPGW lpgw, HWND hwnd, LPRECT rect);
52 void InitFont_d2d(LPGW lpgw, HDC hdc, LPRECT rect);
H A Dwcommon.h119 void add_tooltip(LPGW lpgw, PRECT rect, LPWSTR text);
120 void clear_tooltips(LPGW lpgw);
121 void draw_update_keybox(LPGW lpgw, unsigned plotno, unsigned x, unsigned y);
122 int draw_enhanced_text(LPGW lpgw, LPRECT rect, int x, int y, const char * str);

12