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

  /external/skia/tools/viewer/
ImageSlide.h 22 void load(SkScalar winWidth, SkScalar winHeight) override;
Slide.h 28 virtual void load(SkScalar winWidth, SkScalar winHeight) {}
SampleSlide.cpp 28 void SampleSlide::load(SkScalar winWidth, SkScalar winHeight) {
32 fView->setSize(winWidth, winHeight);
SKPSlide.h 22 void load(SkScalar winWidth, SkScalar winHeight) override;
SampleSlide.h 20 void load(SkScalar winWidth, SkScalar winHeight) override;
  /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/webrtc/webrtc/modules/video_render/linux/
video_x11_channel.cc 142 unsigned int winWidth, winHeight, borderwidth, depth;
145 &winHeight, &borderwidth, &depth) == 0)
151 _yPos = (int32_t) (winHeight * top);
153 _outHeight = (int32_t) (winHeight * (bottom - top));
166 if (CreateLocalRenderer(winWidth, winHeight) == -1)
186 unsigned int winWidth, winHeight, borderwidth, depth;
189 &winHeight, &borderwidth, &depth) == -1)
194 _yPos = (int) (winHeight * _top);
196 _outHeight = (int) (winHeight * (_bottom - _top));
  /external/swiftshader/tests/OGLSimpleCube/
OGLSimpleCube.cpp 42 int winWidth = 300, winHeight = 300;
139 glViewport(0, 0, winWidth, winHeight);
203 winX, winY, winWidth, winHeight,
260 winHeight = (int)HIWORD(lParam);
  /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++ )
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/python/cpython2/Lib/idlelib/
configDialog.py 371 self.winHeight = StringVar(parent)
414 frameWinSize, textvariable=self.winHeight, width=3)
498 self.winHeight.trace_variable('w', self.VarChanged_winHeight)
509 self.keysAreBuiltin, self.winWidth, self.winHeight,
599 value = self.winHeight.get()
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 604 int winHeight = s.active.h;
618 winHeight = s.active.w;
625 float yScale = crop.getHeight() / float(winHeight);
630 float insetB = (winHeight - winCrop.bottom) * yScale;
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h     [all...]

Completed in 482 milliseconds