Home | History | Annotate | Download | only in referencerenderer

Lines Matching refs:yMin

473 	const deInt64	yMin	= de::min(de::min(y0, y1), y2);
477 m_bboxMin.y() = floorSubpixelToPixelCoord (yMin, m_verticalFill == FILL_BOTTOM);
844 const deInt64 yMin = de::min(y0, y1) - toSubpixelCoord(1);
856 m_bboxMin.y() = de::clamp(floorSubpixelToPixelCoord(yMin, true), m_viewport.y() - lineWidthPixels, m_viewport.y() + m_viewport.w() - 1);
862 m_bboxMin.y() = de::clamp(floorSubpixelToPixelCoord(yMin, true), m_viewport.y(), m_viewport.y() + m_viewport.w() - 1);