HomeSort by relevance Sort by last modified time
    Searched refs:Dx (Results 1 - 25 of 50) sorted by null

1 2

  /prebuilts/go/darwin-x86/doc/progs/
image_package2.go 14 // Dx and Dy return a rectangle's width and height.
15 fmt.Println(r.Dx(), r.Dy(), image.Pt(0, 0).In(r)) // prints 3 4 false
image_package6.go 15 fmt.Println(m0.Bounds().Dx(), m1.Bounds().Dx()) // prints 8, 4
image_package3.go 14 fmt.Println(r.Dx(), r.Dy(), image.Pt(0, 0).In(r)) // prints 3 4 true
  /prebuilts/go/linux-x86/doc/progs/
image_package2.go 14 // Dx and Dy return a rectangle's width and height.
15 fmt.Println(r.Dx(), r.Dy(), image.Pt(0, 0).In(r)) // prints 3 4 false
image_package6.go 15 fmt.Println(m0.Bounds().Dx(), m1.Bounds().Dx()) // prints 8, 4
image_package3.go 14 fmt.Println(r.Dx(), r.Dy(), image.Pt(0, 0).In(r)) // prints 3 4 true
  /external/opencv/cv/src/
cvcorner.cpp 209 CvMat *Dx = 0, *Dy = 0, *cov = 0;
295 CV_CALL( Dx = cvCreateMat( max_dy, aligned_width, d_depth ));
299 Dx->cols = Dy->cols = size.width;
303 d_step = Dx->step ? Dx->step : CV_STUB_STEP;
324 dx_filter.process( src, Dx, cvRect(0,y,-1,delta), cvPoint(0,0), stage );
336 Dx->data.ptr, d_step, stripe_size,
345 Dx->data.ptr, d_step, stripe_size ));
356 const short* dxdata = (const short*)(Dx->data.ptr + i*Dx->step)
361 double dx = dxdata[j]*factorx; local
376 double dx = dxdata[j]*factorx; local
668 double dx = dxdata[j]; local
686 double dx = dxdata[j]; local
    [all...]
cvsurf.cpp 114 CvSurfHF Dx[NX], Dy[NY], Dxy[NXY], Dm;
115 double dx = 0, dy = 0, dxy = 0; local
138 icvResizeHaarPattern( dx_s, Dx, NX, SIZE0, size, sum->cols );
167 dx = (s[Dx[0].p0] + s[Dx[0].p3] - s[Dx[0].p1] - s[Dx[0].p2])*Dx[0].w +
168 (s[Dx[1].p0] + s[Dx[1].p3] - s[Dx[1].p1] - s[Dx[1].p2])*Dx[1].w
    [all...]
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 109 int P[], int Q[], double Dx[], int *do_recip, double Rs[], void *Numeric)
111 return umfpack_di_get_numeric(Lp,Lj,Lx,Up,Ui,Ux,P,Q,Dx,do_recip,Rs,Numeric);
115 int P[], int Q[], std::complex<double> Dx[], int *do_recip, double Rs[], void *Numeric)
119 double& dx0_real = numext::real_ref(Dx[0]);
121 Dx?&dx0_real:0,0,do_recip,Rs,Numeric);
  /prebuilts/go/darwin-x86/src/image/
