Home | History | Annotate | Download | only in src

Lines Matching defs:pMatrix

1890 			CPDF_Array* pMatrix = new CPDF_Array();

1891 pStreamDict->SetAt("Matrix", pMatrix);
1892 pMatrix->AddInteger(1);
1893 pMatrix->AddInteger(0);
1894 pMatrix->AddInteger(0);
1895 pMatrix->AddInteger(1);
1896 pMatrix->AddInteger(-nWidth / 2);
1897 pMatrix->AddInteger(-nHeight / 2);