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