Home
last modified time | relevance | path

Searched refs:SelectionLayerReadonly (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/dialog/
H A Ducanvassize.pas178 if AInstance.Image.SelectionLayerReadonly <> nil then
179 result.selectionLayer := ChangeCanvasSize(AInstance.Image.SelectionLayerReadonly,
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/image/
H A Duimage.pas182 function SelectionLayerReadonly: TBGRABitmap; in SelectionLayerReadonly() function
1267 if ALayer = SelectionLayerReadonly then
1545 FSelectionLayerAfterMask := SelectionLayerReadonly.GetPart(bounds) as TBGRABitmap;
1738 … LayerVisible[CurrentLayerIndex] and ((SelectionMask = nil) or (SelectionLayerReadonly = nil)) then
1755 (SelectionMask <> nil) and (SelectionLayerReadonly <> nil) then
2349 function TLazPaintImage.SelectionLayerReadonly: TBGRABitmap; in TLazPaintImage.SelectionLayerReadonly() function
H A Duimageaction.pas639 img := Image.SelectionLayerReadonly;
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/tools/
H A Dutool.pas776 if Manager.Image.SelectionMaskEmpty or not assigned(Manager.Image.SelectionLayerReadonly) then
779 Result:= Manager.Image.SelectionLayerReadonly;
1088 or (toolDest = Manager.Image.SelectionLayerReadonly)) and
1116 or (toolDest = Manager.Image.SelectionLayerReadonly)) and
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Dlazpaintmainform.pas2897 if image.SelectionLayerReadonly <> nil then
2899 newTexture := image.SelectionLayerReadonly.Duplicate as TBGRABitmap;