Home | History | Annotate | Download | only in fpdf_page

Lines Matching refs:xPos

990 void CPDF_Page::GetDisplayMatrix(CFX_AffineMatrix& matrix, int xPos, int yPos,

1001 x0 = xPos;
1003 x1 = xPos;
1005 x2 = xPos + xSize;
1009 x0 = xPos;
1011 x1 = xPos + xSize;
1013 x2 = xPos;
1017 x0 = xPos + xSize;
1019 x1 = xPos + xSize;
1021 x2 = xPos;
1025 x0 = xPos + xSize;
1027 x1 = xPos;
1029 x2 = xPos + xSize;