Searched refs:m_xmax (Results 1 – 2 of 2) sorted by relevance
108 m_xmax(0), in CPDF_MeshStream()146 m_xmax = pDecode->GetNumberAt(1); in Load()183 pos.x = m_xmin + m_BitStream->GetBits(m_nCoordBits) * (m_xmax - m_xmin) / in ReadCoords()189 m_BitStream->GetBits(m_nCoordBits) * (m_xmax - m_xmin) / m_CoordMax; in ReadCoords()
78 float m_xmax; variable