OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_bboxMin
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/referencerenderer/
rrRasterizer.hpp
159
tcu::IVec2
m_bboxMin
; //!< Bounding box min (inclusive).
198
tcu::IVec2
m_bboxMin
; //!< Bounding box min (inclusive).
279
tcu::IVec2
m_bboxMin
; //!< Bounding box min (inclusive).
rrRasterizer.cpp
512
m_bboxMin
.x() = floorSubpixelToPixelCoord (xMin, m_horizontalFill == FILL_LEFT);
513
m_bboxMin
.y() = floorSubpixelToPixelCoord (yMin, m_verticalFill == FILL_BOTTOM);
523
m_bboxMin
.x() = de::clamp(
m_bboxMin
.x(), wX0, wX1);
524
m_bboxMin
.y() = de::clamp(
m_bboxMin
.y(), wY0, wY1);
528
m_curPos =
m_bboxMin
;
593
m_curPos.x() =
m_bboxMin
.x();
782
m_curPos.x() =
m_bboxMin
.x();
[
all
...]
Completed in 595 milliseconds