Home
last modified time | relevance | path

Searched refs:DrawEditor (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/layeroriginal/
H A Dunit1.pas162 FLayers.DrawEditor(Bitmap, 0, 0,0, 8);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/layeroriginal/
H A Dunit1.pas162 FLayers.DrawEditor(Bitmap, 0, 0,0, 8);
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTed.c304 static void DrawEditor _ANSI_ARGS_((Editor *editor));
742 tedPtr->drawProc = DrawEditor;
1424 DrawEditor(editPtr) in DrawEditor() function
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgralayers.pas343 …function DrawEditor(ADest: TBGRABitmap; ALayerIndex: integer; X, Y: Integer; APointSize: single): … in DrawEditor() function
344 …function DrawEditor(ADest: TBGRABitmap; ALayerIndex: integer; AMatrix: TAffineMatrix; APointSize: … in DrawEditor() function
2448 function TBGRALayeredBitmap.DrawEditor(ADest: TBGRABitmap; in DrawEditor() function
2451 result := DrawEditor(ADest, ALayerIndex, AffineMatrixTranslation(X,Y), APointSize);
2454 function TBGRALayeredBitmap.DrawEditor(ADest: TBGRABitmap; ALayerIndex: integer; in DrawEditor() function
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgralayers.pas343 …function DrawEditor(ADest: TBGRABitmap; ALayerIndex: integer; X, Y: Integer; APointSize: single): … in DrawEditor() function
344 …function DrawEditor(ADest: TBGRABitmap; ALayerIndex: integer; AMatrix: TAffineMatrix; APointSize: … in DrawEditor() function
2448 function TBGRALayeredBitmap.DrawEditor(ADest: TBGRABitmap; in DrawEditor() function
2451 result := DrawEditor(ADest, ALayerIndex, AffineMatrixTranslation(X,Y), APointSize);
2454 function TBGRALayeredBitmap.DrawEditor(ADest: TBGRABitmap; ALayerIndex: integer; in DrawEditor() function
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/tools/
H A Dutoolvectorial.pas961 result := Manager.Image.CurrentState.LayeredBitmap.DrawEditor(VirtualScreen,
/dports/graphics/lazpaint/lazpaint-7.1.6/vectoredit/
H A Dumain.pas495 FLastEditorBounds := img.DrawEditor(Bitmap, vectorLayerIndex, zoom, EditorPointSize)