Searched refs:Xsize (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglvideo.c93 if ((modes[i]->ModeInfo.Xsize > 320) &&
181 if ((mode->w == inmode->ModeInfo.Xsize) &&
194 mode->w = inmode->ModeInfo.Xsize;
224 VGLCurMode->ModeInfo.Xsize *
261 this->info.current_w = VGLCurMode->ModeInfo.Xsize;
320 if ((modes[i]->ModeInfo.Xsize == width) &&
356 current->w = VGLCurMode->ModeInfo.Xsize;
359 current->pitch = VGLCurMode->ModeInfo.Xsize *
369 if (VGLCurMode->ModeInfo.Xsize * 2 <=
590 vminfop->Xsize
[all...]
/external/opencv/ml/src/
H A Dmlcnn.cpp833 const int Xsize = Xwidth*Xheight;
844 CV_ASSERT( X->rows == nXplanes*Xsize && X->cols == 1 );
855 for( ni = 0; ni < nXplanes; ni++, Xplane += Xsize, connect_mask_data++ )
903 const int Xsize = Xwidth*Xheight;
913 CV_ASSERT(X->rows == nplanes*Xsize && X->cols == 1);
925 for( ni = 0; ni < nplanes; ni++, Xplane += Xsize )
/external/mksh/src/
H A Dsh.h1447 #define Xsize(xs, xp) ((xs).end - (xs).beg) macro

Completed in 2088 milliseconds