Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for drawBox (0.07 sec)

  1. docs/en/docs/img/deployment/https/https08.drawio

    Sebastián Ramírez <******@****.***> 1652313976 -0500
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 20.9K bytes
    - Viewed (0)
  2. docs/en/docs/img/deployment/concepts/process-ram.drawio

    Sebastián Ramírez <******@****.***> 1652313976 -0500
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 10K bytes
    - Viewed (0)
  3. src/image/draw/bench_test.go

    		x := 3 * i % (dstw - srcw)
    		y := 7 * i % (dsth - srch)
    
    		DrawMask(dst, dst.Bounds().Add(image.Pt(x, y)), src, image.Point{}, mask, image.Point{}, op)
    	}
    }
    
    // The BenchmarkFoo functions exercise a drawFoo fast-path function in draw.go.
    
    func BenchmarkFillOver(b *testing.B) {
    	bench(b, color.RGBAModel, nil, nil, Over)
    }
    
    func BenchmarkFillSrc(b *testing.B) {
    	bench(b, color.RGBAModel, nil, nil, Src)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 18:07:05 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top