Home
last modified time | relevance | path

Searched refs:IsExtPen (Results 1 – 25 of 76) sorted by relevance

1234

/dports/editors/lazarus/lazarus/lcl/interfaces/gtk/
H A Dgtkdevicecontext.inc1116 IsGeometric, IsExtPen: Boolean;
1149 IsExtPen := CurrentPen^.IsExtPen;
1152 if IsExtPen then
1162 if IsExtPen and IsGeometric then
1185 if (PenStyle = PS_USERSTYLE) and (not IsExtPen or (CurrentPen^.GDIPenDashesCount = 0)) then
H A Dgtkdef.pp187 IsExtPen: Boolean;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkdevicecontext.inc1116 IsGeometric, IsExtPen: Boolean;
1149 IsExtPen := CurrentPen^.IsExtPen;
1152 if IsExtPen then
1162 if IsExtPen and IsGeometric then
1185 if (PenStyle = PS_USERSTYLE) and (not IsExtPen or (CurrentPen^.GDIPenDashesCount = 0)) then
H A Dgtkdef.pp187 IsExtPen: Boolean;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk/
H A Dgtkdevicecontext.inc1116 IsGeometric, IsExtPen: Boolean;
1149 IsExtPen := CurrentPen^.IsExtPen;
1152 if IsExtPen then
1162 if IsExtPen and IsGeometric then
1185 if (PenStyle = PS_USERSTYLE) and (not IsExtPen or (CurrentPen^.GDIPenDashesCount = 0)) then
H A Dgtkdef.pp187 IsExtPen: Boolean;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkdevicecontext.inc1116 IsGeometric, IsExtPen: Boolean;
1149 IsExtPen := CurrentPen^.IsExtPen;
1152 if IsExtPen then
1162 if IsExtPen and IsGeometric then
1185 if (PenStyle = PS_USERSTYLE) and (not IsExtPen or (CurrentPen^.GDIPenDashesCount = 0)) then
H A Dgtkdef.pp187 IsExtPen: Boolean;
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk2/
H A Dgtk2devicecontext.inc1138 IsGeometric, IsExtPen: Boolean;
1171 IsExtPen := CurrentPen^.IsExtPen;
1174 if IsExtPen then
1184 if IsExtPen and IsGeometric then
1207 if (PenStyle = PS_USERSTYLE) and (not IsExtPen or (CurrentPen^.GDIPenDashesCount = 0)) then
H A Dgtk2def.pp184 IsExtPen: Boolean;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk2/
H A Dgtk2devicecontext.inc1138 IsGeometric, IsExtPen: Boolean;
1171 IsExtPen := CurrentPen^.IsExtPen;
1174 if IsExtPen then
1184 if IsExtPen and IsGeometric then
1207 if (PenStyle = PS_USERSTYLE) and (not IsExtPen or (CurrentPen^.GDIPenDashesCount = 0)) then
H A Dgtk2def.pp184 IsExtPen: Boolean;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2devicecontext.inc1143 IsGeometric, IsExtPen: Boolean;
1176 IsExtPen := CurrentPen^.IsExtPen;
1179 if IsExtPen then
1189 if IsExtPen and IsGeometric then
1212 if (PenStyle = PS_USERSTYLE) and (not IsExtPen or (CurrentPen^.GDIPenDashesCount = 0)) then
H A Dgtk2def.pp183 IsExtPen: Boolean;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2devicecontext.inc1143 IsGeometric, IsExtPen: Boolean;
1176 IsExtPen := CurrentPen^.IsExtPen;
1179 if IsExtPen then
1189 if IsExtPen and IsGeometric then
1212 if (PenStyle = PS_USERSTYLE) and (not IsExtPen or (CurrentPen^.GDIPenDashesCount = 0)) then
H A Dgtk2def.pp183 IsExtPen: Boolean;
/dports/editors/lazarus/lazarus/lcl/interfaces/cocoa/
H A Dcocoagdiobjects.pas210 property IsExtPen: Boolean read FIsExtPen; property
2926 if IsExtPen then
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/cocoa/
H A Dcocoagdiobjects.pas210 property IsExtPen: Boolean read FIsExtPen; property
2926 if IsExtPen then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoagdiobjects.pas210 property IsExtPen: Boolean read FIsExtPen; property
2971 if IsExtPen then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoagdiobjects.pas210 property IsExtPen: Boolean read FIsExtPen; property
2971 if IsExtPen then
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/
H A Dgtk3objects.pas121 property IsExtPen: Boolean read FIsExtPen write FIsExtPen; property
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/
H A Dgtk3objects.pas121 property IsExtPen: Boolean read FIsExtPen write FIsExtPen; property
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/
H A Dcarbongdiobjects.pp227 property IsExtPen: Boolean read FIsExtPen;
2060 if IsExtPen then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/
H A Dcarbongdiobjects.pp230 property IsExtPen: Boolean read FIsExtPen;
2063 if IsExtPen then
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/
H A Dcarbongdiobjects.pp227 property IsExtPen: Boolean read FIsExtPen;
2060 if IsExtPen then

1234