Home
last modified time | relevance | path

Searched refs:SelectionMaskEmpty (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/image/
H A Dulayeraction.pas129 if CurrentState.SelectionMaskEmpty then result := BackupSelectedLayer else
147 if CurrentState.SelectionMaskEmpty then result := GetSelectedImageLayer else
330 if CurrentState.SelectionMaskEmpty then RestoreSelectedLayer
389 if not CurrentState.SelectionMaskEmpty or (CurrentState.SelectionLayer <> nil) then
403 if not CurrentState.SelectionMaskEmpty then
419 …if not CurrentState.SelectionLayerEmpty and not (AApplyMask and CurrentState.SelectionMaskEmpty) t…
441 if not CurrentState.SelectionMaskEmpty then
467 if not CurrentState.SelectionMaskEmpty then
595 if CurrentState.SelectionMaskEmpty then
651 if not CurrentState.SelectionMaskEmpty then
H A Duimageaction.pas972 if image.SelectionMaskEmpty then
1016 if image.SelectionMaskEmpty then
1021 if not image.SelectionMaskEmpty then
1354 if not image.SelectionMaskEmpty then
1498 if image.SelectionMaskEmpty then exit;
1522 if image.SelectionMaskEmpty then exit;
1545 if image.SelectionMaskEmpty then exit;
1567 if image.SelectionMaskEmpty then exit;
1586 if image.SelectionMaskEmpty then exit;
1725 if image.SelectionMaskEmpty then
[all …]
H A Duimage.pas280 property SelectionMaskEmpty: boolean read GetSelectionMaskEmpty; property
797 if SelectionMaskEmpty then result := GetSelectedImageLayer else
1335 if (AIndex = CurrentLayerIndex) and not SelectionMaskEmpty then
1506 result := FCurrentState.SelectionMaskEmpty;
1540 if SelectionMaskEmpty or SelectionLayerIsEmpty then
1757 if not SelectionMaskEmpty and not SelectionLayerIsEmpty then
2280 if SelectionMaskEmpty and SelectionLayerIsEmpty then
H A Duimagestate.pas112 function SelectionMaskEmpty: boolean; in SelectionMaskEmpty() function
1091 function TImageState.SelectionMaskEmpty: boolean; in SelectionMaskEmpty() function
1103 if SelectionMaskEmpty then
H A Duimagediff.pas1242 if not ImgState.SelectionMaskEmpty then
1269 if not ImgState.SelectionMaskEmpty then
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Dlazpaintmainform.pas1996 if Image.SelectionMaskEmpty then
2107 FileSaveSelectionAs.Enabled := not Image.SelectionMaskEmpty;
2326 ImageCropLayer.Enabled := not image.SelectionMaskEmpty;
2452 LayerMove.Enabled := Image.CurrentLayerVisible and Image.SelectionMaskEmpty;
2545 ImageCrop.Enabled := not image.SelectionMaskEmpty;
2651 ToolRotateSelection.Enabled := not image.SelectionMaskEmpty;
3437 (not image.SelectionMaskEmpty and
3772 EditDeselect.Enabled := not image.SelectionMaskEmpty;
3773 if image.SelectionMaskEmpty then FSaveSelectionInitialFilename := '';
3801 if not image.SelectionMaskEmpty and not image.SelectionLayerIsEmpty then
[all …]
H A Duselectionhighlight.pas119 if FImage.SelectionMaskEmpty then
299 if FImage.SelectionMaskEmpty then exit;
H A Dufilterconnector.pas103 if ApplyOnSelectionLayer or FLazPaintInstance.Image.SelectionMaskEmpty then
H A Dufilters.pas116 …if (filter = pfLinearNegative) and AInstance.Image.SelectionMaskEmpty and (AInstance.Image.NbLayer…
H A Dumainformlayout.pas461 if not LazPaintInstance.Image.SelectionMaskEmpty then
H A Dmaintoolbar.inc1644 SelectionHorizontalFlip.Enabled := not image.SelectionMaskEmpty;
1649 SelectionVerticalFlip.Enabled := not image.SelectionMaskEmpty;
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/tools/
H A Dutoolvectorial.pas1083 Manager.Image.SelectionMaskEmpty then result := true
1178 if not Manager.Image.SelectionMaskEmpty then
1335 if not handled and not Manager.Image.SelectionMaskEmpty then
1673 if not IsSelectingTool and Manager.Image.SelectionMaskEmpty and
1828 if not AlwaysRasterizeShape and Manager.Image.SelectionMaskEmpty then
2081 FLayerWasEmpty := Manager.Image.SelectionMaskEmpty
2082 else if Manager.Image.SelectionMaskEmpty then
2329 and not AlwaysRasterizeShape and Manager.Image.SelectionMaskEmpty and not FLayerWasEmpty;
H A Dutoolselect.pas391 if not FHandRotating and not FHandTranslating and not Manager.Image.SelectionMaskEmpty then
566 if not handMoving and not Manager.Image.SelectionMaskEmpty then
H A Dutoolfloodfill.pas142 if Manager.Image.SelectionMaskEmpty then
H A Dutoolbrush.pas349 if IsSelectingTool or not Manager.Image.SelectionMaskEmpty then
H A Dutool.pas776 if Manager.Image.SelectionMaskEmpty or not assigned(Manager.Image.SelectionLayerReadonly) then
911 FAction := Manager.Image.CreateAction(not IsSelectingTool And Manager.Image.SelectionMaskEmpty,
912 IsSelectingTool or not Manager.Image.SelectionMaskEmpty);
1198 if not IsSelectingTool and Manager.Image.SelectionMaskEmpty then