HomeSort by relevance Sort by last modified time
    Searched defs:Dx (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/src/image/
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/
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 {
  /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...]
  /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...]
  /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
  /external/freetype/src/raster/
ftraster.c     [all...]

Completed in 132 milliseconds