Home
last modified time | relevance | path

Searched refs:dwPenStyle (Results 1 – 25 of 127) sorted by relevance

123456

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dmetafile.c444 gdip_metafile_ExtCreatePen (MetafilePlayContext *context, DWORD dwPenStyle, DWORD dwWidth, CONST LO… in gdip_metafile_ExtCreatePen() argument
452 int s = dwPenStyle & PS_STYLE_MASK; in gdip_metafile_ExtCreatePen()
456 printf ("ExtCreatePenIndirect style %d, width %d, color %X", dwPenStyle, dwWidth, color); in gdip_metafile_ExtCreatePen()
471 g_warning ("Invalid pen style %d, style & PS_STYLE_MASK %d", dwPenStyle, s); in gdip_metafile_ExtCreatePen()
490 s = (dwPenStyle & PS_TYPE_MASK); in gdip_metafile_ExtCreatePen()
492 s = (dwPenStyle & PS_ENDCAP_MASK); in gdip_metafile_ExtCreatePen()
495 g_warning ("Invalid pen endcap, style %d, (style & PS_ENDCAP_MASK) %d", dwPenStyle, s); in gdip_metafile_ExtCreatePen()
510 s = (dwPenStyle & PS_JOIN_MASK); in gdip_metafile_ExtCreatePen()
513 g_warning ("Invalid pen join, style %d, (style & PS_JOIN_MASK) %d", dwPenStyle, s); in gdip_metafile_ExtCreatePen()
H A Dmetafile-private.h161 GpStatus gdip_metafile_ExtCreatePen (MetafilePlayContext *context, DWORD dwPenStyle, DWORD dwWidth,…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go226 func ExtCreatePen(dwPenStyle, dwWidth uint, lplb *LOGBRUSH, dwStyleCount uint, lpStyle *uint) HPEN { argument
228 uintptr(dwPenStyle),
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/w32/
H A Dgdi32.go226 func ExtCreatePen(dwPenStyle, dwWidth uint, lplb *LOGBRUSH, dwStyleCount uint, lpStyle *uint) HPEN { argument
228 uintptr(dwPenStyle),
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/shirou/w32/
H A Dgdi32.go226 func ExtCreatePen(dwPenStyle, dwWidth uint, lplb *LOGBRUSH, dwStyleCount uint, lpStyle *uint) HPEN { argument
228 uintptr(dwPenStyle),
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go226 func ExtCreatePen(dwPenStyle, dwWidth uint, lplb *LOGBRUSH, dwStyleCount uint, lpStyle *uint) HPEN { argument
228 uintptr(dwPenStyle),
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go226 func ExtCreatePen(dwPenStyle, dwWidth uint, lplb *LOGBRUSH, dwStyleCount uint, lpStyle *uint) HPEN { argument
228 uintptr(dwPenStyle),
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/shirou/w32/
H A Dgdi32.go226 func ExtCreatePen(dwPenStyle, dwWidth uint, lplb *LOGBRUSH, dwStyleCount uint, lpStyle *uint) HPEN { argument
228 uintptr(dwPenStyle),
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/shirou/w32/
H A Dgdi32.go226 func ExtCreatePen(dwPenStyle, dwWidth uint, lplb *LOGBRUSH, dwStyleCount uint, lpStyle *uint) HPEN { argument
228 uintptr(dwPenStyle),
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/shirou/w32/
H A Dgdi32.go226 func ExtCreatePen(dwPenStyle, dwWidth uint, lplb *LOGBRUSH, dwStyleCount uint, lpStyle *uint) HPEN { argument
228 uintptr(dwPenStyle),
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go226 func ExtCreatePen(dwPenStyle, dwWidth uint, lplb *LOGBRUSH, dwStyleCount uint, lpStyle *uint) HPEN { argument
228 uintptr(dwPenStyle),
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/shirou/w32/
H A Dgdi32.go226 func ExtCreatePen(dwPenStyle, dwWidth uint, lplb *LOGBRUSH, dwStyleCount uint, lpStyle *uint) HPEN { argument
228 uintptr(dwPenStyle),
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go226 func ExtCreatePen(dwPenStyle, dwWidth uint, lplb *LOGBRUSH, dwStyleCount uint, lpStyle *uint) HPEN { argument
228 uintptr(dwPenStyle),
/dports/editors/lazarus/lazarus/lcl/interfaces/cocoa/
H A Dcocoagdiobjects.pas200 …constructor Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush; dwStyleCount: DWord; lpStyle…
2983 constructor TCocoaPen.Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush;
2988 case dwPenStyle and PS_STYLE_MASK of
3001 FIsGeometric := (dwPenStyle and PS_TYPE_MASK) = PS_GEOMETRIC;
3005 case dwPenStyle and PS_JOIN_MASK of
3011 case dwPenStyle and PS_ENDCAP_MASK of
3021 if (dwPenStyle and PS_STYLE_MASK) = PS_USERSTYLE then
3028 FStyle := dwPenStyle and PS_STYLE_MASK;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/cocoa/
H A Dcocoagdiobjects.pas200 …constructor Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush; dwStyleCount: DWord; lpStyle…
2983 constructor TCocoaPen.Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush;
2988 case dwPenStyle and PS_STYLE_MASK of
3001 FIsGeometric := (dwPenStyle and PS_TYPE_MASK) = PS_GEOMETRIC;
3005 case dwPenStyle and PS_JOIN_MASK of
3011 case dwPenStyle and PS_ENDCAP_MASK of
3021 if (dwPenStyle and PS_STYLE_MASK) = PS_USERSTYLE then
3028 FStyle := dwPenStyle and PS_STYLE_MASK;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoagdiobjects.pas200 …constructor Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush; dwStyleCount: DWord; lpStyle…
3028 constructor TCocoaPen.Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush;
3033 case dwPenStyle and PS_STYLE_MASK of
3046 FIsGeometric := (dwPenStyle and PS_TYPE_MASK) = PS_GEOMETRIC;
3050 case dwPenStyle and PS_JOIN_MASK of
3056 case dwPenStyle and PS_ENDCAP_MASK of
3066 if (dwPenStyle and PS_STYLE_MASK) = PS_USERSTYLE then
3073 FStyle := dwPenStyle and PS_STYLE_MASK;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoagdiobjects.pas200 …constructor Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush; dwStyleCount: DWord; lpStyle…
3028 constructor TCocoaPen.Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush;
3033 case dwPenStyle and PS_STYLE_MASK of
3046 FIsGeometric := (dwPenStyle and PS_TYPE_MASK) = PS_GEOMETRIC;
3050 case dwPenStyle and PS_JOIN_MASK of
3056 case dwPenStyle and PS_ENDCAP_MASK of
3066 if (dwPenStyle and PS_STYLE_MASK) = PS_USERSTYLE then
3073 FStyle := dwPenStyle and PS_STYLE_MASK;
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/
H A Dcarbongdiobjects.pp222 …constructor Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush; dwStyleCount: DWord; lpStyle…
1969 constructor TCarbonPen.Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush; dwStyleCount: DWor…
1973 case dwPenStyle and PS_STYLE_MASK of
1986 FIsGeometric := (dwPenStyle and PS_TYPE_MASK) = PS_GEOMETRIC;
1990 case dwPenStyle and PS_JOIN_MASK of
1996 case dwPenStyle and PS_ENDCAP_MASK of
2006 if (dwPenStyle and PS_STYLE_MASK) = PS_USERSTYLE then
2013 FStyle := dwPenStyle and PS_STYLE_MASK;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/
H A Dcarbongdiobjects.pp225 …constructor Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush; dwStyleCount: DWord; lpStyle…
1972 constructor TCarbonPen.Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush; dwStyleCount: DWor…
1976 case dwPenStyle and PS_STYLE_MASK of
1989 FIsGeometric := (dwPenStyle and PS_TYPE_MASK) = PS_GEOMETRIC;
1993 case dwPenStyle and PS_JOIN_MASK of
1999 case dwPenStyle and PS_ENDCAP_MASK of
2009 if (dwPenStyle and PS_STYLE_MASK) = PS_USERSTYLE then
2016 FStyle := dwPenStyle and PS_STYLE_MASK;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/
H A Dcarbongdiobjects.pp222 …constructor Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush; dwStyleCount: DWord; lpStyle…
1969 constructor TCarbonPen.Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush; dwStyleCount: DWor…
1973 case dwPenStyle and PS_STYLE_MASK of
1986 FIsGeometric := (dwPenStyle and PS_TYPE_MASK) = PS_GEOMETRIC;
1990 case dwPenStyle and PS_JOIN_MASK of
1996 case dwPenStyle and PS_ENDCAP_MASK of
2006 if (dwPenStyle and PS_STYLE_MASK) = PS_USERSTYLE then
2013 FStyle := dwPenStyle and PS_STYLE_MASK;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/
H A Dcarbongdiobjects.pp225 …constructor Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush; dwStyleCount: DWord; lpStyle…
1972 constructor TCarbonPen.Create(dwPenStyle, dwWidth: DWord; const lplb: TLogBrush; dwStyleCount: DWor…
1976 case dwPenStyle and PS_STYLE_MASK of
1989 FIsGeometric := (dwPenStyle and PS_TYPE_MASK) = PS_GEOMETRIC;
1993 case dwPenStyle and PS_JOIN_MASK of
1999 case dwPenStyle and PS_ENDCAP_MASK of
2009 if (dwPenStyle and PS_STYLE_MASK) = PS_USERSTYLE then
2016 FStyle := dwPenStyle and PS_STYLE_MASK;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/
H A Dgtk3winapi.inc1383 function TGtk3WidgetSet.ExtCreatePen(dwPenStyle, dwWidth: DWord;
1393 case dwPenStyle and PS_STYLE_MASK of
1404 APen.Cosmetic := (dwPenStyle and PS_TYPE_MASK) = PS_COSMETIC;
1406 if (dwPenStyle and PS_TYPE_MASK) = PS_GEOMETRIC then
1409 case dwPenStyle and PS_JOIN_MASK of
1414 case dwPenStyle and PS_ENDCAP_MASK of
1421 if (dwPenStyle and PS_STYLE_MASK) = PS_USERSTYLE then
1428 …APen.LogPen.lopnStyle := (dwPenStyle and PS_STYLE_MASK) or (dwPenStyle and PS_JOIN_MASK) or (dwPen…
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/
H A Dgtk3winapi.inc1383 function TGtk3WidgetSet.ExtCreatePen(dwPenStyle, dwWidth: DWord;
1393 case dwPenStyle and PS_STYLE_MASK of
1404 APen.Cosmetic := (dwPenStyle and PS_TYPE_MASK) = PS_COSMETIC;
1406 if (dwPenStyle and PS_TYPE_MASK) = PS_GEOMETRIC then
1409 case dwPenStyle and PS_JOIN_MASK of
1414 case dwPenStyle and PS_ENDCAP_MASK of
1421 if (dwPenStyle and PS_STYLE_MASK) = PS_USERSTYLE then
1428 …APen.LogPen.lopnStyle := (dwPenStyle and PS_STYLE_MASK) or (dwPenStyle and PS_JOIN_MASK) or (dwPen…
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/
H A Dgtk3winapi.inc1396 function TGtk3WidgetSet.ExtCreatePen(dwPenStyle, dwWidth: DWord;
1406 case dwPenStyle and PS_STYLE_MASK of
1417 APen.Cosmetic := (dwPenStyle and PS_TYPE_MASK) = PS_COSMETIC;
1419 if (dwPenStyle and PS_TYPE_MASK) = PS_GEOMETRIC then
1422 case dwPenStyle and PS_JOIN_MASK of
1427 case dwPenStyle and PS_ENDCAP_MASK of
1434 if (dwPenStyle and PS_STYLE_MASK) = PS_USERSTYLE then
1441 …APen.LogPen.lopnStyle := (dwPenStyle and PS_STYLE_MASK) or (dwPenStyle and PS_JOIN_MASK) or (dwPen…
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/
H A Dgtk3winapi.inc1396 function TGtk3WidgetSet.ExtCreatePen(dwPenStyle, dwWidth: DWord;
1406 case dwPenStyle and PS_STYLE_MASK of
1417 APen.Cosmetic := (dwPenStyle and PS_TYPE_MASK) = PS_COSMETIC;
1419 if (dwPenStyle and PS_TYPE_MASK) = PS_GEOMETRIC then
1422 case dwPenStyle and PS_JOIN_MASK of
1427 case dwPenStyle and PS_ENDCAP_MASK of
1434 if (dwPenStyle and PS_STYLE_MASK) = PS_USERSTYLE then
1441 …APen.LogPen.lopnStyle := (dwPenStyle and PS_STYLE_MASK) or (dwPenStyle and PS_JOIN_MASK) or (dwPen…

123456