OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:windowHeight
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/angle/samples/angle/post_sub_buffer/
PostSubBuffer.cpp
145
size_t
windowHeight
= getWindow()->getHeight();
148
mPostSubBufferNV(display, surface, 60, 60, windowWidth - 120,
windowHeight
- 120);
/external/deqp/modules/egl/
teglCreateSurfaceTests.cpp
149
EGLint
windowHeight
= 0;
152
TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_HEIGHT, &
windowHeight
));
154
if (windowWidth <= 0 ||
windowHeight
<= 0)
156
log << TestLog::Message << " Fail, invalid surface size " << windowWidth << "x" <<
windowHeight
<< TestLog::EndMessage;
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_agl.cc
1047
int
windowHeight
= 0; // Parent window height
1067
windowHeight
= globalBounds.bottom - globalBounds.top;
1079
_lastWindowHeight =
windowHeight
;
1091
if (
windowHeight
!= _lastWindowHeight ||
1116
(int)(0.5f +
windowHeight
- (viewBounds.origin.y + viewBounds.size.height)),
1121
//WEBRTC_TRACE(kTraceDebug, "%s:%d
windowHeight
=%d", __FUNCTION__, __LINE__,
windowHeight
);
1133
_lastWindowHeight =
windowHeight
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp
783
int
windowHeight
= 0;
790
if (
windowHeight
+ rowHeight > m_maxHeight) {
795
windowHeight
+= rowHeight;
827
resize(windowWidth,
windowHeight
);
[
all
...]
Completed in 673 milliseconds