Searched refs:m_xmax (Results 1 – 2 of 2) sorted by relevance
113 m_xmax(0), in CPDF_MeshStream()150 m_xmax = pDecode->GetNumberAt(1); in Load()187 pos.x = m_xmin + m_BitStream->GetBits(m_nCoordBits) * (m_xmax - m_xmin) / in ReadCoords()193 m_BitStream->GetBits(m_nCoordBits) * (m_xmax - m_xmin) / m_CoordMax; in ReadCoords()
80 float m_xmax; variable