Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for SY (0.02 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/groovyPluginTasks.graphml

              <y:Path sx="70.0" sy="-0.0" tx="-70.0" ty="-0.0"/>
              <y:LineStyle color="#000000" type="line" width="1.0"/>
              <y:Arrows source="delta" target="none"/>
            </y:QuadCurveEdge>
          </data>
        </edge>
        <edge id="e1" source="n5" target="n4">
          <data key="d9">
            <y:QuadCurveEdge straightness="0.1">
              <y:Path sx="70.0" sy="-0.0" tx="-70.0" ty="-10.0"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  2. src/image/internal/imageutil/impl.go

    	y0 := r.Min.Y - dst.Rect.Min.Y
    	y1 := r.Max.Y - dst.Rect.Min.Y
    	switch src.SubsampleRatio {
    
    	case image.YCbCrSubsampleRatio444:
    		for y, sy := y0, sp.Y; y != y1; y, sy = y+1, sy+1 {
    			dpix := dst.Pix[y*dst.Stride:]
    			yi := (sy-src.Rect.Min.Y)*src.YStride + (sp.X - src.Rect.Min.X)
    
    			ci := (sy-src.Rect.Min.Y)*src.CStride + (sp.X - src.Rect.Min.X)
    			for x := x0; x != x1; x, yi, ci = x+4, yi+1, ci+1 {
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 10 17:50:11 UTC 2018
    - 7.4K bytes
    - Viewed (0)
  3. src/image/draw/draw.go

    			if mask == nil {
    				sy := sp.Y + y0 - r.Min.Y
    				my := mp.Y + y0 - r.Min.Y
    				for y := y0; y != y1; y, sy, my = y+dy, sy+dy, my+dy {
    					sx := sp.X + x0 - r.Min.X
    					mx := mp.X + x0 - r.Min.X
    					for x := x0; x != x1; x, sx, mx = x+dx, sx+dx, mx+dx {
    						if op == Src {
    							dst0.SetRGBA64(x, y, src0.RGBA64At(sx, sy))
    						} else {
    							srgba := src0.RGBA64At(sx, sy)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 17:08:05 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  4. test/divmod.go

    	}
    	
    	
    	sx := int64(x)
    	sy := int64(y)
    	checkint64(sx, sy)
    	if (int64(int32(sx)) == sx || int64(int32(^sx)) == ^sx) && (int64(int32(sy)) == sy || int64(int32(^sy)) == ^sy) {
    		checkint32(int32(sx), int32(sy))
    	}
    	if (int64(int16(sx)) == sx || int64(int16(^sx)) == ^sx) && (int64(int16(sy)) == sy || int64(int16(^sy)) == ^sy) {
    		checkint16(int16(sx), int16(sy))
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 9.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/img/javaPluginTasks.graphml

              <y:Path sx="70.0" sy="-0.0" tx="-70.0" ty="7.5"/>
              <y:LineStyle color="#000000" type="line" width="1.0"/>
              <y:Arrows source="delta" target="none"/>
            </y:QuadCurveEdge>
          </data>
        </edge>
        <edge id="e1" source="n3" target="n6">
          <data key="d9">
            <y:QuadCurveEdge straightness="0.1">
              <y:Path sx="70.0" sy="7.5" tx="-70.0" ty="-0.0"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/img/scalaPluginTasks.graphml

              <y:Path sx="70.0" sy="-0.0" tx="-70.0" ty="-0.0"/>
              <y:LineStyle color="#000000" type="line" width="1.0"/>
              <y:Arrows source="delta" target="none"/>
            </y:QuadCurveEdge>
          </data>
        </edge>
        <edge id="e1" source="n5" target="n4">
          <data key="d9">
            <y:QuadCurveEdge straightness="0.1">
              <y:Path sx="70.0" sy="-0.0" tx="-70.0" ty="-10.0"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  7. src/image/internal/imageutil/gen.go

    `
    
    const post = `
    	default:
    		return false
    	}
    	return true
    }
    `
    
    const sratioCase = `
    	case image.YCbCrSubsampleRatio%s:
    		for y, sy := y0, sp.Y; y != y1; y, sy = y+1, sy+1 {
    			dpix := dst.Pix[y*dst.Stride:]
    			yi := (sy-src.Rect.Min.Y)*src.YStride + (sp.X - src.Rect.Min.X)
    			%s
    
    				// This is an inline version of image/color/ycbcr.go's func YCbCrToRGB.
    				yy1 := int32(src.Y[yi]) * 0x10101
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 4.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/img/commandLineTutorialTasks.graphml

              <y:Path sx="70.0" sy="-0.0" tx="-70.0" ty="-0.0"/>
              <y:LineStyle color="#000000" type="line" width="1.0"/>
              <y:Arrows source="delta" target="none"/>
              <y:BendStyle smoothed="false"/>
            </y:PolyLineEdge>
          </data>
        </edge>
        <edge id="e3" source="n3" target="n1">
          <data key="d9">
            <y:PolyLineEdge>
              <y:Path sx="70.0" sy="10.0" tx="-70.0" ty="7.5">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/gnu.go

    		return strings.Replace(result, "c", "C", -1)
    	case DCPS1, DCPS2, DCPS3, CLREX:
    		return strings.ToLower(strings.TrimSpace(inst.String()))
    	case ISB:
    		if strings.Contains(inst.String(), "SY") {
    			result := strings.TrimSuffix(inst.String(), " SY")
    			return strings.ToLower(result)
    		}
    	}
    	return strings.ToLower(inst.String())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/img/warPluginTasks.graphml

              <y:Path sx="70.0" sy="-0.0" tx="-70.0" ty="-0.0"/>
              <y:LineStyle color="#000000" type="line" width="1.0"/>
              <y:Arrows source="delta" target="none"/>
            </y:QuadCurveEdge>
          </data>
        </edge>
        <edge id="e1" source="n2" target="n0">
          <data key="d9">
            <y:QuadCurveEdge straightness="0.1">
              <y:Path sx="70.0" sy="-0.0" tx="-70.0" ty="-0.0"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.7K bytes
    - Viewed (0)
Back to top