Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for Draw (5.58 sec)

  1. api/go1.17.txt

    pkg image, type RGBA64Image interface, RGBA64At(int, int) color.RGBA64
    pkg image/draw, type RGBA64Image interface { At, Bounds, ColorModel, RGBA64At, Set, SetRGBA64 }
    pkg image/draw, type RGBA64Image interface, At(int, int) color.Color
    pkg image/draw, type RGBA64Image interface, Bounds() image.Rectangle
    pkg image/draw, type RGBA64Image interface, ColorModel() color.Model
    pkg image/draw, type RGBA64Image interface, RGBA64At(int, int) color.RGBA64
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 18K bytes
    - Viewed (0)
  2. src/archive/zip/reader_test.go

    			readTestZip(t, zt)
    		})
    	}
    }
    
    func readTestZip(t *testing.T, zt ZipTest) {
    	var z *Reader
    	var err error
    	var raw []byte
    	if zt.Source != nil {
    		rat, size := zt.Source()
    		z, err = NewReader(rat, size)
    		raw = make([]byte, size)
    		if _, err := rat.ReadAt(raw, 0); err != nil {
    			t.Errorf("ReadAt error=%v", err)
    			return
    		}
    	} else {
    		path := filepath.Join("testdata", zt.Name)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/s390x.s

    	SLD	$4, R3, R6              // eb630004000d
    	SLD	R2, R3, R6              // eb632000000d
    	SRAD	$4, R5, R8              // eb850004000a
    	SRAD	R3, R5, R8              // eb853000000a
    	SRAW	$4, R5, R8              // eb85000400dc
    	SRAW	R3, R5, R8              // eb85300000dc
    	RLL	R1, R2, R3              // eb321000001d
    	RLL	$4, R2, R3              // eb320004001d
    	RLLG	R1, R2, R3              // eb321000001c
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 03:55:32 GMT 2023
    - 21.6K bytes
    - Viewed (0)
  4. doc/go1.17_spec.html

    obtained from concatenating a sequence of characters. There are two forms:
    raw string literals and interpreted string literals.
    </p>
    
    <p>
    Raw string literals are character sequences between back quotes, as in
    <code>`foo`</code>.  Within the quotes, any character may appear except
    back quote. The value of a raw string literal is the
    string composed of the uninterpreted (implicitly UTF-8-encoded) characters
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const DLT_RAIF1 ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_RAW = 12
    pkg syscall (netbsd-arm64-cgo), const DLT_RAWAF_MASK = 35913728
    pkg syscall (netbsd-arm64-cgo), const DLT_RAWAF_MASK ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_RAW ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_RIO = 124
    pkg syscall (netbsd-arm64-cgo), const DLT_RIO ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  6. api/go1.3.txt

    pkg crypto/x509, type CertificateRequest struct, PublicKey interface{}
    pkg crypto/x509, type CertificateRequest struct, PublicKeyAlgorithm PublicKeyAlgorithm
    pkg crypto/x509, type CertificateRequest struct, Raw []uint8
    pkg crypto/x509, type CertificateRequest struct, RawSubject []uint8
    pkg crypto/x509, type CertificateRequest struct, RawSubjectPublicKeyInfo []uint8
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg image/color, var YCbCrModel Model
    pkg image/draw, const Over Op
    pkg image/draw, const Src Op
    pkg image/draw, func Draw(Image, image.Rectangle, image.Image, image.Point, Op)
    pkg image/draw, func DrawMask(Image, image.Rectangle, image.Image, image.Point, image.Image, image.Point, Op)
    pkg image/draw, type Image interface { At, Bounds, ColorModel, Set }
    pkg image/draw, type Image interface, At(int, int) color.Color
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  8. src/archive/tar/common.go

    // no holes in it). On the other hand, the zero value of sparseDatas implies
    // that the file has no data in it, which is rather odd.
    //
    // As an example, if the underlying raw file contains the 10-byte data:
    //
    //	var compactFile = "abcdefgh"
    //
    // And the sparse map has the following entries:
    //
    //	var spd sparseDatas = []sparseEntry{
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), const DLT_PPP_SERIAL ideal-int
    pkg syscall (darwin-arm64), const DLT_PRONET = 4
    pkg syscall (darwin-arm64), const DLT_PRONET ideal-int
    pkg syscall (darwin-arm64), const DLT_RAW = 12
    pkg syscall (darwin-arm64), const DLT_RAW ideal-int
    pkg syscall (darwin-arm64), const DLT_SLIP = 8
    pkg syscall (darwin-arm64), const DLT_SLIP ideal-int
    pkg syscall (darwin-arm64), const DLT_SLIP_BSDOS = 15
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  10. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DLT_PRONET ideal-int
    pkg syscall (freebsd-arm64), const DLT_RAIF1 = 198
    pkg syscall (freebsd-arm64), const DLT_RAIF1 ideal-int
    pkg syscall (freebsd-arm64), const DLT_RAW = 12
    pkg syscall (freebsd-arm64), const DLT_RAW ideal-int
    pkg syscall (freebsd-arm64), const DLT_RIO = 124
    pkg syscall (freebsd-arm64), const DLT_RIO ideal-int
    pkg syscall (freebsd-arm64), const DLT_SCCP = 142
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
Back to top