Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for drawn (0.2 sec)

  1. api/go1.1.txt

    pkg image, const YCbCrSubsampleRatio422 = 1
    pkg image, const YCbCrSubsampleRatio440 = 3
    pkg image, const YCbCrSubsampleRatio440 YCbCrSubsampleRatio
    pkg image, const YCbCrSubsampleRatio444 = 0
    pkg image/draw, const Over = 0
    pkg image/draw, const Src = 1
    pkg image/jpeg, const DefaultQuality = 75
    pkg io, type ByteWriter interface { WriteByte }
    pkg io, type ByteWriter interface, WriteByte(uint8) error
    pkg io, var ErrNoProgress error
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  2. src/cmd/asm/internal/lex/lex_test.go

    		result := drain(input)
    		if result != test.output {
    			t.Errorf("%s: got %q expected %q", test.name, result, test.output)
    		}
    	}
    }
    
    // lines joins the arguments together as complete lines.
    func lines(a ...string) string {
    	return strings.Join(a, "\n") + "\n"
    }
    
    // drain returns a single string representing the processed input tokens.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 07:48:38 GMT 2023
    - 5.8K bytes
    - Viewed (0)
  3. 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 Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 18K bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg image/draw, method (Op) Draw(Image, image.Rectangle, image.Image, image.Point)
    pkg image/draw, type Drawer interface { Draw }
    pkg image/draw, type Drawer interface, Draw(Image, image.Rectangle, image.Image, image.Point)
    pkg image/draw, type Quantizer interface { Quantize }
    pkg image/draw, type Quantizer interface, Quantize(color.Palette, image.Image) color.Palette
    pkg image/draw, var FloydSteinberg Drawer
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  5. 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 Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top