Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 63 for rectangle (0.16 sec)

  1. src/image/draw/draw_test.go

    //
    // Unlike slowerRGBA, it does not implement the draw.RGBA64Image interface.
    type slowestRGBA struct {
    	Pix    []uint8
    	Stride int
    	Rect   image.Rectangle
    }
    
    func (p *slowestRGBA) ColorModel() color.Model { return color.RGBAModel }
    
    func (p *slowestRGBA) Bounds() image.Rectangle { return p.Rect }
    
    func (p *slowestRGBA) At(x, y int) color.Color {
    	return p.RGBA64At(x, y)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 18:07:05 UTC 2023
    - 26K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/swift-application-configurations.dot

    digraph swiftApplicationConfigurations {
      graph [ dpi = 100, fontname="Sans"];
      node [fontname = "Sans"];
      edge [fontname = "Sans"];
      node [shape=rectangle, fixedsize=true, width=2.6, height=0.5];
    
      subgraph central {
        node[style=filled, fillcolor=white]
        implementation -> mainVariantImplementation [style=invis, weight=1000]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/visual-studio-task-graph.dot

    digraph visualStudioTaskGraph {
      graph [ dpi = 100, fontname="Sans"];
      node [fontname = "Sans"];
      edge [fontname = "Sans"];
      node [shape=rectangle, fixedsize=true, width=3.3, height=0.5];
      node [style=filled, fillcolor="#cfe2f3"]
      rankdir=LR
    
    
      subgraph cluster_cppApplication {
        label = "C++ Application Plugin"
        color = black
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/img/swift-library-configurations.dot

    digraph swiftLibraryConfigurations {
      graph [ dpi = 100, fontname="Sans"];
      node [fontname = "Sans"];
      edge [fontname = "Sans"];
      node [shape=rectangle, fixedsize=true, width=2.5, height=0.5];
    
      subgraph central {
        node[style=filled, fillcolor=white]
        api -> implementation -> mainVariantImplementation [style=invis, weight=1000]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/img/cpp-library-configurations.dot

    digraph cppLibraryConfigurations {
      graph [ dpi = 100, fontname="Sans"];
      node [fontname = "Sans"];
      edge [fontname = "Sans"];
      node [shape=rectangle, fixedsize=true, width=2.5, height=0.5];
    
      subgraph central {
        node[style=filled, fillcolor=white]
        api -> implementation -> mainVariantImplementation [style=invis, weight=1000]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  6. src/image/gif/reader.go

    	//	imageBounds := image.Rect(0, 0, d.width, d.height)
    	//	if !frameBounds.In(imageBounds) { etc }
    	// but the semantics of the Go image.Rectangle type is that r.In(s) is true
    	// whenever r is an empty rectangle, even if r.Min.X > s.Max.X. Here, we
    	// want something stricter.
    	//
    	// Note that, by construction, left >= 0 && top >= 0, so we only have to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:15:54 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  7. api/go1.6.txt

    pkg html/template, method (*Template) DefinedTemplates() string
    pkg image, func NewNYCbCrA(Rectangle, YCbCrSubsampleRatio) *NYCbCrA
    pkg image, method (*NYCbCrA) AOffset(int, int) int
    pkg image, method (*NYCbCrA) At(int, int) color.Color
    pkg image, method (*NYCbCrA) Bounds() Rectangle
    pkg image, method (*NYCbCrA) COffset(int, int) int
    pkg image, method (*NYCbCrA) ColorModel() color.Model
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 13 23:40:13 UTC 2016
    - 12.9K bytes
    - Viewed (0)
  8. api/go1.5.txt

    pkg image, method (*CMYK) SubImage(Rectangle) Image
    pkg image, method (Rectangle) At(int, int) color.Color
    pkg image, method (Rectangle) Bounds() Rectangle
    pkg image, method (Rectangle) ColorModel() color.Model
    pkg image, type CMYK struct
    pkg image, type CMYK struct, Pix []uint8
    pkg image, type CMYK struct, Rect Rectangle
    pkg image, type CMYK struct, Stride int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 30 21:14:09 UTC 2015
    - 46.6K bytes
    - Viewed (0)
  9. api/go1.17.txt

    pkg image, method (*YCbCr) RGBA64At(int, int) color.RGBA64
    pkg image, method (Rectangle) RGBA64At(int, int) color.RGBA64
    pkg image, type RGBA64Image interface { At, Bounds, ColorModel, RGBA64At }
    pkg image, type RGBA64Image interface, At(int, int) color.Color
    pkg image, type RGBA64Image interface, Bounds() Rectangle
    pkg image, type RGBA64Image interface, ColorModel() color.Model
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 18K bytes
    - Viewed (0)
  10. src/image/draw/bench_test.go

    				}
    			}
    		}
    		mask = mask1
    	default:
    		b.Fatal("unknown mask color model", mcm)
    	}
    
    	b.StartTimer()
    	for i := 0; i < b.N; i++ {
    		// Scatter the destination rectangle to draw into.
    		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)
    	}
    }
    
    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