Home | History | Annotate | Download | only in reflow

Lines Matching refs:xPos

154 void CPDF_ReflowedPage::GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix)
165 x0 = xPos;
167 x1 = xPos;
169 x2 = xPos + xSize;
173 x0 = xPos;
175 x1 = xPos + xSize;
177 x2 = xPos;
181 x0 = xSize + xPos;
183 x1 = xSize + xPos ;
185 x2 = xPos;
189 x0 = xPos + xSize;
191 x1 = xPos;
193 x2 = xPos + xSize;