Home
last modified time | relevance | path

Searched defs:winWidth (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/viewer/
DSlide.h28 virtual void load(SkScalar winWidth, SkScalar winHeight) {} in load()
DSampleSlide.cpp28 void SampleSlide::load(SkScalar winWidth, SkScalar winHeight) { in load()
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_x11_channel.cc142 unsigned int winWidth, winHeight, borderwidth, depth; in Init() local
186 unsigned int winWidth, winHeight, borderwidth, depth; in ChangeWindow() local
/external/swiftshader/tests/OGLSimpleCube/
DOGLSimpleCube.cpp42 int winWidth = 300, winHeight = 300; variable