Home
last modified time | relevance | path

Searched refs:winHeight (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_x11_channel.cc142 unsigned int winWidth, winHeight, borderwidth, depth; in Init() local
145 &winHeight, &borderwidth, &depth) == 0) in Init()
151 _yPos = (int32_t) (winHeight * top); in Init()
153 _outHeight = (int32_t) (winHeight * (bottom - top)); in Init()
166 if (CreateLocalRenderer(winWidth, winHeight) == -1) in Init()
186 unsigned int winWidth, winHeight, borderwidth, depth; in ChangeWindow() local
189 &winHeight, &borderwidth, &depth) == -1) in ChangeWindow()
194 _yPos = (int) (winHeight * _top); in ChangeWindow()
196 _outHeight = (int) (winHeight * (_bottom - _top)); in ChangeWindow()
/external/swiftshader/tests/OGLSimpleCube/
DOGLSimpleCube.cpp42 int winWidth = 300, winHeight = 300; variable
139 glViewport(0, 0, winWidth, winHeight); in resize()
203 winX, winY, winWidth, winHeight, in WinMain()
260 winHeight = (int)HIWORD(lParam); in WndProc()
/external/skia/tools/viewer/
DSampleSlide.cpp28 void SampleSlide::load(SkScalar winWidth, SkScalar winHeight) { in load() argument
32 fView->setSize(winWidth, winHeight); in load()
DImageSlide.h22 void load(SkScalar winWidth, SkScalar winHeight) override;
DSKPSlide.h22 void load(SkScalar winWidth, SkScalar winHeight) override;
DSlide.h28 virtual void load(SkScalar winWidth, SkScalar winHeight) {} in load() argument
DSampleSlide.h20 void load(SkScalar winWidth, SkScalar winHeight) override;
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_stipple.c53 invert_stipple(GLuint dest[32], const GLuint src[32], GLuint winHeight) in invert_stipple() argument
58 dest[i] = src[(winHeight - 1 - i) & 0x1f]; in invert_stipple()
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py371 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()
1101 self.winHeight.set(idleConf.GetOption(