Searched refs:m_rect (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fColorClearTest.cpp | 91 : m_rect(rect), m_colorMask(colorMask), m_color(color) in ClearInfo() 95 tcu::IVec4 m_rect; member in deqp::gles2::Functional::ClearInfo 178 if (de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w())) in iterate() 194 if (de::inBounds(x, op.m_rect.x(), op.m_rect.x()+op.m_rect.z()) && in iterate() 195 de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w())) in iterate() 198 spanLength = deMin32(spanLength, op.m_rect.x() + op.m_rect.z() - x); in iterate() 212 else if (op.m_rect.x() > x) in iterate() 213 spanLength = deMin32(spanLength, op.m_rect.x() - x); in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fColorClearTest.cpp | 91 : m_rect(rect), m_colorMask(colorMask), m_color(color) in ClearInfo() 95 tcu::IVec4 m_rect; member in deqp::gles3::Functional::ClearInfo 178 if (de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w())) in iterate() 194 if (de::inBounds(x, op.m_rect.x(), op.m_rect.x()+op.m_rect.z()) && in iterate() 195 de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w())) in iterate() 198 spanLength = deMin32(spanLength, op.m_rect.x() + op.m_rect.z() - x); in iterate() 212 else if (op.m_rect.x() > x) in iterate() 213 spanLength = deMin32(spanLength, op.m_rect.x() - x); in iterate()
|
/external/pdfium/xfa/include/fwl/basewidget/ |
D | fwl_listbox.h | 58 CFX_RectF m_rect; variable
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_listboximp.cpp | 612 ev.m_rect = rtItem; in DrawItems()
|
D | fwl_comboboximp.cpp | 1415 pTemp.m_rtItem = pDrawItemEvent->m_rect; in OnProcessEvent()
|