Lines Matching refs:m_Depth
26 m_Depth(1.0f), m_AutoDepth(true), in GraphicsDrawing()
59 m_Depth = 1.0f; in Initialize()
198 m_Depth = depth; in SetDepth()
210 m_Depth -= m_DepthValue; in DecrementDepth()
213 if ( m_Depth <= 0.0f ) in DecrementDepth()
215 m_Depth = 0.0f; in DecrementDepth()
317 normalizedDeviceCoordinateX, normalizedDeviceCoordinateY, m_Depth, 1.0f); in FillSquare()
323 normalizedDeviceCoordinateX, normalizedDeviceCoordinateY, m_Depth, 1.0f); in FillSquare()
329 normalizedDeviceCoordinateX, normalizedDeviceCoordinateY, m_Depth, 1.0f); in FillSquare()
335 normalizedDeviceCoordinateX, normalizedDeviceCoordinateY, m_Depth, 1.0f); in FillSquare()
402 normalizedDeviceCoordinateX, normalizedDeviceCoordinateY, m_Depth, 1.0f); in FillTriangle()
408 normalizedDeviceCoordinateX, normalizedDeviceCoordinateY, m_Depth, 1.0f); in FillTriangle()
414 normalizedDeviceCoordinateX, normalizedDeviceCoordinateY, m_Depth, 1.0f); in FillTriangle()
506 textBuffer, textLength, m_Depth); in DrawTextBuffer()
520 m_Depth = 1.0f; in Flush()