image.go 138 i0, i1 := 3, p.Rect.Dx()*4
153 w, h := r.Dx(), r.Dy()
250 i0, i1 := 6, p.Rect.Dx()*8
265 w, h := r.Dx(), r.Dy()
349 i0, i1 := 3, p.Rect.Dx()*4
364 w, h := r.Dx(), r.Dy()
461 i0, i1 := 6, p.Rect.Dx()*8
476 w, h := r.Dx(), r.Dy()
553 i0, i1 := 0, p.Rect.Dx()
568 w, h := r.Dx(), r.Dy(
    [all...]
geom.go 51 w, h := r.Dx(), r.Dy()
94 // Dx returns r's width.
95 func (r Rectangle) Dx() int {
132 if r.Dx() < 2*n {
  /prebuilts/go/linux-x86/src/image/
image.go 138 i0, i1 := 3, p.Rect.Dx()*4
153 w, h := r.Dx(), r.Dy()
250 i0, i1 := 6, p.Rect.Dx()*8
265 w, h := r.Dx(), r.Dy()
349 i0, i1 := 3, p.Rect.Dx()*4
364 w, h := r.Dx(), r.Dy()
461 i0, i1 := 6, p.Rect.Dx()*8
476 w, h := r.Dx(), r.Dy()
553 i0, i1 := 0, p.Rect.Dx()
568 w, h := r.Dx(), r.Dy(
    [all...]
geom.go 51 w, h := r.Dx(), r.Dy()
94 // Dx returns r's width.
95 func (r Rectangle) Dx() int {
132 if r.Dx() < 2*n {
  /prebuilts/go/darwin-x86/src/image/png/
writer.go 134 writeUint32(e.tmp[0:4], uint32(b.Dx()))
339 sz := 1 + bpp*b.Dx()
369 copy(cr[0][1:], gray.Pix[offset:offset+b.Dx()])
388 j1 := j0 + b.Dx()*4
407 copy(cr[0][1:], paletted.Pix[offset:offset+b.Dx()])
418 copy(cr[0][1:], nrgba.Pix[offset:offset+b.Dx()*4])
533 mw, mh := int64(m.Bounds().Dx()), int64(m.Bounds().Dy())
  /prebuilts/go/linux-x86/src/image/png/
writer.go 134 writeUint32(e.tmp[0:4], uint32(b.Dx()))
339 sz := 1 + bpp*b.Dx()
369 copy(cr[0][1:], gray.Pix[offset:offset+b.Dx()])
388 j1 := j0 + b.Dx()*4
407 copy(cr[0][1:], paletted.Pix[offset:offset+b.Dx()])
418 copy(cr[0][1:], nrgba.Pix[offset:offset+b.Dx()*4])
533 mw, mh := int64(m.Bounds().Dx()), int64(m.Bounds().Dy())
  /external/freetype/src/raster/
ftraster.c     [all...]
  /dalvik/dx/etc/
dx.bat 19 REM Locate dx.jar in the directory where dx.bat was found and start it.
31 set jarfile=dx.jar
49 REM By default, give dx a max heap size of 1 gig and a stack size of 1meg.
57 REM followed by "value". Dx has been changed to know how to deal with that.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Pxe.h 225 IN OUT UINT16 Dx;
290 IN UINT16 Dx; ///< that was passed to the MLID
  /prebuilts/go/darwin-x86/src/image/gif/
writer.go 296 writeUint16(e.buf[5:7], uint16(b.Dx()))
336 if dx := b.Dx(); dx == pm.Stride {
337 _, e.err = lzww.Write(pm.Pix[:dx*b.Dy()])
344 _, e.err = lzww.Write(pm.Pix[i : i+dx])
424 if b.Dx() >= 1<<16 || b.Dy() >= 1<<16 {
463 Width: b.Dx(),
  /prebuilts/go/linux-x86/src/image/gif/
writer.go 296 writeUint16(e.buf[5:7], uint16(b.Dx()))
336 if dx := b.Dx(); dx == pm.Stride {
337 _, e.err = lzww.Write(pm.Pix[:dx*b.Dy()])
344 _, e.err = lzww.Write(pm.Pix[i : i+dx])
424 if b.Dx() >= 1<<16 || b.Dy() >= 1<<16 {
463 Width: b.Dx(),
  /prebuilts/sdk/tools/windows/bin/
dx.bat 19 REM Locate dx.jar in the directory where dx.bat was found and start it.
31 set jarfile=dx.jar
49 REM By default, give dx a max heap size of 1 gig and a stack size of 1meg.
57 REM followed by "value". Dx has been changed to know how to deal with that.
  /tools/appbundle/bundletool/etc/
bundletool.bat 57 REM followed by "value". Dx has been changed to know how to deal with that.?
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderVertexSpacing.cpp 881 float Dx = line_v1.x - line_v2.x;
883 float denominator = deFloatSqrt(Dx * Dx + Dy * Dy);
884 float d = de::abs(Dy * point.x - Dx * point.y + line_v1.x * line_v2.y - line_v2.x * line_v1.y) / denominator;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
plan9x.go 157 args[1] = "F" + args[1][1:] // Dx -> Fx
180 args[1] = "F" + args[1][1:] // Dx -> Fx
  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 80 dx := r.Min.X - orig.X
82 if dx == 0 && dy == 0 {
85 sp.X += dx
88 mp.X += dx
189 x0, x1, dx := r.Min.X, r.Max.X, 1
192 x0, x1, dx = x1-1, x0-1, -1
202 for x := x0; x != x1; x, sx, mx = x+dx, sx+dx, mx+dx {
245 i1 := i0 + r.Dx()*
    [all...]

Completed in 1294 milliseconds

1 2