HomeSort by relevance Sort by last modified time
    Searched refs:winHeight (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_atom_stipple.c 53 invert_stipple(GLuint dest[32], const GLuint src[32], GLuint winHeight)
58 dest[i] = src[(winHeight - 1 - i) & 0x1f];
  /external/opencv/cv/src/
cvoptflowlk.cpp 108 int winHeight = winSize.height;
114 int VerRadius = (winHeight - 1) >> 1;
156 if( imageHeight < winHeight )
161 if( winHeight >= 16 )
166 if( !(winHeight & 1) )
171 BufferHeight = winHeight;
187 for( i = 1; i < winHeight; i++ )
  /frameworks/native/services/surfaceflinger/
Layer.cpp 412 int winHeight = s.active.h;
426 winHeight = s.active.w;
433 float yScale = crop.getHeight() / float(winHeight);
438 float insetB = (winHeight - winCrop.bottom) * yScale;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 329 self.winHeight=StringVar(self)
368 entryWinHeight=Entry(frameWinSize,textvariable=self.winHeight,
453 self.winHeight.trace_variable('w',self.VarChanged_winHeight)
536 value=self.winHeight.get()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 329 self.winHeight=StringVar(self)
368 entryWinHeight=Entry(frameWinSize,textvariable=self.winHeight,
453 self.winHeight.trace_variable('w',self.VarChanged_winHeight)
536 value=self.winHeight.get()
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h     [all...]

Completed in 155 milliseconds