Home
last modified time | relevance | path

Searched refs:margX (Results 1 – 6 of 6) sorted by relevance

/dports/editors/lazarus/lazarus/components/tachart/
H A Dtalegend.pas715 margX, margY, space: Integer;
718 margX := FDrawer.Scale(MarginX);
728 sidebar.X := 2 * margX;
733 sidebar.Y := 2 * margX;
741 x := AClipRect.Left + margX;
743 x := AClipRect.Right - legendSize.X - margX;
/dports/editors/lazarus-qt5/lazarus/components/tachart/
H A Dtalegend.pas715 margX, margY, space: Integer;
718 margX := FDrawer.Scale(MarginX);
728 sidebar.X := 2 * margX;
733 sidebar.Y := 2 * margX;
741 x := AClipRect.Left + margX;
743 x := AClipRect.Right - legendSize.X - margX;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtalegend.pas769 margX, margY, space: Integer;
772 margX := FDrawer.Scale(MarginX);
782 sidebar.X := 2 * margX;
787 sidebar.Y := 2 * margX;
795 x := AClipRect.Left + margX;
797 x := AClipRect.Right - legendSize.X - margX;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtalegend.pas769 margX, margY, space: Integer;
772 margX := FDrawer.Scale(MarginX);
782 sidebar.X := 2 * margX;
787 sidebar.Y := 2 * margX;
795 x := AClipRect.Left + margX;
797 x := AClipRect.Right - legendSize.X - margX;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqwindowsmobilestyle.cpp6813 int margX = (groupBox->features & QStyleOptionFrameV2::Flat) ? 0 : 2; local
6815 rect = groupBox->rect.adjusted(margX, margY, -margX, 0);
/dports/graphics/impressive/Impressive-0.13.0-beta2/
H A Dimpressive.py6329 margX = (OverviewCellX - dummy.size[0]) // 2
6334 OverviewImage.paste(dummy, (pos[0] + margX, pos[1] + margY))