OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tbottom
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/src/
cvdistransform.cpp
53
int*
tbottom
= (int*)(temp + (size.height + border*2 - i - 1)*tempstep);
local
58
tbottom
[j] = ICV_INIT_DIST0;
/external/opencv3/modules/imgproc/src/
distransform.cpp
58
int*
tbottom
= temp.ptr<int>(size.height - i - 1);
local
63
tbottom
[j] = INIT_DIST0;
/external/deqp/modules/gles2/functional/
es2fClippingTests.cpp
526
log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\
tbottom
=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
663
log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\
tbottom
=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
[
all
...]
/external/deqp/modules/gles3/functional/
es3fClippingTests.cpp
529
log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\
tbottom
=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
666
log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\
tbottom
=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
[
all
...]
Completed in 227 milliseconds