Home
last modified time | relevance | path

Searched refs:ExtCreatePen (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/
H A Dwin32-ExtCreatePen-zero-size.patch2 Bug 768348. Avoid ExtCreatePen failures by avoiding rounding widths and dash lengths down to zero. …
43 + /* zero dash-lengths cause ExtCreatePen to fail. Make the dashes
69 + /* ExtCreatePen will fail if passed zero width. We have to choose
75 pen = ExtCreatePen(pen_style,
82 return _cairo_win32_print_gdi_error ("_win32_surface_stroke:ExtCreatePen");
/dports/www/firefox/firefox-99.0/gfx/cairo/
H A Dwin32-ExtCreatePen-zero-size.patch2 Bug 768348. Avoid ExtCreatePen failures by avoiding rounding widths and dash lengths down to zero. …
43 + /* zero dash-lengths cause ExtCreatePen to fail. Make the dashes
69 + /* ExtCreatePen will fail if passed zero width. We have to choose
75 pen = ExtCreatePen(pen_style,
82 return _cairo_win32_print_gdi_error ("_win32_surface_stroke:ExtCreatePen");
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/
H A Dwin32-ExtCreatePen-zero-size.patch2 Bug 768348. Avoid ExtCreatePen failures by avoiding rounding widths and dash lengths down to zero. …
43 + /* zero dash-lengths cause ExtCreatePen to fail. Make the dashes
69 + /* ExtCreatePen will fail if passed zero width. We have to choose
75 pen = ExtCreatePen(pen_style,
82 return _cairo_win32_print_gdi_error ("_win32_surface_stroke:ExtCreatePen");
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/
H A Dwin32-ExtCreatePen-zero-size.patch2 Bug 768348. Avoid ExtCreatePen failures by avoiding rounding widths and dash lengths down to zero. …
43 + /* zero dash-lengths cause ExtCreatePen to fail. Make the dashes
69 + /* ExtCreatePen will fail if passed zero width. We have to choose
75 pen = ExtCreatePen(pen_style,
82 return _cairo_win32_print_gdi_error ("_win32_surface_stroke:ExtCreatePen");
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/
H A Dwin32-ExtCreatePen-zero-size.patch2 Bug 768348. Avoid ExtCreatePen failures by avoiding rounding widths and dash lengths down to zero. …
43 + /* zero dash-lengths cause ExtCreatePen to fail. Make the dashes
69 + /* ExtCreatePen will fail if passed zero width. We have to choose
75 pen = ExtCreatePen(pen_style,
82 return _cairo_win32_print_gdi_error ("_win32_surface_stroke:ExtCreatePen");
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/
H A Dwin32-ExtCreatePen-zero-size.patch2 Bug 768348. Avoid ExtCreatePen failures by avoiding rounding widths and dash lengths down to zero. …
43 + /* zero dash-lengths cause ExtCreatePen to fail. Make the dashes
69 + /* ExtCreatePen will fail if passed zero width. We have to choose
75 pen = ExtCreatePen(pen_style,
82 return _cairo_win32_print_gdi_error ("_win32_surface_stroke:ExtCreatePen");
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Win/
H A DPen.sml48 val ExtCreatePen : PenStyle list * int * LOGBRUSH * (int * int) list -> HPEN value
63 winCall5 (gdi "ExtCreatePen")
69 fun ExtCreatePen (ps: PenStyle list, width, log: LOGBRUSH, dashSp: (int*int) list) = function
/dports/editors/lazarus/lazarus/test/lcltests/
H A Dtestpen.pas58 Pen := ExtCreatePen(PenStyle, PenWidth, lb, Length(Dashes), @Dashes);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/test/lcltests/
H A Dtestpen.pas58 Pen := ExtCreatePen(PenStyle, PenWidth, lb, Length(Dashes), @Dashes);
/dports/editors/lazarus-qt5/lazarus/test/lcltests/
H A Dtestpen.pas58 Pen := ExtCreatePen(PenStyle, PenWidth, lb, Length(Dashes), @Dashes);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/test/lcltests/
H A Dtestpen.pas58 Pen := ExtCreatePen(PenStyle, PenWidth, lb, Length(Dashes), @Dashes);
/dports/graphics/zbar/zbar-0.23.90/zbar/window/
H A Dwin.c56 win->logo_zpen = ExtCreatePen(PS_GEOMETRIC | PS_SOLID | in _zbar_window_resize()
61 win->logo_zbpen = ExtCreatePen(PS_GEOMETRIC | PS_SOLID | in _zbar_window_resize()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/
H A Dinclude.h321 ( _hpen = ExtCreatePen(s, w, b, n, p), \
338 #define ZExtCreatePen(s, w, b, n, p) ExtCreatePen(s, w, b, n, p)
/dports/editors/lazarus/lazarus/lcl/include/
H A Dpen.inc421 // choose which function to use: CreatePenIndirect or ExtCreatePen
438 FReference._lclHandle := TLCLHandle(ExtCreatePen(AExtPen.elpPenStyle,
441 FReference._lclHandle := TLCLHandle(ExtCreatePen(AExtPen.elpPenStyle,
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dpen.inc421 // choose which function to use: CreatePenIndirect or ExtCreatePen
438 FReference._lclHandle := TLCLHandle(ExtCreatePen(AExtPen.elpPenStyle,
441 FReference._lclHandle := TLCLHandle(ExtCreatePen(AExtPen.elpPenStyle,
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dpen.inc421 // choose which function to use: CreatePenIndirect or ExtCreatePen
438 FReference._lclHandle := TLCLHandle(ExtCreatePen(AExtPen.elpPenStyle,
441 FReference._lclHandle := TLCLHandle(ExtCreatePen(AExtPen.elpPenStyle,
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dpen.inc421 // choose which function to use: CreatePenIndirect or ExtCreatePen
438 FReference._lclHandle := TLCLHandle(ExtCreatePen(AExtPen.elpPenStyle,
441 FReference._lclHandle := TLCLHandle(ExtCreatePen(AExtPen.elpPenStyle,
/dports/graphics/libemf/libemf-1.0.13/tests/
H A Dcheck1.c147 pen = ExtCreatePen( PS_SOLID, 1, &lbrush, 0, 0 ); in main()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_line_style.cxx103 HPEN newpen = ExtCreatePen(s1, width, &penbrush, n, n ? a : 0); in line_style()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A Dfl_line_style.cxx65 HPEN newpen = ExtCreatePen(s1, width, &penbrush, n, n ? a : 0); in fl_line_style()
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_line_style.cxx112 HPEN newpen = ExtCreatePen(s1, width, &penbrush, n, n ? a : 0); in line_style()
/dports/devel/upp/upp/bazaar/plugin/tcc/lib/
H A Dgdi32.def100 ExtCreatePen
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_line_style.cxx112 HPEN newpen = ExtCreatePen(s1, width, &penbrush, n, n ? a : 0); in line_style()
/dports/math/scilab/scilab-6.1.1/scilab/modules/windows_tools/src/c/scilab_windows/
H A DTextToPrint.c388 hPen = ExtCreatePen(PS_SOLID, 1, &lb, 0, NULL); in Footer()
438 hPen = ExtCreatePen(PS_SOLID, 1, &lb, 0, NULL); in PageHeader()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Demfcodec.c376 ExtCreatePen (MetafilePlayContext *context, BYTE *data, int size) in ExtCreatePen() function
612 status = ExtCreatePen (context, data, size); in gdip_metafile_play_emf()

12345678910>>...18