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