Home
last modified time | relevance | path

Searched refs:m_rect (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fColorClearTest.cpp91 : 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/
Des3fColorClearTest.cpp91 : 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/
Dfwl_listbox.h58 CFX_RectF m_rect; variable
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp612 ev.m_rect = rtItem; in DrawItems()
Dfwl_comboboximp.cpp1415 pTemp.m_rtItem = pDrawItemEvent->m_rect; in OnProcessEvent()