Go stdlib package — image/draw. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.Draw()NeutralDraw(dst Image, r image.Rectangle, src image.Image, sp image.Point, op Op)
Draw calls DrawMask with a nil mask.
.DrawMask()NeutralDrawMask(dst Image, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp image.Point, op Op)
DrawMask aligns r.Min in dst with sp in src and mp in mask and then replaces the rectangle r
.Op.Draw()NeutralOp.Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point)
Draw implements the Drawer interface by calling the Draw function with this
.Image()Neutraltype Image ...
Image is an image.Image with a Set method to change a single pixel.
.RGBA64Image()Neutraltype RGBA64Image ...
RGBA64Image extends both the Image and image.RGBA64Image interfaces with a
| FQN | Field | |
|---|---|---|
| image/draw | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
// standard library — no go.mod entry required
from codepathfinder.go_rule import ... # image/draw